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

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 206 int& maxBatchCount);
hwc_mdpcomp.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 196 int& maxBatchCount);
hwc_mdpcomp.cpp 945 int& maxBatchCount) {
    [all...]
  /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...]

Completed in 249 milliseconds