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