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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp 868 const int numNonDroppedLayers = numAppLayers - mCurrentFrame.dropCount;
873 int fbBatchSize = numNonDroppedLayers - mdpBatchSize;
887 fbBatchSize = numNonDroppedLayers - mdpBatchSize;
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 750 const int numNonDroppedLayers = numAppLayers - mCurrentFrame.dropCount;
755 int fbBatchSize = numNonDroppedLayers - mdpBatchSize;
769 fbBatchSize = numNonDroppedLayers - mdpBatchSize;
    [all...]

Completed in 44 milliseconds