Home
last modified time | relevance | path

Searched refs:v_offset (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c474 unsigned int u_offset, unsigned int v_offset) in ipu_cpmem_set_yuv_planar_full() argument
476 WARN_ON_ONCE((u_offset & 0x7) || (v_offset & 0x7)); in ipu_cpmem_set_yuv_planar_full()
480 ipu_ch_param_write_field(ch, IPU_FIELD_VBO, v_offset / 8); in ipu_cpmem_set_yuv_planar_full()
767 int offset, u_offset, v_offset; in ipu_cpmem_set_image() local
785 v_offset = image->v_offset ? in ipu_cpmem_set_image()
786 image->v_offset : V_OFFSET(pix, image->rect.left, in ipu_cpmem_set_image()
790 u_offset, v_offset); in ipu_cpmem_set_image()
797 v_offset = image->v_offset ? in ipu_cpmem_set_image()
798 image->v_offset : U_OFFSET(pix, image->rect.left, in ipu_cpmem_set_image()
802 u_offset, v_offset); in ipu_cpmem_set_image()
[all …]
H A Dipu-image-convert.c1340 tile_image.v_offset = image->tile[tile_idx[0]].v_off; in init_idmac_channel()
/linux/drivers/media/pci/saa7146/
H A Dhexium_orion.c181 .v_offset = 16, .v_field = 288,
186 .v_offset = 16, .v_field = 240,
191 .v_offset = 16, .v_field = 288,
H A Dhexium_gemini.c131 .v_offset = 28, .v_field = 288,
136 .v_offset = 28, .v_field = 240,
141 .v_offset = 28, .v_field = 288,
H A Dmxb.c796 .v_offset = 0x17, .v_field = 288,
801 .v_offset = 0x17, .v_field = 288,
806 .v_offset = 0x16, .v_field = 240,
811 .v_offset = 0x14, .v_field = 288,
/linux/drivers/staging/media/av7110/
H A Dav7110_v4l.c877 .v_offset = 0x15, .v_field = 288,
882 .v_offset = 0x10, .v_field = 244,
891 .v_offset = 0x1b, .v_field = 288,
896 .v_offset = 0x10, .v_field = 244,
905 .v_offset = 0x14, .v_field = 288,
910 .v_offset = 0x10, .v_field = 244,
/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c429 int v_offset, h_offset; in radeon_legacy_tv_init_restarts() local
485 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
487 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME); in radeon_legacy_tv_init_restarts()
489 restart -= v_offset + h_offset; in radeon_legacy_tv_init_restarts()
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-resizer.c66 u32 v_offset; member
83 .v_offset = RKISP1_CIF_DUAL_CROP_M_V_OFFS,
100 .v_offset = RKISP1_CIF_DUAL_CROP_S_V_OFFS,
158 rkisp1_write(rkisp1, rsz->config->dual_crop.v_offset, sink_crop->top); in rkisp1_dcrop_config()
/linux/include/media/drv-intf/
H A Dsaa7146_vv.h47 int v_offset; /* number of lines of vertical offset before processing */ member
/linux/include/video/
H A Dimx-ipu-v3.h252 u32 v_offset; member
277 unsigned int v_offset);
/linux/drivers/media/pci/ttpci/
H A Dbudget-av.c1514 .v_offset = 0x17, .v_field = 288,
1519 .v_offset = 0x16, .v_field = 240,
/linux/drivers/gpu/drm/tegra/
H A Ddc.c349 unsigned h_offset, v_offset, h_size, v_size, h_dda, v_dda, bpp; in tegra_dc_setup_window() local
375 v_offset = window->src.y; in tegra_dc_setup_window()
383 v_offset += window->src.h - 1; in tegra_dc_setup_window()
425 tegra_plane_writel(plane, v_offset, DC_WINBUF_ADDR_V_OFFSET); in tegra_dc_setup_window()
/linux/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c26 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo()