Lines Matching defs:fsize
762 const struct ov7740_framesize *fsize = &ov7740_framesizes[0];
778 if ((fsize->width >= fmt->width) &&
779 (fsize->height >= fmt->height)) {
780 fmt->width = fsize->width;
781 fmt->height = fsize->height;
785 fsize++;
788 fsize = &ov7740_framesizes[0];
789 fmt->width = fsize->width;
790 fmt->height = fsize->height;
793 *ret_frmsize = fsize;
809 const struct ov7740_framesize *fsize;
834 ret = ov7740_try_fmt_internal(sd, &format->format, &ovfmt, &fsize);
839 ov7740->frmsize = fsize;