Searched refs:srcw (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | display.c | 93 static void display_compose(void *srcp, int srcw, int srch, int fmt, int x, int y) in display_compose() argument 100 rga_set_rect(&src.rect, 0, 0, srcw, srch, srcw, srch, fmt); in display_compose() 105 rga_set_rect(&dst.rect, x, y, srcw, srch, win0.width, win0.height, fmt); in display_compose() 233 void display_win(void *srcp, int fmt, int srcw, int srch, int rotation, void *dstp, int dstw, int d… in display_win() argument 241 rga_set_rect(&src.rect, 0, 0, srcw, srch, srcw, srch, 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 125 srcw /= 2; in scale_line() 127 int_part = srcw / dstw; in scale_line() 128 fract_part = srcw % dstw; in scale_line()
|
| /OK3568_Linux_fs/debian/packages-patches/mpv/0.29.1/ |
| H A D | 0004-vo_opengl-x11egl-Support-drm-hwdec.patch | 263 drm_object_set_property(request, p->ctx->video_plane, "SRC_W", srcw << 16); 276 p->src.x0 << 16, p->src.y0 << 16 , srcw << 16, srch << 16);
|