Lines Matching refs:format
687 * imx412_fill_pad_format() - Fill subdevice pad format
691 * @fmt: V4L2 sub-device format need to be filled
697 fmt->format.width = mode->width;
698 fmt->format.height = mode->height;
699 fmt->format.code = mode->code;
700 fmt->format.field = V4L2_FIELD_NONE;
701 fmt->format.colorspace = V4L2_COLORSPACE_RAW;
702 fmt->format.ycbcr_enc = V4L2_YCBCR_ENC_DEFAULT;
703 fmt->format.quantization = V4L2_QUANTIZATION_DEFAULT;
704 fmt->format.xfer_func = V4L2_XFER_FUNC_NONE;
708 * imx412_get_pad_format() - Get subdevice pad format
711 * @fmt: V4L2 sub-device format need to be set
727 fmt->format = *framefmt;
738 * imx412_set_pad_format() - Set subdevice pad format
741 * @fmt: V4L2 sub-device format need to be set
762 *framefmt = fmt->format;