Lines Matching defs:format
94 * Video format information. sensor_format is kept in a form
144 * didn't need to know anything about the format except its byte depth;
171 /* Not found? Then return the first format. */
255 struct v4l2_subdev_format format = {
260 v4l2_fill_mbus_format(&format.format, &cam->sensor_format, cam->mbus_code);
263 ret = sensor_call(cam, pad, set_fmt, NULL, &format);
265 * OV7670 does weird things if flip is set *before* format...
777 * Video format stuff. Here is our default format until
840 * The real work of figuring out a workable format.
847 struct v4l2_subdev_format format = {
854 v4l2_fill_mbus_format(&format.format, spix, f->mbus_code);
855 ret = sensor_call(cam, pad, set_fmt, &pad_cfg, &format);
856 v4l2_fill_pix_format(spix, &format.format);
904 * OK, let's commit to the new format.