Searched refs:V4L2_TYPE_IS_MULTIPLANAR (Results 1 – 10 of 10) sorted by relevance
152 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()
430 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()
594 if (V4L2_TYPE_IS_MULTIPLANAR(vq->type)) { in v4l2_m2m_adjust_mem_offset()
454 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()
66 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()
2277 + 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 …]
2345 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()
710 if (V4L2_TYPE_IS_MULTIPLANAR(f->type) && !multiplanar) in enum_fmt()712 if (!V4L2_TYPE_IS_MULTIPLANAR(f->type) && multiplanar) in enum_fmt()
160 #define V4L2_TYPE_IS_MULTIPLANAR(type) \ macro
551 ignore define V4L2_TYPE_IS_MULTIPLANAR