Home
last modified time | relevance | path

Searched refs:v4l2_overlay_set_crop (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/liboverlay/
Dv4l2_utils.h23 int v4l2_overlay_set_crop(int fd, uint32_t x, uint32_t y, uint32_t w,
Doverlay.cpp449 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()
Dv4l2_utils.c345 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