Searched refs:V4L2_TYPE_IS_MULTIPLANAR (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/media/platform/ti/vpe/
H A Dcsc.c152 if (V4L2_TYPE_IS_MULTIPLANAR(src_fmt->type)) {
164 if (V4L2_TYPE_IS_MULTIPLANAR(dst_fmt->type)) {
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c438 if (V4L2_TYPE_IS_MULTIPLANAR(vb->type))
482 if (V4L2_TYPE_IS_MULTIPLANAR(vb->type))
525 if (V4L2_TYPE_IS_MULTIPLANAR(vb->type))
569 if (V4L2_TYPE_IS_MULTIPLANAR(vb->type))
1052 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) {
1122 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) {
H A Dv4l2-mem2mem.c597 if (V4L2_TYPE_IS_MULTIPLANAR(vq->type)) {
H A Dv4l2-ioctl.c454 if (V4L2_TYPE_IS_MULTIPLANAR(p->type) && p->m.planes) {
3097 if (V4L2_TYPE_IS_MULTIPLANAR(buf->type) && buf->length > 0) {
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c66 if (!V4L2_TYPE_IS_MULTIPLANAR(b->type))
104 if (V4L2_TYPE_IS_MULTIPLANAR(b->type)) {
206 if (V4L2_TYPE_IS_MULTIPLANAR(b->type)) {
925 q->is_multiplanar = V4L2_TYPE_IS_MULTIPLANAR(q->type);
/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c710 if (V4L2_TYPE_IS_MULTIPLANAR(f->type) && !multiplanar)
712 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type) && multiplanar)
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c2358 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type)) {
2377 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type)) {
2473 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type)) {
/linux-master/include/uapi/linux/
H A Dvideodev2.h160 #define V4L2_TYPE_IS_MULTIPLANAR(type) \ macro

Completed in 257 milliseconds