Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:sMaxPipesPerMixer

47 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
75 mCurrentFrame.mdpCount, sMaxPipesPerMixer);
130 sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
134 sMaxPipesPerMixer = min(val, MAX_PIPES_PER_MIXER);
799 const int stagesForMDP = min(sMaxPipesPerMixer,
1046 const int stagesForMDP = min(sMaxPipesPerMixer,
1540 if(mCurrentFrame.mdpCount > sMaxPipesPerMixer - fbUsed) {