Searched refs:dstw (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | display.c | 233 void display_win(void *srcp, int fmt, int srcw, int srch, int rotation, void *dstp, int dstw, int d… in display_win() argument 246 rga_set_rect(&dst.rect, 0, 0, dstw, dsth, dstw, dsth, fmt); in display_win()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-kthread-cap.c | 112 static void scale_line(const u8 *src, u8 *dst, unsigned srcw, unsigned dstw, unsigned twopixsize) in scale_line() argument 126 dstw /= 2; in scale_line() 127 int_part = srcw / dstw; in scale_line() 128 fract_part = srcw % dstw; in scale_line() 129 for (x = 0; x < dstw; x++, dst += twopixsize) { in scale_line() 133 if (error >= dstw) { in scale_line() 134 error -= dstw; in scale_line()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_xv.c | 618 int dstx, dsty, dstw, dsth; in glamor_xv_render() local 622 dstw = box[i].x2 - box[i].x1; 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 836 dstw = box[i].x2 - box[i].x1; 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 | 269 drm_object_set_property(request, p->ctx->video_plane, "CRTC_W", dstw); 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,
|