/kernel/linux/linux-5.10/drivers/media/usb/au0828/ |
H A D | au0828-vbi.c | 41 if (vb2_plane_size(vb, 0) < size) { in vbi_buffer_prepare() 43 __func__, vb2_plane_size(vb, 0), size); in vbi_buffer_prepare() 62 buf->length = vb2_plane_size(vb, 0); in vbi_buffer_queue()
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-vbi.c | 62 if (vb2_plane_size(vb, 0) < size) { in vbi_buffer_prepare() 65 __func__, vb2_plane_size(vb, 0), size); in vbi_buffer_prepare() 84 buf->length = vb2_plane_size(vb, 0); in vbi_buffer_queue()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-vbi.c | 52 if (vb2_plane_size(vb, 0) < size) { in vbi_buffer_prepare() 55 __func__, vb2_plane_size(vb, 0), size); in vbi_buffer_prepare() 74 buf->length = vb2_plane_size(vb, 0); in vbi_buffer_queue()
|
/kernel/linux/linux-6.6/drivers/media/usb/au0828/ |
H A D | au0828-vbi.c | 42 if (vb2_plane_size(vb, 0) < size) { in vbi_buffer_prepare() 44 __func__, vb2_plane_size(vb, 0), size); in vbi_buffer_prepare() 63 buf->length = vb2_plane_size(vb, 0); in vbi_buffer_queue()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-meta-cap.c | 55 if (vb2_plane_size(vb, 0) < size) { in meta_cap_buf_prepare() 57 __func__, vb2_plane_size(vb, 0), size); in meta_cap_buf_prepare() 171 memset(meta, 1, vb2_plane_size(&buf->vb.vb2_buf, 0)); in vivid_meta_cap_fillbuff()
|
H A D | vivid-meta-out.c | 55 if (vb2_plane_size(vb, 0) < size) { in meta_out_buf_prepare() 57 __func__, vb2_plane_size(vb, 0), size); in meta_out_buf_prepare()
|
H A D | vivid-vbi-cap.c | 94 memset(vbuf, 0x10, vb2_plane_size(&buf->vb.vb2_buf, 0)); in vivid_raw_vbi_cap_process() 113 memset(vbuf, 0, vb2_plane_size(&buf->vb.vb2_buf, 0)); in vivid_sliced_vbi_cap_process() 162 if (vb2_plane_size(vb, 0) < size) { in vbi_cap_buf_prepare() 164 __func__, vb2_plane_size(vb, 0), size); in vbi_cap_buf_prepare()
|
H A D | vivid-sdr-cap.c | 235 if (vb2_plane_size(vb, 0) < size) { in sdr_cap_buf_prepare() 237 __func__, vb2_plane_size(vb, 0), size); in sdr_cap_buf_prepare() 510 unsigned long plane_size = vb2_plane_size(&buf->vb.vb2_buf, 0); in vivid_sdr_cap_process()
|
H A D | vivid-vbi-out.c | 58 if (vb2_plane_size(vb, 0) < size) { in vbi_out_buf_prepare() 60 __func__, vb2_plane_size(vb, 0), size); in vbi_out_buf_prepare()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-meta-cap.c | 55 if (vb2_plane_size(vb, 0) < size) { in meta_cap_buf_prepare() 57 __func__, vb2_plane_size(vb, 0), size); in meta_cap_buf_prepare() 171 memset(meta, 1, vb2_plane_size(&buf->vb.vb2_buf, 0)); in vivid_meta_cap_fillbuff()
|
H A D | vivid-meta-out.c | 55 if (vb2_plane_size(vb, 0) < size) { in meta_out_buf_prepare() 57 __func__, vb2_plane_size(vb, 0), size); in meta_out_buf_prepare()
|
H A D | vivid-vbi-cap.c | 94 memset(vbuf, 0x10, vb2_plane_size(&buf->vb.vb2_buf, 0)); in vivid_raw_vbi_cap_process() 113 memset(vbuf, 0, vb2_plane_size(&buf->vb.vb2_buf, 0)); in vivid_sliced_vbi_cap_process() 162 if (vb2_plane_size(vb, 0) < size) { in vbi_cap_buf_prepare() 164 __func__, vb2_plane_size(vb, 0), size); in vbi_cap_buf_prepare()
|
H A D | vivid-sdr-cap.c | 242 if (vb2_plane_size(vb, 0) < size) { in sdr_cap_buf_prepare() 244 __func__, vb2_plane_size(vb, 0), size); in sdr_cap_buf_prepare() 514 unsigned long plane_size = vb2_plane_size(&buf->vb.vb2_buf, 0); in vivid_sdr_cap_process()
|
H A D | vivid-vbi-out.c | 58 if (vb2_plane_size(vb, 0) < size) { in vbi_out_buf_prepare() 60 __func__, vb2_plane_size(vb, 0), size); in vbi_out_buf_prepare()
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu2_hw_jpeg_enc.c | 76 size_left = vb2_plane_size(dst_buf, 0) - ctx->vpu_dst_fmt->header_size; in rockchip_vpu2_jpeg_enc_set_buffers() 77 if (WARN_ON(vb2_plane_size(dst_buf, 0) < ctx->vpu_dst_fmt->header_size)) in rockchip_vpu2_jpeg_enc_set_buffers()
|
H A D | hantro_h1_jpeg_enc.c | 49 size_left = vb2_plane_size(dst_buf, 0) - ctx->vpu_dst_fmt->header_size; in hantro_h1_jpeg_enc_set_buffers() 50 if (WARN_ON(vb2_plane_size(dst_buf, 0) < ctx->vpu_dst_fmt->header_size)) in hantro_h1_jpeg_enc_set_buffers()
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 59 if (vb2_plane_size(vb, 0) < size) { in _buffer_prepare() 61 ctx->name, vb2_plane_size(vb, 0), size); in _buffer_prepare() 288 ctx->remain = vb2_plane_size(&ctx->buf->vb, 0); in dvb_vb2_fill_buffer()
|
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | esparser.c | 97 if (dsize == vb2_plane_size(buf, 0)) { in vp9_update_header() 136 if (new_frame_size >= vb2_plane_size(buf, 0)) { in vp9_update_header() 202 vb2_plane_size(vb, 0)) { in esparser_pad_start_code()
|
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | esparser.c | 96 if (dsize == vb2_plane_size(buf, 0)) { in vp9_update_header() 135 if (new_frame_size >= vb2_plane_size(buf, 0)) { in vp9_update_header() 201 vb2_plane_size(vb, 0)) { in esparser_pad_start_code()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_vb2.c | 55 if (vb2_plane_size(vb, 0) < size) { in _buffer_prepare() 57 ctx->name, vb2_plane_size(vb, 0), size); in _buffer_prepare() 284 ctx->remain = vb2_plane_size(&ctx->buf->vb, 0); in dvb_vb2_fill_buffer()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | uvc_queue.c | 64 vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) { in uvc_buffer_prepare() 74 buf->length = vb2_plane_size(vb, 0); in uvc_buffer_prepare()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | uvc_queue.c | 78 vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) { in uvc_buffer_prepare() 93 buf->length = vb2_plane_size(vb, 0); in uvc_buffer_prepare()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_fops.c | 95 if (frame->data_bytes > vb2_plane_size(vb, 0)) { in atomisp_buf_init() 97 frame->data_bytes, vb2_plane_size(vb, 0)); in atomisp_buf_init() 101 frame->data = hmm_create_from_vmalloc_buf(vb2_plane_size(vb, 0), in atomisp_buf_init()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-jpeg/ |
H A D | mtk_jpeg_enc_hw.c | 82 size = vb2_plane_size(dst_buf, 0); in mtk_jpeg_set_enc_dst()
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_queue.c | 111 vb2_get_plane_payload(vb, 0) > vb2_plane_size(vb, 0)) { in uvc_buffer_prepare() 122 buf->length = vb2_plane_size(vb, 0); in uvc_buffer_prepare()
|