Symbol: V4L2_TYPE_IS_MULTIPLANAR
drivers/media/common/videobuf2/videobuf2-v4l2.c
104
if (V4L2_TYPE_IS_MULTIPLANAR(b->type)) {
drivers/media/common/videobuf2/videobuf2-v4l2.c
206
if (V4L2_TYPE_IS_MULTIPLANAR(b->type)) {
drivers/media/common/videobuf2/videobuf2-v4l2.c
66
if (!V4L2_TYPE_IS_MULTIPLANAR(b->type))
drivers/media/common/videobuf2/videobuf2-v4l2.c
928
q->is_multiplanar = V4L2_TYPE_IS_MULTIPLANAR(q->type);
drivers/media/pci/intel/ipu6/ipu6-isys-video.c
353
av->aq.vbq.is_multiplanar = V4L2_TYPE_IS_MULTIPLANAR(p->type);
drivers/media/pci/intel/ipu6/ipu6-isys-video.c
369
av->aq.vbq.is_multiplanar = V4L2_TYPE_IS_MULTIPLANAR(p->format.type);
drivers/media/platform/imagination/e5010-jpeg-enc.c
258
if (!V4L2_TYPE_IS_MULTIPLANAR(f->type)) {
drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c
2507
if (!V4L2_TYPE_IS_MULTIPLANAR(f->type)) {
drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c
2526
if (!V4L2_TYPE_IS_MULTIPLANAR(f->type)) {
drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c
2618
if (!V4L2_TYPE_IS_MULTIPLANAR(f->type)) {
drivers/media/platform/ti/vpe/csc.c
152
if (V4L2_TYPE_IS_MULTIPLANAR(src_fmt->type)) {
drivers/media/platform/ti/vpe/csc.c
164
if (V4L2_TYPE_IS_MULTIPLANAR(dst_fmt->type)) {
drivers/media/test-drivers/vicodec/vicodec-core.c
714
if (V4L2_TYPE_IS_MULTIPLANAR(f->type) && !multiplanar)
drivers/media/test-drivers/vicodec/vicodec-core.c
716
if (!V4L2_TYPE_IS_MULTIPLANAR(f->type) && multiplanar)
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
1049
if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) {
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
1119
if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) {
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
438
if (V4L2_TYPE_IS_MULTIPLANAR(vb->type))
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
482
if (V4L2_TYPE_IS_MULTIPLANAR(vb->type))
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
525
if (V4L2_TYPE_IS_MULTIPLANAR(vb->type))
drivers/media/v4l2-core/v4l2-compat-ioctl32.c
569
if (V4L2_TYPE_IS_MULTIPLANAR(vb->type))
drivers/media/v4l2-core/v4l2-ioctl.c
3181
if (V4L2_TYPE_IS_MULTIPLANAR(buf->type) && buf->length > 0) {
drivers/media/v4l2-core/v4l2-ioctl.c
455
if (V4L2_TYPE_IS_MULTIPLANAR(p->type) && p->m.planes) {
drivers/media/v4l2-core/v4l2-mem2mem.c
594
if (V4L2_TYPE_IS_MULTIPLANAR(vq->type)) {
drivers/staging/media/ipu7/ipu7-isys-video.c
254
av->aq.vbq.is_multiplanar = V4L2_TYPE_IS_MULTIPLANAR(p->type);
drivers/staging/media/ipu7/ipu7-isys-video.c
270
av->aq.vbq.is_multiplanar = V4L2_TYPE_IS_MULTIPLANAR(p->format.type);