| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_reg_info.c | 267 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 D | fbtrap.c | 36 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 D | fbpict.h | 49 fbRasterizeTrapezoid(PicturePtr alpha, xTrapezoid * trap, int x_off, int y_off);
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/rga/ |
| H A D | rga-hw.c | 20 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 D | hw_iep_reg.c | 830 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 D | present.c | 77 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 D | present_vblank.c | 52 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 D | present_priv.h | 70 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 D | present_wnmd.c | 267 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 D | present_scmd.c | 77 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 D | present_request.c | 151 stuff->x_off, stuff->y_off, target_crtc, in proc_present_pixmap() 288 swaps(&stuff->y_off); in sproc_present_pixmap()
|
| H A D | present_execute.c | 86 …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 D | glamor_addtraps.c | 34 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 D | NormalRga.h | 101 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 D | NormalRgaApi.cpp | 290 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 D | panoramiXprocs.c | 1407 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 D | rga.h | 202 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 D | mc3230.c | 421 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 D | render.c | 2845 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 D | rkdrm_display.h | 98 int y_off, struct drm_dev *dev, int plane_type);
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | video_bmp.c | 43 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 D | cfb_console.c | 1851 __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 D | iep_common.h | 87 RK_S16 y_off; // y offset for the vir,word unit member
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/ |
| H A D | iep.h | 140 RK_S16 y_off; // y offset for the vir,word unit member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A D | vc4_plane.c | 721 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()
|