OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxBatchCount
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp
548
int
maxBatchCount
= 0;
567
if(count >
maxBatchCount
) {
568
maxBatchCount
= count;
580
i +=
maxBatchCount
;
584
mCurrentFrame.fbCount =
maxBatchCount
;
[
all
...]
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp
559
int
maxBatchCount
= 0;
578
if(count >
maxBatchCount
) {
579
maxBatchCount
= count;
591
i +=
maxBatchCount
;
595
mCurrentFrame.fbCount =
maxBatchCount
;
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp
693
int
maxBatchCount
= 0;
712
if(count >
maxBatchCount
) {
713
maxBatchCount
= count;
731
i +=
maxBatchCount
;
735
mCurrentFrame.fbCount =
maxBatchCount
;
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
PhotoManager.java
710
int
maxBatchCount
= getMaxBatchCount();
733
if (
maxBatchCount
> 0 && batchCount >=
maxBatchCount
) {
[
all
...]
Completed in 129 milliseconds