/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-vbi.c | 69 if (vb2_plane_size(vb, 0) < size) { in vbi_buffer_prepare() 71 __func__, vb2_plane_size(vb, 0), size); in vbi_buffer_prepare() 88 buf->length = vb2_plane_size(vb, 0); in vbi_buffer_queue()
|
D | em28xx-video.c | 913 if (vb2_plane_size(vb, 0) < size) { in buffer_prepare() 915 __func__, vb2_plane_size(vb, 0), size); in buffer_prepare() 1053 buf->length = vb2_plane_size(vb, 0); in buffer_queue()
|
/linux-4.1.27/drivers/media/usb/au0828/ |
D | au0828-vbi.c | 60 if (vb2_plane_size(vb, 0) < size) { in vbi_buffer_prepare() 62 __func__, vb2_plane_size(vb, 0), size); in vbi_buffer_prepare() 79 buf->length = vb2_plane_size(vb, 0); in vbi_buffer_queue()
|
D | au0828-video.c | 665 if (vb2_plane_size(vb, 0) < buf->length) { in buffer_prepare() 667 __func__, vb2_plane_size(vb, 0), buf->length); in buffer_prepare() 685 buf->length = vb2_plane_size(vb, 0); in buffer_queue()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-vbi-cap.c | 106 memset(vbuf, 0x10, vb2_plane_size(&buf->vb, 0)); in vivid_raw_vbi_cap_process() 126 memset(vbuf, 0, vb2_plane_size(&buf->vb, 0)); in vivid_sliced_vbi_cap_process() 178 if (vb2_plane_size(vb, 0) < size) { in vbi_cap_buf_prepare() 180 __func__, vb2_plane_size(vb, 0), size); in vbi_cap_buf_prepare()
|
D | vivid-sdr-cap.c | 219 if (vb2_plane_size(vb, 0) < size) { in sdr_cap_buf_prepare() 221 __func__, vb2_plane_size(vb, 0), size); in sdr_cap_buf_prepare() 435 unsigned long plane_size = vb2_plane_size(&buf->vb, 0); in vivid_sdr_cap_process()
|
D | vivid-vbi-out.c | 70 if (vb2_plane_size(vb, 0) < size) { in vbi_out_buf_prepare() 72 __func__, vb2_plane_size(vb, 0), size); in vbi_out_buf_prepare()
|
D | vivid-vid-cap.c | 194 if (vb2_plane_size(vb, p) < size) { in vid_cap_buf_prepare() 196 __func__, p, vb2_plane_size(vb, p), size); in vid_cap_buf_prepare()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | uvc_queue.c | 67 vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) { in uvc_buffer_prepare() 77 buf->length = vb2_plane_size(vb, 0); in uvc_buffer_prepare()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_queue.c | 96 vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) { in uvc_buffer_prepare() 107 buf->length = vb2_plane_size(vb, 0); in uvc_buffer_prepare()
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_enc.c | 777 dst_size = vb2_plane_size(dst_mb->b, 0); in enc_pre_seq_start() 843 dst_size = vb2_plane_size(dst_mb->b, 0); in enc_pre_frame_start() 1914 vb2_plane_size(vb, 0), ctx->enc_dst_buf_size); in s5p_mfc_buf_prepare() 1915 if (vb2_plane_size(vb, 0) < ctx->enc_dst_buf_size) { in s5p_mfc_buf_prepare() 1924 vb2_plane_size(vb, 0), ctx->luma_size); in s5p_mfc_buf_prepare() 1926 vb2_plane_size(vb, 1), ctx->chroma_size); in s5p_mfc_buf_prepare() 1927 if (vb2_plane_size(vb, 0) < ctx->luma_size || in s5p_mfc_buf_prepare() 1928 vb2_plane_size(vb, 1) < ctx->chroma_size) { in s5p_mfc_buf_prepare()
|
D | s5p_mfc_dec.c | 962 if (vb2_plane_size(vb, 0) < ctx->luma_size || in s5p_mfc_buf_init() 963 vb2_plane_size(vb, 1) < ctx->chroma_size) { in s5p_mfc_buf_init() 980 if (vb2_plane_size(vb, 0) < ctx->dec_src_buf_size) { in s5p_mfc_buf_init()
|
D | s5p_mfc_opr_v5.c | 1269 dst_size = vb2_plane_size(dst_mb->b, 0); in s5p_mfc_run_enc_frame() 1311 dst_size = vb2_plane_size(dst_mb->b, 0); in s5p_mfc_run_init_enc()
|
D | s5p_mfc_opr_v6.c | 1618 dst_size = vb2_plane_size(dst_mb->b, 0); in s5p_mfc_run_enc_frame() 1661 dst_size = vb2_plane_size(dst_mb->b, 0); in s5p_mfc_run_init_enc()
|
/linux-4.1.27/drivers/media/platform/ |
D | vim2m.c | 227 if (vb2_plane_size(in_vb, 0) > vb2_plane_size(out_vb, 0)) { in device_process() 762 if (vb2_plane_size(vb, 0) < q_data->sizeimage) { in vim2m_buf_prepare() 764 __func__, vb2_plane_size(vb, 0), (long)q_data->sizeimage); in vim2m_buf_prepare()
|
D | mx2_emmaprp.c | 730 if (vb2_plane_size(vb, 0) < q_data->sizeimage) { in emmaprp_buf_prepare() 733 vb2_plane_size(vb, 0), in emmaprp_buf_prepare()
|
D | sh_veu.c | 921 if (vb2_plane_size(vb, 0) < sizeimage) { in sh_veu_buf_prepare() 923 __func__, vb2_plane_size(vb, 0), sizeimage); in sh_veu_buf_prepare()
|
D | m2m-deinterlace.c | 839 if (vb2_plane_size(vb, 0) < q_data->sizeimage) { in deinterlace_buf_prepare() 841 __func__, vb2_plane_size(vb, 0), (long)q_data->sizeimage); in deinterlace_buf_prepare()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | mx3_camera.c | 274 if (vb2_plane_size(vb, 0) < new_size) { in mx3_videobuf_queue() 276 vb->v4l2_buf.index, vb2_plane_size(vb, 0), new_size); in mx3_videobuf_queue() 388 mx3_cam->buf_total -= vb2_plane_size(vb, 0); in mx3_videobuf_release() 403 mx3_cam->buf_total += vb2_plane_size(vb, 0); in mx3_videobuf_init()
|
D | sh_mobile_ceu_camera.c | 390 if (vb2_plane_size(vb, 0) < size) { in sh_mobile_ceu_videobuf_queue() 392 vb->v4l2_buf.index, vb2_plane_size(vb, 0), size); in sh_mobile_ceu_videobuf_queue() 452 pcdev->buf_total -= PAGE_ALIGN(vb2_plane_size(vb, 0)); in sh_mobile_ceu_videobuf_release() 465 pcdev->buf_total += PAGE_ALIGN(vb2_plane_size(vb, 0)); in sh_mobile_ceu_videobuf_init()
|
D | atmel-isi.c | 291 if (vb2_plane_size(vb, 0) < size) { in buffer_prepare() 293 __func__, vb2_plane_size(vb, 0), size); in buffer_prepare()
|
D | rcar_vin.c | 771 if (vb2_plane_size(vb, 0) < size) { in rcar_vin_videobuf_queue() 773 vb->v4l2_buf.index, vb2_plane_size(vb, 0), size); in rcar_vin_videobuf_queue()
|
D | mx2_camera.c | 520 vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) { in mx2_videobuf_prepare()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-vbi.c | 129 if (vb2_plane_size(vb2, 0) < size) in buffer_prepare()
|
D | saa7134-ts.c | 104 if (vb2_plane_size(vb2, 0) < size) in saa7134_ts_buffer_prepare()
|
D | saa7134-core.c | 212 return saa7134_buffer_pages(vb2_plane_size(&buf->vb2, 0)) * buf->vb2.v4l2_buf.index; in saa7134_buffer_startpage()
|
D | saa7134-video.c | 892 if (vb2_plane_size(vb2, 0) < size) in buffer_prepare()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 150 if (vb2_plane_size(vb, 0) < lines * VBI_LINE_LENGTH * 2) in buffer_prepare()
|
D | cx23885-video.c | 341 if (vb2_plane_size(vb, 0) < dev->height * buf->bpl) in buffer_prepare()
|
D | cx23885-core.c | 1459 if (vb2_plane_size(&buf->vb, 0) < size) in cx23885_buf_prepare()
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-pci-skeleton.c | 202 if (vb2_plane_size(vb, 0) < size) { in buffer_prepare() 204 vb2_plane_size(vb, 0), size); in buffer_prepare()
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-vbi.c | 141 if (vb2_plane_size(vb, 0) < size) in buffer_prepare()
|
D | cx88-mpeg.c | 234 if (vb2_plane_size(&buf->vb, 0) < size) in cx8802_buf_prepare()
|
D | cx88-video.c | 456 if (vb2_plane_size(vb, 0) < core->height * buf->bpl) in buffer_prepare()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-isp-video.c | 172 if (vb2_plane_size(vb, i) < size) { in isp_video_capture_buffer_prepare() 175 vb2_plane_size(vb, i), size); in isp_video_capture_buffer_prepare()
|
D | fimc-lite.c | 411 if (vb2_plane_size(vb, i) < size) { in buffer_prepare() 414 vb2_plane_size(vb, i), size); in buffer_prepare()
|
D | fimc-capture.c | 399 if (vb2_plane_size(vb, i) < size) { in buffer_prepare() 402 vb2_plane_size(vb, i), size); in buffer_prepare()
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | sur40.c | 662 if (vb2_plane_size(vb, 0) < size) { in sur40_buffer_prepare() 664 vb2_plane_size(vb, 0), size); in sur40_buffer_prepare()
|
/linux-4.1.27/include/media/ |
D | videobuf2-core.h | 590 vb2_plane_size(struct vb2_buffer *vb, unsigned int plane_no) in vb2_plane_size() function
|
/linux-4.1.27/drivers/media/platform/blackfin/ |
D | bfin_capture.c | 224 if (vb2_plane_size(vb, 0) < size) { in bcap_buffer_prepare() 226 vb2_plane_size(vb, 0), size); in bcap_buffer_prepare()
|
/linux-4.1.27/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 304 if (vb2_plane_size(vb, 0) < size) { in buffer_prepare() 306 vb2_plane_size(vb, 0), size); in buffer_prepare()
|
/linux-4.1.27/drivers/media/usb/stk1160/ |
D | stk1160-v4l.c | 563 buf->length = vb2_plane_size(vb, 0); in buffer_queue()
|
/linux-4.1.27/drivers/media/usb/usbtv/ |
D | usbtv-video.c | 317 int size = vb2_plane_size(&buf->vb, 0); in usbtv_image_chunk()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 467 if (vb2_plane_size(vb, 0) < vop_jpeg_size(vh) + solo_enc->jpeg_len) in solo_fill_jpeg() 487 if (vb2_plane_size(vb, 0) < vop_mpeg_size(vh)) in solo_fill_mpeg()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-core.c | 2883 fileio->bufs[i].size = vb2_plane_size(q->bufs[i], 0); in __vb2_init_fileio() 3032 : vb2_plane_size(q->bufs[index], 0); in __vb2_perform_fileio() 3109 buf->size = vb2_plane_size(q->bufs[index], 0); in __vb2_perform_fileio()
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 484 if (vb2_plane_size(vb, 0) < vp->payload) { in buffer_prepare() 486 vb2_plane_size(vb, 0), vp->payload); in buffer_prepare()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
D | cx25821-video.c | 176 if (vb2_plane_size(vb, 0) < chan->height * buf->bpl) in cx25821_buffer_prepare()
|
/linux-4.1.27/drivers/media/pci/tw68/ |
D | tw68-video.c | 467 if (vb2_plane_size(vb, 0) < size) in tw68_buf_prepare()
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpe.c | 1848 if (vb2_plane_size(vb, i) < q_data->sizeimage[i]) { in vpe_buf_prepare() 1851 vb2_plane_size(vb, i), in vpe_buf_prepare()
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss_video.c | 328 if (vb2_plane_size(vb, 0) < size) in iss_video_buf_prepare()
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 754 buf->length[i] = vb2_plane_size(vb, i); in vsp1_video_buffer_prepare()
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda-common.c | 1162 if (vb2_plane_size(vb, 0) < q_data->sizeimage) { in coda_buf_prepare() 1165 __func__, vb2_plane_size(vb, 0), in coda_buf_prepare()
|
D | coda-bit.c | 469 bufsize = vb2_plane_size(buf, 0); in coda_encode_header()
|
/linux-4.1.27/drivers/media/platform/s5p-jpeg/ |
D | jpeg-core.c | 2159 if (vb2_plane_size(vb, 0) < q_data->size) { in s5p_jpeg_buf_prepare() 2161 __func__, vb2_plane_size(vb, 0), in s5p_jpeg_buf_prepare()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 1137 vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) in vpfe_buffer_prepare()
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpbe_display.c | 219 if (vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) in vpbe_buffer_prepare()
|
D | vpif_display.c | 77 if (vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) in vpif_buffer_prepare()
|
D | vpif_capture.c | 85 if (vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) in vpif_buffer_prepare()
|
/linux-4.1.27/drivers/media/usb/s2255/ |
D | s2255drv.c | 694 if (vb2_plane_size(vb, 0) < size) { in buffer_prepare()
|
/linux-4.1.27/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 1964 if (vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) in vpfe_buffer_prepare()
|