HomeSort by relevance Sort by last modified time
    Searched refs:stagesForMDP (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 799 const int stagesForMDP = min(sMaxPipesPerMixer,
809 if ((numAppLayers > stagesForMDP) || isSkipPresent(ctx, mDpy) ||
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 870 const int stagesForMDP = min(sMaxPipesPerMixer,
873 int mdpBatchSize = stagesForMDP - 1; //1 stage for FB
887 mdpBatchSize = min(i - dropCount, stagesForMDP - 1);
    [all...]

Completed in 35 milliseconds