Home
last modified time | relevance | path

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

/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/v4l2_codec2/common/
DV4L2Device.cpp115 struct v4l2_plane mV4l2Planes[VIDEO_MAX_PLANES];
296 struct v4l2_plane mV4l2Planes[VIDEO_MAX_PLANES];
788 ALOG_ASSERT(mPlanesCount <= static_cast<size_t>(VIDEO_MAX_PLANES)); in allocateBuffers()
937 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in dequeueBuffer()
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h74 #define VIDEO_MAX_PLANES 8 macro
2260 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];