Searched defs:v4l2_pix_format_mplane (Results 1 – 1 of 1) sorted by relevance
3092 struct v4l2_pix_format_mplane { struct3093 u_int32_t width;3094 u_int32_t height;3095 u_int32_t pixelformat;3096 u_int32_t field;3097 u_int32_t colorspace;3099 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];3100 u_int8_t num_planes;3101 u_int8_t flags;3102 union {[all …]