Searched refs:MAX_ZOOM (Results 1 - 4 of 4) sorted by relevance

/drivers/media/platform/vivid/
H A Dvivid-vid-out.c370 struct v4l2_rect max_r = { 0, 0, MAX_ZOOM * w, MAX_ZOOM * h };
387 max_bpl = (MAX_ZOOM * MAX_WIDTH * fmt->depth) >> 3;
458 r.width / MAX_ZOOM,
459 factor * r.height / MAX_ZOOM
463 r.width * MAX_ZOOM,
464 factor * r.height * MAX_ZOOM
473 crop->width / MAX_ZOOM,
474 factor * crop->height / MAX_ZOOM
478 crop->width * MAX_ZOOM,
[all...]
H A Dvivid-vid-cap.c569 struct v4l2_rect max_r = { 0, 0, MAX_ZOOM * w, MAX_ZOOM * h };
586 max_bpl = (MAX_ZOOM * MAX_WIDTH * fmt->depth) >> 3;
645 r.width / MAX_ZOOM,
646 factor * r.height / MAX_ZOOM
650 r.width * MAX_ZOOM,
651 factor * r.height * MAX_ZOOM
660 compose->width / MAX_ZOOM,
661 factor * compose->height / MAX_ZOOM
665 compose->width * MAX_ZOOM,
[all...]
H A Dvivid-core.h54 #define MAX_ZOOM 4 macro
H A Dvivid-core.c159 0, 0, MAX_WIDTH * MAX_ZOOM, MAX_HEIGHT * MAX_ZOOM
827 if (tpg_alloc(&dev->tpg, MAX_ZOOM * MAX_WIDTH))
829 dev->scaled_line = vzalloc(MAX_ZOOM * MAX_WIDTH);
832 dev->blended_line = vzalloc(MAX_ZOOM * MAX_WIDTH);

Completed in 61 milliseconds