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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 869 const int stagesForMDP = min(sMaxPipesPerMixer,
872 int mdpBatchSize = stagesForMDP - 1; //1 stage for FB
886 mdpBatchSize = min(i - dropCount, stagesForMDP - 1);
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 751 const int stagesForMDP = min(sMaxPipesPerMixer,
754 int mdpBatchSize = stagesForMDP - 1; //1 stage for FB
768 mdpBatchSize = min(i - dropCount, stagesForMDP - 1);
    [all...]

Completed in 370 milliseconds