Lines Matching defs:format
93 * Video format information. sensor_format is kept in a form
143 * didn't need to know anything about the format except its byte depth;
170 /* Not found? Then return the first format. */
244 struct v4l2_subdev_format format = {
249 v4l2_fill_mbus_format(&format.format, &cam->sensor_format, cam->mbus_code);
252 ret = sensor_call(cam, pad, set_fmt, NULL, &format);
254 * OV7670 does weird things if flip is set *before* format...
766 * Video format stuff. Here is our default format until
829 * The real work of figuring out a workable format.
839 struct v4l2_subdev_format format = {
846 v4l2_fill_mbus_format(&format.format, spix, f->mbus_code);
847 ret = sensor_call(cam, pad, set_fmt, &pad_state, &format);
848 v4l2_fill_pix_format(spix, &format.format);
896 * OK, let's commit to the new format.