HomeSort by relevance Sort by last modified time
    Searched defs:maxBatchCount (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp 564 int maxBatchCount = 0;
583 if(count > maxBatchCount) {
584 maxBatchCount = count;
596 i += maxBatchCount;
600 mCurrentFrame.fbCount = maxBatchCount;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 695 int maxBatchCount = 0;
714 if(count > maxBatchCount) {
715 maxBatchCount = count;
733 i += maxBatchCount;
737 mCurrentFrame.fbCount = maxBatchCount;
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.cpp 945 int& maxBatchCount) {
    [all...]

Completed in 40 milliseconds