Lines Matching refs:format
535 * imx335_fill_pad_format() - Fill subdevice pad format
539 * @fmt: V4L2 sub-device format need to be filled
545 fmt->format.width = mode->width;
546 fmt->format.height = mode->height;
547 fmt->format.code = mode->code;
548 fmt->format.field = V4L2_FIELD_NONE;
549 fmt->format.colorspace = V4L2_COLORSPACE_RAW;
550 fmt->format.ycbcr_enc = V4L2_YCBCR_ENC_DEFAULT;
551 fmt->format.quantization = V4L2_QUANTIZATION_DEFAULT;
552 fmt->format.xfer_func = V4L2_XFER_FUNC_NONE;
556 * imx335_get_pad_format() - Get subdevice pad format
559 * @fmt: V4L2 sub-device format need to be set
575 fmt->format = *framefmt;
586 * imx335_set_pad_format() - Set subdevice pad format
589 * @fmt: V4L2 sub-device format need to be set
610 *framefmt = fmt->format;