Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_color_manager_drm.cpp800 struct SDEDitherCfg *sde_dither = NULL; in GetDrmDither() local
808 sde_dither = (struct SDEDitherCfg *)in_data.GetConfigData(); in GetDrmDither()
829 std::memcpy(mdp_dither->matrix, sde_dither->dither_matrix, in GetDrmDither()
830 sizeof(sde_dither->dither_matrix)); in GetDrmDither()
831 mdp_dither->temporal_en = sde_dither->temporal_en; in GetDrmDither()
832 mdp_dither->c0_bitdepth = sde_dither->g_y_depth; in GetDrmDither()
833 mdp_dither->c1_bitdepth = sde_dither->b_cb_depth; in GetDrmDither()
834 mdp_dither->c2_bitdepth = sde_dither->r_cr_depth; in GetDrmDither()
921 struct SDEPADitherData* sde_dither; in GetDrmPADither() local
943 sde_dither = (struct SDEPADitherData *)in_data.GetConfigData(); in GetDrmPADither()
[all …]
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_color_manager_drm.cpp889 struct SDEDitherCfg *sde_dither = NULL; in GetDrmDither() local
892 sde_dither = (struct SDEDitherCfg *)in_data.GetConfigData(); in GetDrmDither()
912 std::memcpy(mdp_dither->matrix, sde_dither->dither_matrix, in GetDrmDither()
913 sizeof(sde_dither->dither_matrix)); in GetDrmDither()
914 mdp_dither->temporal_en = sde_dither->temporal_en; in GetDrmDither()
915 mdp_dither->c0_bitdepth = sde_dither->g_y_depth; in GetDrmDither()
916 mdp_dither->c1_bitdepth = sde_dither->b_cb_depth; in GetDrmDither()
917 mdp_dither->c2_bitdepth = sde_dither->r_cr_depth; in GetDrmDither()
1000 struct SDEPADitherData* sde_dither; in GetDrmPADither() local
1016 sde_dither = (struct SDEPADitherData *)in_data.GetConfigData(); in GetDrmPADither()
[all …]