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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DTexturesGenerator.cpp114 int currentPriority = current->priority(); local
115 if (currentPriority < 0) {
133 if (nextPriority <= currentPriority) {
135 currentPriority = nextPriority;
140 if (!m_deferredMode && currentPriority >= gDeferPriorityCutoff) {
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelSystem.java115 int currentPriority = SortConstants.BACKGROUND_START + 1;
146 builder.addTileMapLayer(mBackgroundObject, currentPriority,
151 currentPriority++;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_voicemgt.c2022 EAS_I32 currentPriority; local
2060 currentPriority = 128 - pCurrVoice->nextVelocity;
2066 currentPriority = (EAS_I32) pCurrVoice->age << NOTE_AGE_STEAL_WEIGHT;
2070 currentPriority += ((32768 >> (12 - NOTE_GAIN_STEAL_WEIGHT)) + 256) -
2080 currentPriority += (pSynth->poolCount[pChannel->pool] -pSynth->poolAlloc[pChannel->pool] + 1) << CHANNEL_POLY_STEAL_WEIGHT;
2083 currentPriority += (EAS_I32)(pChannel->pool << CHANNEL_PRIORITY_STEAL_WEIGHT);
2088 currentPriority += NOTE_MATCH_PENALTY;
2091 if (currentPriority >= bestPriority)
2093 bestPriority = currentPriority;
3118 EAS_I32 currentPriority, bestPriorit local
3288 EAS_I32 currentPriority, bestPriority; local
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_voicemgt.c2022 EAS_I32 currentPriority; local
2060 currentPriority = 128 - pCurrVoice->nextVelocity;
2066 currentPriority = (EAS_I32) pCurrVoice->age << NOTE_AGE_STEAL_WEIGHT;
2070 currentPriority += ((32768 >> (12 - NOTE_GAIN_STEAL_WEIGHT)) + 256) -
2080 currentPriority += (pSynth->poolCount[pChannel->pool] -pSynth->poolAlloc[pChannel->pool] + 1) << CHANNEL_POLY_STEAL_WEIGHT;
2083 currentPriority += (EAS_I32)(pChannel->pool << CHANNEL_PRIORITY_STEAL_WEIGHT);
2088 currentPriority += NOTE_MATCH_PENALTY;
2091 if (currentPriority >= bestPriority)
2093 bestPriority = currentPriority;
3118 EAS_I32 currentPriority, bestPriorit local
3288 EAS_I32 currentPriority, bestPriority; local
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c2022 EAS_I32 currentPriority; local
2060 currentPriority = 128 - pCurrVoice->nextVelocity;
2066 currentPriority = (EAS_I32) pCurrVoice->age << NOTE_AGE_STEAL_WEIGHT;
2070 currentPriority += ((32768 >> (12 - NOTE_GAIN_STEAL_WEIGHT)) + 256) -
2080 currentPriority += (pSynth->poolCount[pChannel->pool] -pSynth->poolAlloc[pChannel->pool] + 1) << CHANNEL_POLY_STEAL_WEIGHT;
2083 currentPriority += (EAS_I32)(pChannel->pool << CHANNEL_PRIORITY_STEAL_WEIGHT);
2088 currentPriority += NOTE_MATCH_PENALTY;
2091 if (currentPriority >= bestPriority)
2093 bestPriority = currentPriority;
3118 EAS_I32 currentPriority, bestPriorit local
3288 EAS_I32 currentPriority, bestPriority; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 155 milliseconds