Home
last modified time | relevance | path

Searched refs:v4L2FormatToVideoFrameLayout (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/v4l2_codec2/v4l2/include/v4l2_codec2/v4l2/
H A DV4L2Device.h380 static std::optional<VideoFrameLayout> v4L2FormatToVideoFrameLayout(
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Encoder.cpp492 auto layout = V4L2Device::v4L2FormatToVideoFrameLayout(*format); in configureInputFormat()
H A DV4L2Device.cpp2006 std::optional<VideoFrameLayout> V4L2Device::v4L2FormatToVideoFrameLayout( in v4L2FormatToVideoFrameLayout() function in android::V4L2Device