Home
last modified time | relevance | path

Searched refs:VIDEO_MAX_PLANES (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/accel/
Dv4l2_device.cc95 struct v4l2_plane v4l2_planes_[VIDEO_MAX_PLANES];
281 struct v4l2_plane v4l2_planes_[VIDEO_MAX_PLANES];
805 DCHECK_LE(planes_count_, static_cast<size_t>(VIDEO_MAX_PLANES)); in AllocateBuffers()
960 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in DequeueBuffer()
Dv4l2_video_decode_accelerator.cc969 struct v4l2_plane dqbuf_planes[VIDEO_MAX_PLANES] = {}; in DequeueOutputBuffer()
1082 struct v4l2_plane qbuf_planes[VIDEO_MAX_PLANES] = {}; in EnqueueOutputRecord()
/external/strace/
Dv4l2.c246 if (max > VIDEO_MAX_PLANES) in print_v4l2_format_fmt()
247 max = VIDEO_MAX_PLANES; in print_v4l2_format_fmt()
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h74 #define VIDEO_MAX_PLANES 8 macro
2202 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];