Home
last modified time | relevance | path

Searched refs:vdownsampling (Results 1 – 7 of 7) sorted by relevance

/drivers/media/test-drivers/vivid/
A Dvivid-vid-common.c37 .vdownsampling = { 1 },
46 .vdownsampling = { 1 },
54 .vdownsampling = { 1 },
62 .vdownsampling = { 1 },
142 .vdownsampling = { 1 },
150 .vdownsampling = { 1 },
157 .vdownsampling = { 1 },
165 .vdownsampling = { 1 },
173 .vdownsampling = { 1 },
181 .vdownsampling = { 1 },
[all …]
A Dvivid-vid-out.c36 size += dev->bytesperline_out[p] * h / vfmt->vdownsampling[p] + in vid_out_queue_setup()
68 vfmt->vdownsampling[p] + in vid_out_queue_setup()
75 vfmt->vdownsampling[p] + in vid_out_queue_setup()
112 size += dev->bytesperline_out[p] * h / vfmt->vdownsampling[p]; in vid_out_buf_prepare()
130 size = dev->bytesperline_out[p] * h / vfmt->vdownsampling[p]; in vid_out_buf_prepare()
332 fmt->vdownsampling[p] + fmt->data_offset[p]; in vivid_g_fmt_vid_out()
338 (stride * mp->height) / fmt->vdownsampling[p]; in vivid_g_fmt_vid_out()
410 fmt->vdownsampling[p] + fmt->data_offset[p]; in vivid_try_fmt_vid_out()
416 (fmt->bit_depth[p] / fmt->vdownsampling[p])) / in vivid_try_fmt_vid_out()
417 (fmt->bit_depth[0] / fmt->vdownsampling[0]); in vivid_try_fmt_vid_out()
A Dvivid-vid-cap.c113 dev->fmt_cap->vdownsampling[p] + in vid_cap_queue_setup()
120 dev->fmt_cap->vdownsampling[p] + in vid_cap_queue_setup()
156 dev->fmt_cap->vdownsampling[p] + in vid_cap_buf_prepare()
544 dev->fmt_cap->vdownsampling[p] + in vivid_g_fmt_vid_cap()
626 fmt->vdownsampling[p] + fmt->data_offset[p]; in vivid_try_fmt_vid_cap()
632 (fmt->bit_depth[p] / fmt->vdownsampling[p])) / in vivid_try_fmt_vid_cap()
633 (fmt->bit_depth[0] / fmt->vdownsampling[0]); in vivid_try_fmt_vid_cap()
A Dvivid-core.h148 u8 vdownsampling[TPG_MAX_PLANES]; member
A Dvivid-kthread-cap.c212 vbuf += bpl[i] * h / tpg->vdownsampling[i]; in plane_vaddr()
223 unsigned vdiv = out_dev->fmt_out->vdownsampling[p]; in vivid_copy_buffer()
/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c218 tpg->vdownsampling[0] = 1; in tpg_s_fourcc()
242 tpg->vdownsampling[1] = 1; in tpg_s_fourcc()
311 tpg->vdownsampling[1] = 2; in tpg_s_fourcc()
312 tpg->vdownsampling[2] = 2; in tpg_s_fourcc()
323 tpg->vdownsampling[1] = 1; in tpg_s_fourcc()
324 tpg->vdownsampling[2] = 1; in tpg_s_fourcc()
336 tpg->vdownsampling[1] = 1; in tpg_s_fourcc()
348 tpg->vdownsampling[1] = 2; in tpg_s_fourcc()
358 tpg->vdownsampling[1] = 1; in tpg_s_fourcc()
359 tpg->vdownsampling[2] = 1; in tpg_s_fourcc()
[all …]
/drivers/media/test-drivers/visl/
A Dvisl-dec.c41 vbuf += bpl[i] * h / tpg->vdownsampling[i]; in plane_vaddr()

Completed in 29 milliseconds