Searched refs:dsth (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | display.c | 233 … display_win(void *srcp, int fmt, int srcw, int srch, int rotation, void *dstp, int dstw, int dsth) in display_win() argument 246 rga_set_rect(&dst.rect, 0, 0, dstw, dsth, dstw, dsth, fmt); in display_win()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_xv.c | 618 int dstx, dsty, dstw, dsth; in glamor_xv_render() local 623 dsth = box[i].y2 - box[i].y1; in glamor_xv_render() 625 glScissor(dstx, dsty, dstw, dsth); in glamor_xv_render() 832 int dstx, dsty, dstw, dsth; in glamor_xv_render_dma() local 837 dsth = box[i].y2 - box[i].y1; in glamor_xv_render_dma() 839 glScissor(dstx, dsty, dstw, dsth); in glamor_xv_render_dma()
|
| /OK3568_Linux_fs/debian/packages-patches/mpv/0.29.1/ |
| H A D | 0004-vo_opengl-x11egl-Support-drm-hwdec.patch | 270 drm_object_set_property(request, p->ctx->video_plane, "CRTC_H", dsth); 274 … MP_ALIGN_DOWN(p->dst.x0, 2), MP_ALIGN_DOWN(p->dst.y0, 2), dstw, dsth, 275 + MP_ALIGN_DOWN(dx, 2), MP_ALIGN_DOWN(dy, 2), dstw, dsth,
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_vop.h | 196 static inline int scl_get_vskiplines(uint32_t srch, uint32_t dsth) in scl_get_vskiplines() argument 201 if (srch >= vskiplines * dsth * MIN_SCL_FT_AFTER_VSKIP) in scl_get_vskiplines()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.h | 1599 static inline int scl_get_vskiplines(uint32_t srch, uint32_t dsth) in scl_get_vskiplines() argument 1604 if (srch >= vskiplines * dsth * MIN_SCL_FT_AFTER_VSKIP) in scl_get_vskiplines()
|