Home
last modified time | relevance | path

Searched refs:top_offset (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/pci/tw68/
H A Dtw68-risc.c131 unsigned int top_offset, in tw68_risc_buffer() argument
141 if (UNSET != top_offset) in tw68_risc_buffer()
160 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer()
161 rp = tw68_risc_field(rp, sglist, top_offset, 1, in tw68_risc_buffer()
165 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
H A Dtw68.h203 struct scatterlist *sglist, unsigned int top_offset,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dst7735r.c48 unsigned int top_offset; member
151 .top_offset = 3,
236 dbidev->top_offset = cfg->top_offset; in st7735r_probe()
/OK3568_Linux_fs/kernel/include/linux/mfd/mt6358/
H A Dcore.h19 unsigned int top_offset; member
155 .top_offset = MT6358_##sp##_TOP, \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A DdrmDsp.c97 int top_offset=0,left_offset=0; in arm_camera_yuv420_scale_arm() local
106 top_offset=((src_h-cropH)>>1) & (~0x01); in arm_camera_yuv420_scale_arm()
110 top_offset=0; in arm_camera_yuv420_scale_arm()
116 psUV = (unsigned char*)(srcbuf) +src_w*src_h+top_offset*src_w/2+left_offset; in arm_camera_yuv420_scale_arm()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c1236 vui->def_disp_win.top_offset = vui->def_disp_win.top_offset * 2; in decode_vui()
1249 vui->def_disp_win.top_offset, in decode_vui()
1254 vui->def_disp_win.top_offset = in decode_vui()
1473 READ_UE(gb, &sps->pic_conf_win.top_offset); in mpp_hevc_decode_nal_sps()
1474 sps->pic_conf_win.top_offset = sps->pic_conf_win.top_offset * 2; in mpp_hevc_decode_nal_sps()
1484 sps->pic_conf_win.top_offset, in mpp_hevc_decode_nal_sps()
1489 sps->pic_conf_win.top_offset = in mpp_hevc_decode_nal_sps()
1723 sps->scaled_ref_layer_window.top_offset = (value << 1); in mpp_hevc_decode_nal_sps()
1736 sps->output_window.top_offset += sps->vui.def_disp_win.top_offset; in mpp_hevc_decode_nal_sps()
1750 (sps->output_window.top_offset + sps->output_window.bottom_offset); in mpp_hevc_decode_nal_sps()
[all …]
H A Dh265d_parser.h90 RK_S32 top_offset; member
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88-core.c132 unsigned int top_offset, unsigned int bottom_offset, in cx88_risc_buffer() argument
139 if (top_offset != UNSET) in cx88_risc_buffer()
161 if (top_offset != UNSET) in cx88_risc_buffer()
162 rp = cx88_risc_field(rp, sglist, top_offset, 0, in cx88_risc_buffer()
167 top_offset == UNSET); in cx88_risc_buffer()
H A Dcx88.h624 unsigned int top_offset, unsigned int bottom_offset,
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885-core.c1199 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_buffer() argument
1207 if (UNSET != top_offset) in cx23885_risc_buffer()
1227 if (UNSET != top_offset) in cx23885_risc_buffer()
1228 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_buffer()
1232 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer()
1274 struct scatterlist *sglist, unsigned int top_offset, in cx23885_risc_vbibuffer() argument
1282 if (UNSET != top_offset) in cx23885_risc_vbibuffer()
1304 if (UNSET != top_offset) in cx23885_risc_vbibuffer()
1305 rp = cx23885_risc_field(rp, sglist, top_offset, 0, in cx23885_risc_vbibuffer()
1310 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_vbibuffer()
H A Dcx23885.h518 unsigned int top_offset, unsigned int bottom_offset,
523 unsigned int top_offset, unsigned int bottom_offset,
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_mipi_dbi.h117 unsigned int top_offset; member
/OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/
H A Dcx25821-core.c1058 struct scatterlist *sglist, unsigned int top_offset, in cx25821_risc_buffer() argument
1068 if (UNSET != top_offset) in cx25821_risc_buffer()
1089 if (UNSET != top_offset) { in cx25821_risc_buffer()
1090 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer()
1096 padding, lines, UNSET == top_offset); in cx25821_risc_buffer()
H A Dcx25821.h400 unsigned int top_offset,
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmt6358-irq.c148 bit = BIT(mt6358_ints[i].top_offset); in mt6358_irq_handler()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c248 ys += dbidev->top_offset; in mipi_dbi_set_window_address()
249 ye += dbidev->top_offset; in mipi_dbi_set_window_address()