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

/drivers/media/platform/
H A Dsh_veu.c677 int size_in, int size_out, int crop_out,
686 if (crop_out != size_out)
730 int size_in, int size_out, int crop_out)
734 sh_veu_calc_scale(veu, size_in, size_out, crop_out, &mant, &frac, &rep);
744 (((rep << 12) | crop_out) << 16);
748 return ALIGN((size_in * crop_out) / size_out, 4);
752 int size_in, int size_out, int crop_out)
756 sh_veu_calc_scale(veu, size_in, size_out, crop_out, &mant, &frac, &rep);
766 (rep << 12) | crop_out;
770 return ALIGN((size_in * crop_out) / size_ou
676 sh_veu_calc_scale(struct sh_veu_dev *veu, int size_in, int size_out, int crop_out, u32 *mant, u32 *frac, u32 *rep) argument
729 sh_veu_scale_v(struct sh_veu_dev *veu, int size_in, int size_out, int crop_out) argument
751 sh_veu_scale_h(struct sh_veu_dev *veu, int size_in, int size_out, int crop_out) argument
[all...]
/drivers/media/platform/vivid/
H A Dvivid-vid-out.c264 dev->crop_out = dev->compose_out;
266 dev->crop_out.height /= 2;
267 dev->fmt_out_rect = dev->crop_out;
416 struct v4l2_rect *crop = &dev->crop_out;
607 sel->r = dev->crop_out;
639 struct v4l2_rect *crop = &dev->crop_out;
H A Dvivid-core.h384 struct v4l2_rect crop_out; member in struct:vivid_dev
H A Dvivid-kthread-cap.c154 * crop_out, scaled to compose_out, overlaid with the output overlay,
190 rect_scale(&dev->loop_vid_out, &dev->compose_out, &dev->crop_out);
191 dev->loop_vid_out.left += dev->crop_out.left;
192 dev->loop_vid_out.top += dev->crop_out.top;

Completed in 17 milliseconds