Searched refs:src_y (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/drm/ |
D | drm_plane.h | 108 uint32_t src_y; member 194 .y1 = state->src_y, in drm_plane_state_src() 196 .y2 = state->src_y + state->src_h, in drm_plane_state_src() 247 uint32_t src_x, uint32_t src_y,
|
D | drm_plane_helper.h | 57 uint32_t src_x, uint32_t src_y, 69 uint32_t src_x, uint32_t src_y,
|
D | drm_atomic_helper.h | 113 uint32_t src_x, uint32_t src_y,
|
/linux-4.19.296/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 1909 static unsigned tpg_calc_frameline(const struct tpg_data *tpg, unsigned src_y, in tpg_calc_frameline() argument 1914 return tpg->crop.top + src_y * 2; in tpg_calc_frameline() 1916 return tpg->crop.top + src_y * 2 + 1; in tpg_calc_frameline() 1918 return src_y + tpg->crop.top; in tpg_calc_frameline() 2379 unsigned src_y = 0; in tpg_fill_plane_buffer() local 2400 params.frame_line = tpg_calc_frameline(tpg, src_y, tpg->field); in tpg_fill_plane_buffer() 2403 src_y += int_part; in tpg_fill_plane_buffer() 2407 src_y++; in tpg_fill_plane_buffer() 2428 unsigned next_src_y = src_y; in tpg_fill_plane_buffer() 2441 tpg_calc_frameline(tpg, src_y, tpg->field); in tpg_fill_plane_buffer()
|
/linux-4.19.296/include/uapi/drm/ |
D | drm_mode.h | 280 __u32 src_y; member
|