Lines Matching refs:fsize
764 const struct ov7740_framesize *fsize = &ov7740_framesizes[0]; in ov7740_try_fmt_internal() local
780 if ((fsize->width >= fmt->width) && in ov7740_try_fmt_internal()
781 (fsize->height >= fmt->height)) { in ov7740_try_fmt_internal()
782 fmt->width = fsize->width; in ov7740_try_fmt_internal()
783 fmt->height = fsize->height; in ov7740_try_fmt_internal()
787 fsize++; in ov7740_try_fmt_internal()
790 fsize = &ov7740_framesizes[0]; in ov7740_try_fmt_internal()
791 fmt->width = fsize->width; in ov7740_try_fmt_internal()
792 fmt->height = fsize->height; in ov7740_try_fmt_internal()
795 *ret_frmsize = fsize; in ov7740_try_fmt_internal()
811 const struct ov7740_framesize *fsize; in ov7740_set_fmt() local
835 ret = ov7740_try_fmt_internal(sd, &format->format, &ovfmt, &fsize); in ov7740_set_fmt()
840 ov7740->frmsize = fsize; in ov7740_set_fmt()