Searched refs:out_bpp (Results 1 – 3 of 3) sorted by relevance
335 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() argument342 out_bpp[k] = bpc * 3; in dml2_core_utils_get_stream_output_bpp()345 out_bpp[k] = bpc * 2; in dml2_core_utils_get_stream_output_bpp()348 out_bpp[k] = bpc * 2; in dml2_core_utils_get_stream_output_bpp()352 out_bpp[k] = bpc * 1.5; in dml2_core_utils_get_stream_output_bpp()356 …out_bpp[k] = (double)display_cfg->stream_descriptors[display_cfg->plane_descriptors[k].stream_inde… in dml2_core_utils_get_stream_output_bpp()358 out_bpp[k] = 0; in dml2_core_utils_get_stream_output_bpp()363 dml2_printf("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()185 dml2_printf("DML::%s: k=%d out_bpp=%f\n", __func__, k, out_bpp[k]); in get_stream_output_bpp()