Searched refs:out_bpp (Results 1 – 3 of 3) sorted by relevance
337 void dml2_core_utils_get_stream_output_bpp(double *out_bpp, const struct dml2_display_cfg *display_… in dml2_core_utils_get_stream_output_bpp() argument344 out_bpp[k] = bpc * 3; in dml2_core_utils_get_stream_output_bpp()347 out_bpp[k] = bpc * 2; in dml2_core_utils_get_stream_output_bpp()350 out_bpp[k] = bpc * 2; in dml2_core_utils_get_stream_output_bpp()354 out_bpp[k] = bpc * 1.5; in dml2_core_utils_get_stream_output_bpp()358 …out_bpp[k] = (double)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_inde… in dml2_core_utils_get_stream_output_bpp()360 out_bpp[k] = 0; in dml2_core_utils_get_stream_output_bpp()365 DML_LOG_VERBOSE("DML::%s: k=%d out_bpp=%f\n", __func__, k, out_bpp[k]); in dml2_core_utils_get_stream_output_bpp()
18 void dml2_core_utils_get_stream_output_bpp(double *out_bpp, const struct dml2_display_cfg *display_…
157 static void get_stream_output_bpp(double *out_bpp, const struct dml2_display_cfg *display_cfg) in get_stream_output_bpp() argument164 out_bpp[k] = bpc * 3; in get_stream_output_bpp()167 out_bpp[k] = bpc * 2; in get_stream_output_bpp()170 out_bpp[k] = bpc * 2; in get_stream_output_bpp()174 out_bpp[k] = bpc * 1.5; in get_stream_output_bpp()178 …out_bpp[k] = (double)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_inde… in get_stream_output_bpp()180 out_bpp[k] = 0; in get_stream_output_bpp()184 DML_LOG_VERBOSE("DML::%s: k=%d out_bpp=%f\n", __func__, k, out_bpp[k]); in get_stream_output_bpp()