Home
last modified time | relevance | path

Searched refs:V4L2_TYPE_IS_MULTIPLANAR (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dcsc.c152 if (V4L2_TYPE_IS_MULTIPLANAR(src_fmt->type)) { in csc_set_coeff()
164 if (V4L2_TYPE_IS_MULTIPLANAR(dst_fmt->type)) { in csc_set_coeff()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c430 if (V4L2_TYPE_IS_MULTIPLANAR(vb->type)) in get_v4l2_buffer32()
474 if (V4L2_TYPE_IS_MULTIPLANAR(vb->type)) in get_v4l2_buffer32_time32()
517 if (V4L2_TYPE_IS_MULTIPLANAR(vb->type)) in put_v4l2_buffer32()
561 if (V4L2_TYPE_IS_MULTIPLANAR(vb->type)) in put_v4l2_buffer32_time32()
1044 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) { in v4l2_compat_get_array_args()
1114 if (V4L2_TYPE_IS_MULTIPLANAR(b64->type)) { in v4l2_compat_put_array_args()
H A Dv4l2-mem2mem.c594 if (V4L2_TYPE_IS_MULTIPLANAR(vq->type)) { in v4l2_m2m_adjust_mem_offset()
H A Dv4l2-ioctl.c454 if (V4L2_TYPE_IS_MULTIPLANAR(p->type) && p->m.planes) { in v4l_print_buffer()
3097 if (V4L2_TYPE_IS_MULTIPLANAR(buf->type) && buf->length > 0) { in check_array_args()
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c66 if (!V4L2_TYPE_IS_MULTIPLANAR(b->type)) in __verify_planes_array()
104 if (V4L2_TYPE_IS_MULTIPLANAR(b->type)) { in __verify_length()
206 if (V4L2_TYPE_IS_MULTIPLANAR(b->type)) { in vb2_fill_vb2_v4l2_buffer()
906 q->is_multiplanar = V4L2_TYPE_IS_MULTIPLANAR(q->type); in vb2_queue_init_name()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2277 + if (V4L2_TYPE_IS_MULTIPLANAR(out->buf.type)) {
2379 + if (V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type)) {
2404 + if (V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type)) {
2609 + return V4L2_TYPE_IS_MULTIPLANAR(b->type) ? b->m.planes[i].length : b->length;
2634 + if (V4L2_TYPE_IS_MULTIPLANAR(avbuf->buf.type))
2681 - if (V4L2_TYPE_IS_MULTIPLANAR(out->buf.type)) {
2815 + if (V4L2_TYPE_IS_MULTIPLANAR(out->buf.type)) {
2842 - int pixel_format = V4L2_TYPE_IS_MULTIPLANAR(fmt.type) ?
2844 - int height = V4L2_TYPE_IS_MULTIPLANAR(fmt.type) ?
3052 …pkt->size = V4L2_TYPE_IS_MULTIPLANAR(avbuf->buf.type) ? avbuf->buf.m.planes[0].bytesused : avbuf->…
[all …]
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c2345 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type)) { in mxc_jpeg_try_fmt_vid_cap()
2364 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type)) { in mxc_jpeg_try_fmt_vid_out()
2460 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type)) { in mxc_jpeg_g_fmt_vid()
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c710 if (V4L2_TYPE_IS_MULTIPLANAR(f->type) && !multiplanar) in enum_fmt()
712 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type) && multiplanar) in enum_fmt()
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h160 #define V4L2_TYPE_IS_MULTIPLANAR(type) \ macro
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions551 ignore define V4L2_TYPE_IS_MULTIPLANAR