Lines Matching refs:__format
603 struct v4l2_mbus_framefmt *__format; in imx214_set_format() local
620 __format = __imx214_get_pad_format(imx214, sd_state, format->pad, in imx214_set_format()
622 __format->width = __crop->width; in imx214_set_format()
623 __format->height = __crop->height; in imx214_set_format()
624 __format->code = IMX214_MBUS_CODE; in imx214_set_format()
625 __format->field = V4L2_FIELD_NONE; in imx214_set_format()
626 __format->colorspace = V4L2_COLORSPACE_SRGB; in imx214_set_format()
627 __format->ycbcr_enc = V4L2_MAP_YCBCR_ENC_DEFAULT(__format->colorspace); in imx214_set_format()
628 __format->quantization = V4L2_MAP_QUANTIZATION_DEFAULT(true, in imx214_set_format()
629 __format->colorspace, __format->ycbcr_enc); in imx214_set_format()
630 __format->xfer_func = V4L2_MAP_XFER_FUNC_DEFAULT(__format->colorspace); in imx214_set_format()
632 format->format = *__format; in imx214_set_format()