Home
last modified time | relevance | path

Searched refs:y_off (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_reg_info.c267 tile->dst_ctrl.y_off = ymin; in dst_ctrl_cal()
575 s16 x_off, y_off, stride; in RGA_set_src() local
588 y_off = msg->src.y_offset; in RGA_set_src()
599 uv_y_off = y_off; in RGA_set_src()
604 uv_y_off = y_off; in RGA_set_src()
609 uv_y_off = y_off >> 1; in RGA_set_src()
614 uv_y_off = y_off >> 1; in RGA_set_src()
619 uv_y_off = y_off; in RGA_set_src()
624 uv_y_off = y_off; in RGA_set_src()
629 uv_y_off = y_off >> 1; in RGA_set_src()
[all …]
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbtrap.c36 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) in fbAddTraps() argument
44 pixman_add_traps(image, x_off + dst_xoff, y_off + dst_yoff, in fbAddTraps()
52 xTrapezoid * trap, int x_off, int y_off) in fbRasterizeTrapezoid() argument
61 x_off + dst_xoff, y_off + dst_yoff); in fbRasterizeTrapezoid()
68 INT16 x_off, INT16 y_off, int ntri, xTriangle * tris) in fbAddTriangles() argument
77 dst_xoff + x_off, dst_yoff + y_off, in fbAddTriangles()
H A Dfbpict.h49 fbRasterizeTrapezoid(PicturePtr alpha, xTrapezoid * trap, int x_off, int y_off);
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/
H A Drga-hw.c20 unsigned int y_off; member
65 lt->y_off = y * frm->stride + x * pixel_width; in rga_get_addr_offset()
70 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset()
74 rt->y_off = lt->y_off + (w - 1) * pixel_width; in rga_get_addr_offset()
78 rb->y_off = lb->y_off + (w - 1) * pixel_width; in rga_get_addr_offset()
329 src_offsets.left_top.y_off; in rga_cmd_set_trans_info()
343 dst_offset->y_off; in rga_cmd_set_trans_info()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Dhw_iep_reg.c830 offset_addr_y = iep_msg->src.y_off * 4 * in iep_config_src_addr()
833 offset_addr_y = iep_msg->src.y_off * 2 * in iep_config_src_addr()
836 offset_addr_y = iep_msg->src.y_off * in iep_config_src_addr()
873 if (iep_msg->src.y_off % 2 == 1) in iep_config_src_addr()
874 offset_y_equ_420_uv = iep_msg->src.y_off + 1; in iep_config_src_addr()
876 offset_y_equ_420_uv = iep_msg->src.y_off; in iep_config_src_addr()
881 iep_msg->src.y_off; in iep_config_src_addr()
884 offset_addr_uv_h = line_u_byte * iep_msg->src.y_off; in iep_config_src_addr()
885 offset_addr_v_h = line_v_byte * iep_msg->src.y_off; in iep_config_src_addr()
897 iep_msg->src.y_off; in iep_config_src_addr()
[all …]
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent.c77 int16_t y_off) in present_copy_region() argument
87 changes[1].val = y_off; in present_copy_region()
99 x_off, y_off); in present_copy_region()
194 int16_t y_off, in present_pixmap() argument
214 y_off, in present_pixmap()
H A Dpresent_vblank.c52 int16_t y_off, in present_vblank_create() argument
102 vblank->y_off = y_off; in present_vblank_create()
116 … screen_priv->check_flip (target_crtc, window, pixmap, TRUE, valid, x_off, y_off, &reason)) in present_vblank_create()
121 … screen_priv->check_flip (target_crtc, window, pixmap, FALSE, valid, x_off, y_off, &reason)) in present_vblank_create()
H A Dpresent_priv.h70 int16_t y_off; member
106 int16_t y_off,
117 int16_t y_off,
272 int16_t y_off);
296 int16_t y_off,
464 int16_t y_off,
H A Dpresent_wnmd.c267 int16_t y_off, in present_wnmd_check_flip() argument
291 if (x_off || y_off) in present_wnmd_check_flip()
478 assert(vblank->x_off == 0 && vblank->y_off == 0); in present_wnmd_execute()
563 int16_t y_off, in present_wnmd_pixmap() argument
632 y_off, in present_wnmd_pixmap()
H A Dpresent_scmd.c77 int16_t y_off, in present_check_flip() argument
114 if (x_off || y_off) { in present_check_flip()
649 int16_t y_off, in present_scmd_pixmap() argument
741 y_off, in present_scmd_pixmap()
H A Dpresent_request.c151 stuff->x_off, stuff->y_off, target_crtc, in proc_present_pixmap()
288 swaps(&stuff->y_off); in sproc_present_pixmap()
H A Dpresent_execute.c86 …esent_copy_region(&window->drawable, vblank->pixmap, vblank->update, vblank->x_off, vblank->y_off); in present_execute_copy()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_addtraps.c34 INT16 y_off, int ntrap, xTrap *traps) in glamor_add_traps() argument
37 fbAddTraps(pPicture, x_off, y_off, ntrap, traps); in glamor_add_traps()
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.h101 unsigned int x_off, unsigned int y_off);
119 unsigned int x_off, unsigned int y_off);
139 unsigned int y_off, unsigned int pat_format);
143 unsigned int x_off, unsigned int y_off);
H A DNormalRgaApi.cpp290 unsigned int x_off, unsigned int y_off) { in NormalRgaSetSrcActiveInfo() argument
294 req->src.y_offset = y_off; in NormalRgaSetSrcActiveInfo()
333 unsigned int x_off, unsigned int y_off) { in NormalRgaSetDstActiveInfo() argument
337 req->dst.y_offset = y_off; in NormalRgaSetDstActiveInfo()
374 unsigned int x_off, unsigned int y_off) { in NormalRgaSetPatActiveInfo() argument
378 req->pat.y_offset = y_off; in NormalRgaSetPatActiveInfo()
416 unsigned int y_off, unsigned int pat_format) { in NormalRgaSetPatInfo() argument
420 msg->pat.y_offset = y_off; in NormalRgaSetPatInfo()
/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiXprocs.c1407 int y_off = screenInfo.screens[j]->y; in PanoramiXPolyPoint() local
1409 if (x_off || y_off) { in PanoramiXPolyPoint()
1416 pnts->y -= y_off; in PanoramiXPolyPoint()
1472 int y_off = screenInfo.screens[j]->y; in PanoramiXPolyLine() local
1474 if (x_off || y_off) { in PanoramiXPolyLine()
1481 pnts->y -= y_off; in PanoramiXPolyLine()
1541 int y_off = screenInfo.screens[j]->y; in PanoramiXPolySegment() local
1543 if (x_off || y_off) { in PanoramiXPolySegment()
1549 segs->y1 -= y_off; in PanoramiXPolySegment()
1550 segs->y2 -= y_off; in PanoramiXPolySegment()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Drga.h202 short y_off; // y offset for the vir member
485 unsigned int y_off /* y_off */
520 unsigned int y_off /* y_off */
557 unsigned int y_off,
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dmc3230.c421 s32 x_off, y_off, z_off; in init_3230_ctl_data() local
469 y_off = tmp; in init_3230_ctl_data()
483 offset_data[1] = y_off; in init_3230_ctl_data()
784 s32 x_off, y_off, z_off; in MC32X0_WriteCalibration() local
806 y_off = tmp; in MC32X0_WriteCalibration()
823 y_off = in MC32X0_WriteCalibration()
824 y_off + in MC32X0_WriteCalibration()
834 offset_data[1] = y_off; in MC32X0_WriteCalibration()
846 buf[2] = y_off & 0xff; in MC32X0_WriteCalibration()
847 buf[3] = ((y_off >> 8) & 0x3f) | (y_gain & 0x0100 ? 0x80 : 0); in MC32X0_WriteCalibration()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c2845 int y_off = screenInfo.screens[j]->y; in PanoramiXRenderFillRectangles() local
2847 if (x_off || y_off) { in PanoramiXRenderFillRectangles()
2853 rects->y -= y_off; in PanoramiXRenderFillRectangles()
2895 int y_off = screenInfo.screens[j]->y; in PanoramiXRenderTrapezoids() local
2897 if (x_off || y_off) { in PanoramiXRenderTrapezoids()
2902 trap->top -= y_off; in PanoramiXRenderTrapezoids()
2903 trap->bottom -= y_off; in PanoramiXRenderTrapezoids()
2905 trap->left.p1.y -= y_off; in PanoramiXRenderTrapezoids()
2907 trap->left.p2.y -= y_off; in PanoramiXRenderTrapezoids()
2909 trap->right.p1.y -= y_off; in PanoramiXRenderTrapezoids()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkdrm_display.h98 int y_off, struct drm_dev *dev, int plane_type);
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dvideo_bmp.c43 uchar *fb, int x_off, int y_off) in video_display_rle8_bitmap() argument
80 fb = (uchar *)(priv->fb + (y + y_off - 1) in video_display_rle8_bitmap()
H A Dcfb_console.c1851 __maybe_unused int y_off = 0; in video_logo() local
1912 y_off = 1; in video_logo()
1931 (i + y_off) * in video_logo()
1934 y_off++; in video_logo()
1938 (i + y_off) * in video_logo()
1945 (i + y_off) * in video_logo()
/OK3568_Linux_fs/external/mpp/mpp/vproc/inc/
H A Diep_common.h87 RK_S16 y_off; // y offset for the vir,word unit member
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/
H A Diep.h140 RK_S16 y_off; // y offset for the vir,word unit member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_plane.c721 u32 y_off = src_y & tile_h_mask; in vc4_plane_mode_set() local
733 y_off = tile_h_mask - y_off; in vc4_plane_mode_set()
741 VC4_SET_FIELD(y_off, SCALER_PITCH0_TILE_Y_OFFSET) | in vc4_plane_mode_set()

12