Searched refs:maxBatchCount (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp564 int maxBatchCount = 0; local
583 if(count > maxBatchCount) {
584 maxBatchCount = count;
596 i += maxBatchCount;
600 mCurrentFrame.fbCount = maxBatchCount;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.cpp695 int maxBatchCount = 0; local
714 if(count > maxBatchCount) {
715 maxBatchCount = count;
733 i += maxBatchCount;
737 mCurrentFrame.fbCount = maxBatchCount;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.h206 int& maxBatchCount);
H A Dhwc_mdpcomp.cpp1081 int& maxBatchCount) {
1146 if(batchCount > maxBatchCount) {
1147 maxBatchCount = batchCount;
1169 int maxBatchCount = 0; local
1182 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount);
1202 mCurrentFrame.fbCount = maxBatchCount;
1079 getBatch(hwc_display_contents_1_t* list, int& maxBatchStart, int& maxBatchEnd, int& maxBatchCount) argument
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.h211 int& maxBatchCount);
H A Dhwc_mdpcomp.cpp1259 int& maxBatchCount) {
1324 if(batchCount > maxBatchCount) {
1325 maxBatchCount = batchCount;
1347 int maxBatchCount = 0; local
1360 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount);
1380 mCurrentFrame.fbCount = maxBatchCount;
1257 getBatch(hwc_display_contents_1_t* list, int& maxBatchStart, int& maxBatchEnd, int& maxBatchCount) argument

Completed in 477 milliseconds