Searched refs:v4l2_overlay_set_crop (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/omap3/liboverlay/ |
D | v4l2_utils.h | 23 int v4l2_overlay_set_crop(int fd, uint32_t x, uint32_t y, uint32_t w,
|
D | overlay.cpp | 449 if (v4l2_overlay_set_crop(fd, 0, 0, w, h)) { in overlay_createOverlay() 827 rc = v4l2_overlay_set_crop(ctx->ctl_fd, 0, 0, w, h); in overlay_resizeInput() 909 rc = v4l2_overlay_set_crop(ctx->ctl_fd, x, y, w, h); in overlay_setCrop()
|
D | v4l2_utils.c | 345 int v4l2_overlay_set_crop(int fd, uint32_t x, uint32_t y, uint32_t w, uint32_t h) in v4l2_overlay_set_crop() function
|