Searched refs:vdownsampling (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/media/test-drivers/vivid/ |
| A D | vivid-vid-common.c | 37 .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 D | vivid-vid-out.c | 35 size += dev->bytesperline_out[p] * h / vfmt->vdownsampling[p] + in vid_out_queue_setup() 67 vfmt->vdownsampling[p] + in vid_out_queue_setup() 74 vfmt->vdownsampling[p] + in vid_out_queue_setup() 111 size += dev->bytesperline_out[p] * h / vfmt->vdownsampling[p]; in vid_out_buf_prepare() 129 size = dev->bytesperline_out[p] * h / vfmt->vdownsampling[p]; in vid_out_buf_prepare() 333 fmt->vdownsampling[p] + fmt->data_offset[p]; in vivid_g_fmt_vid_out() 339 (stride * mp->height) / fmt->vdownsampling[p]; in vivid_g_fmt_vid_out() 411 fmt->vdownsampling[p] + fmt->data_offset[p]; in vivid_try_fmt_vid_out() 417 (fmt->bit_depth[p] / fmt->vdownsampling[p])) / in vivid_try_fmt_vid_out() 418 (fmt->bit_depth[0] / fmt->vdownsampling[0]); in vivid_try_fmt_vid_out()
|
| A D | vivid-vid-cap.c | 110 dev->fmt_cap->vdownsampling[p] + in vid_cap_queue_setup() 117 dev->fmt_cap->vdownsampling[p] + in vid_cap_queue_setup() 153 dev->fmt_cap->vdownsampling[p] + in vid_cap_buf_prepare() 543 dev->fmt_cap->vdownsampling[p] + in vivid_g_fmt_vid_cap() 625 fmt->vdownsampling[p] + fmt->data_offset[p]; in vivid_try_fmt_vid_cap() 631 (fmt->bit_depth[p] / fmt->vdownsampling[p])) / in vivid_try_fmt_vid_cap() 632 (fmt->bit_depth[0] / fmt->vdownsampling[0]); in vivid_try_fmt_vid_cap()
|
| A D | vivid-core.h | 148 u8 vdownsampling[TPG_MAX_PLANES]; member
|
| A D | vivid-kthread-cap.c | 212 vbuf += bpl[i] * h / tpg->vdownsampling[i]; in plane_vaddr() 223 unsigned vdiv = out_dev->fmt_out->vdownsampling[p]; in vivid_copy_buffer()
|
| /linux/include/media/tpg/ |
| A D | v4l2-tpg.h | 189 u8 vdownsampling[TPG_MAX_PLANES]; member 491 w += plane_w / tpg->vdownsampling[p]; in tpg_g_line_width() 508 w += plane_w / tpg->vdownsampling[p]; in tpg_calc_line_width() 519 tpg->vdownsampling[plane]; in tpg_calc_plane_size()
|
| /linux/drivers/media/common/v4l2-tpg/ |
| A D | v4l2-tpg-core.c | 218 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 …]
|
| /linux/drivers/media/test-drivers/visl/ |
| A D | visl-dec.c | 41 vbuf += bpl[i] * h / tpg->vdownsampling[i]; in plane_vaddr()
|
Completed in 668 milliseconds