Home
last modified time | relevance | path

Searched refs:sde_pcc_coeffs (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_color_manager_drm.cpp191 struct SDEPccV4Coeff *sde_pcc_coeffs = NULL; in GetDrmPCC() local
235 sde_pcc_coeffs = &sde_pcc->red; in GetDrmPCC()
237 mdp_pcc->r_rr = sde_pcc_coeffs->rr; in GetDrmPCC()
238 mdp_pcc->r_gg = sde_pcc_coeffs->gg; in GetDrmPCC()
239 mdp_pcc->r_bb = sde_pcc_coeffs->bb; in GetDrmPCC()
242 sde_pcc_coeffs = &sde_pcc->green; in GetDrmPCC()
244 mdp_pcc->g_rr = sde_pcc_coeffs->rr; in GetDrmPCC()
245 mdp_pcc->g_gg = sde_pcc_coeffs->gg; in GetDrmPCC()
246 mdp_pcc->g_bb = sde_pcc_coeffs->bb; in GetDrmPCC()
249 sde_pcc_coeffs = &sde_pcc->blue; in GetDrmPCC()
[all …]
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_color_manager_drm.cpp336 struct SDEPccV4Coeff *sde_pcc_coeffs = NULL; in GetDrmPCC() local
374 sde_pcc_coeffs = &sde_pcc->red; in GetDrmPCC()
376 mdp_pcc->r_rr = sde_pcc_coeffs->rr; in GetDrmPCC()
377 mdp_pcc->r_gg = sde_pcc_coeffs->gg; in GetDrmPCC()
378 mdp_pcc->r_bb = sde_pcc_coeffs->bb; in GetDrmPCC()
381 sde_pcc_coeffs = &sde_pcc->green; in GetDrmPCC()
383 mdp_pcc->g_rr = sde_pcc_coeffs->rr; in GetDrmPCC()
384 mdp_pcc->g_gg = sde_pcc_coeffs->gg; in GetDrmPCC()
385 mdp_pcc->g_bb = sde_pcc_coeffs->bb; in GetDrmPCC()
388 sde_pcc_coeffs = &sde_pcc->blue; in GetDrmPCC()
[all …]