Lines Matching defs:fmt
819 struct v4l2_mbus_framefmt *fmt;
845 fmt = __ov5693_get_pad_format(ov5693, state, format->pad,
848 fmt->width = crop->width / hratio;
849 fmt->height = crop->height / vratio;
850 fmt->code = MEDIA_BUS_FMT_SBGGR10_1X10;
852 format->format = *fmt;
864 ov5693->mode.vts = __ov5693_calc_vts(fmt->height);
868 OV5693_TIMING_MAX_VTS - fmt->height,
869 1, ov5693->mode.vts - fmt->height);
871 ov5693->mode.vts - fmt->height);
873 hblank = OV5693_FIXED_PPL - fmt->width;