Searched defs:stagesForMDP (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp877 const int stagesForMDP = min(sMaxPipesPerMixer, local
880 int mdpBatchSize = stagesForMDP - 1; //1 stage for FB
894 mdpBatchSize = min(i - dropCount, stagesForMDP - 1);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp807 const int stagesForMDP = min(sMaxPipesPerMixer, local
817 if ((numAppLayers > stagesForMDP) || isSkipPresent(ctx, mDpy) ||
1054 const int stagesForMDP = min(sMaxPipesPerMixer, local
1057 int mdpBatchSize = stagesForMDP - 1; //1 stage for FB
1071 mdpBatchSize = min(i - dropCount, stagesForMDP - 1);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.cpp897 const int stagesForMDP = min(sMaxPipesPerMixer, local
907 if ((numAppLayers > stagesForMDP) || isSkipPresent(ctx, mDpy) ||
1219 const int stagesForMDP = min(sMaxPipesPerMixer, local
1222 int mdpBatchSize = stagesForMDP - 1; //1 stage for FB
1236 mdpBatchSize = min(i - dropCount, stagesForMDP - 1);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.cpp908 const int stagesForMDP = min(sMaxPipesPerMixer, local
918 if ((numAppLayers > stagesForMDP) || isSkipPresent(ctx, mDpy) ||
1212 const int stagesForMDP = min(sMaxPipesPerMixer, local
1215 int mdpBatchSize = stagesForMDP - 1; //1 stage for FB
1229 mdpBatchSize = min(i - dropCount, stagesForMDP - 1);

Completed in 43 milliseconds