Lines Matching defs:format
102 * fimc_lite_find_format - lookup fimc color format by fourcc or media bus code
105 * @mask: the color format flags to match
554 struct v4l2_subdev_format *format)
557 struct v4l2_mbus_framefmt *mf = &format->format;
560 if (format->pad == FLITE_SD_PAD_SINK) {
576 if (format->which == V4L2_SUBDEV_FORMAT_TRY) {
591 /* Allow changing format only on sink pad */
704 * raw Bayer the FIMC-LITE's output format must match its camera
705 * interface input format.
775 /* Retrieve format at the sink pad */
782 sink_fmt.format.width = ff->f_width;
783 sink_fmt.format.height = ff->f_height;
784 sink_fmt.format.code = fimc->inp_frame.fmt->mbus_code;
793 /* Retrieve format at the source pad */
805 if (src_fmt.format.width != sink_fmt.format.width ||
806 src_fmt.format.height != sink_fmt.format.height ||
807 src_fmt.format.code != sink_fmt.format.code)
1032 struct v4l2_mbus_framefmt *mf = &fmt->format;
1037 fmt->format = *mf;
1063 struct v4l2_mbus_framefmt *mf = &fmt->format;
1087 *mf = fmt->format;
1108 /* Reset source format and crop rectangle */