Searched refs:sde_dither (Results 1 – 2 of 2) sorted by relevance
800 struct SDEDitherCfg *sde_dither = NULL; in GetDrmDither() local808 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() local943 sde_dither = (struct SDEPADitherData *)in_data.GetConfigData(); in GetDrmPADither()[all …]
889 struct SDEDitherCfg *sde_dither = NULL; in GetDrmDither() local892 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() local1016 sde_dither = (struct SDEPADitherData *)in_data.GetConfigData(); in GetDrmPADither()[all …]