Searched refs:sde_pcc_coeffs (Results 1 – 2 of 2) sorted by relevance
191 struct SDEPccV4Coeff *sde_pcc_coeffs = NULL; in GetDrmPCC() local235 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 …]
336 struct SDEPccV4Coeff *sde_pcc_coeffs = NULL; in GetDrmPCC() local374 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 …]