Searched refs:enc_in_format (Results 1 – 1 of 1) sorted by relevance
120 unsigned int enc_in_format; member360 if (data->enc_in_format == data->enc_out_format) { in inno_hdmi_config_video_csc()361 if (data->enc_in_format == HDMI_COLORSPACE_RGB || in inno_hdmi_config_video_csc()362 data->enc_in_format >= HDMI_COLORSPACE_YUV444) { in inno_hdmi_config_video_csc()375 if (data->enc_in_format == HDMI_COLORSPACE_RGB && in inno_hdmi_config_video_csc()381 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) && in inno_hdmi_config_video_csc()389 if (data->enc_in_format == HDMI_COLORSPACE_RGB && in inno_hdmi_config_video_csc()395 } else if ((data->enc_in_format == HDMI_COLORSPACE_YUV444) && in inno_hdmi_config_video_csc()480 hdmi->hdmi_data.enc_in_format = HDMI_COLORSPACE_RGB; in inno_hdmi_setup()