Lines Matching refs:__format
586 struct v4l2_mbus_framefmt *__format; in imx214_set_format() local
603 __format = __imx214_get_pad_format(imx214, sd_state, format->pad, in imx214_set_format()
605 __format->width = __crop->width; in imx214_set_format()
606 __format->height = __crop->height; in imx214_set_format()
607 __format->code = IMX214_MBUS_CODE; in imx214_set_format()
608 __format->field = V4L2_FIELD_NONE; in imx214_set_format()
609 __format->colorspace = V4L2_COLORSPACE_SRGB; in imx214_set_format()
610 __format->ycbcr_enc = V4L2_MAP_YCBCR_ENC_DEFAULT(__format->colorspace); in imx214_set_format()
611 __format->quantization = V4L2_MAP_QUANTIZATION_DEFAULT(true, in imx214_set_format()
612 __format->colorspace, __format->ycbcr_enc); in imx214_set_format()
613 __format->xfer_func = V4L2_MAP_XFER_FUNC_DEFAULT(__format->colorspace); in imx214_set_format()
615 format->format = *__format; in imx214_set_format()