HomeSort by relevance Sort by last modified time
    Searched refs:v4l2_overlay_set_crop (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap3/liboverlay/
v4l2_utils.h 23 int v4l2_overlay_set_crop(int fd, uint32_t x, uint32_t y, uint32_t w,
overlay.cpp 460 if (v4l2_overlay_set_crop(fd, 0, 0, w, h)) {
838 rc = v4l2_overlay_set_crop(ctx->ctl_fd, 0, 0, w, h);
920 rc = v4l2_overlay_set_crop(ctx->ctl_fd, x, y, w, h);
    [all...]
v4l2_utils.c 333 int v4l2_overlay_set_crop(int fd, uint32_t x, uint32_t y, uint32_t w, uint32_t h) function
  /device/samsung/crespo/liboverlay/
v4l2_utils.h 30 int v4l2_overlay_set_crop(int fd, uint32_t x, uint32_t y, uint32_t w,
overlay.cpp 586 if (v4l2_overlay_set_crop(fd, 0, 0, w, h)) {
    [all...]
v4l2_utils.c 416 int v4l2_overlay_set_crop(int fd, uint32_t x, uint32_t y, uint32_t w, function

Completed in 1552 milliseconds