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

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp561 int maxBatchCount = 0; local
580 if(count > maxBatchCount) {
581 maxBatchCount = count;
593 i += maxBatchCount;
597 mCurrentFrame.fbCount = maxBatchCount;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.h207 int& maxBatchCount);
H A Dhwc_mdpcomp.cpp1088 int& maxBatchCount) {
1153 if(batchCount > maxBatchCount) {
1154 maxBatchCount = batchCount;
1176 int maxBatchCount = 0; local
1189 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount);
1209 mCurrentFrame.fbCount = maxBatchCount;
1086 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.cpp1267 int& maxBatchCount) {
1332 if(batchCount > maxBatchCount) {
1333 maxBatchCount = batchCount;
1355 int maxBatchCount = 0; local
1368 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount);
1388 mCurrentFrame.fbCount = maxBatchCount;
1265 getBatch(hwc_display_contents_1_t* list, int& maxBatchStart, int& maxBatchEnd, int& maxBatchCount) argument
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_mdpcomp.h225 int& maxBatchCount);
H A Dhwc_mdpcomp.cpp1518 int& maxBatchCount) {
1583 if(batchCount > maxBatchCount) {
1584 maxBatchCount = batchCount;
1606 int maxBatchCount = 0; local
1619 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount);
1639 mCurrentFrame.fbCount = maxBatchCount;
1516 getBatch(hwc_display_contents_1_t* list, int& maxBatchStart, int& maxBatchEnd, int& maxBatchCount) argument
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_mdpcomp.h221 int& maxBatchCount);
H A Dhwc_mdpcomp.cpp1543 int& maxBatchCount) {
1608 if(batchCount > maxBatchCount) {
1609 maxBatchCount = batchCount;
1631 int maxBatchCount = 0; local
1644 fbZ = getBatch(list, maxBatchStart, maxBatchEnd, maxBatchCount);
1664 mCurrentFrame.fbCount = maxBatchCount;
1541 getBatch(hwc_display_contents_1_t* list, int& maxBatchStart, int& maxBatchEnd, int& maxBatchCount) argument

Completed in 193 milliseconds