Searched refs:bestScore (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerFactory.cpp84 float bestScore = 0.0; \
91 thisScore = v->scoreFactory(a, bestScore); \
92 if (thisScore > bestScore) { \
94 bestScore = thisScore; \
98 if (0.0 == bestScore) { \
/frameworks/base/services/core/java/com/android/server/
H A DCommonTimeManagementService.java275 byte bestScore = -1;
312 if (thisScore <= bestScore)
321 bestScore = thisScore;
354 byte newPrio = (bestScore > 0)
355 ? (byte)(bestScore * BASE_SERVER_PRIO)
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DLocaleUtils.java212 final ScoreEntry bestScore = scoreboard.get(lang);
213 if (bestScore == null) {
216 bestScore.updateIfBetter(score, i);
/frameworks/base/media/java/android/media/
H A DSubtitleController.java213 int bestScore = -1;
251 if (score > bestScore) {
252 bestScore = score;
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp301 etc1_uint32 bestScore = ~0; local
313 if (score >= bestScore) {
318 if (score >= bestScore) {
323 if (score < bestScore) {
324 bestScore = score;
331 return bestScore;
/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp223 int64_t bestScore; local
254 if (i == 0 || score > bestScore) {
255 bestScore = score;
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp489 uint32_t bestScore = 0; local
517 if (first || score > bestScore) {
518 bestScore = score;
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp303 uint32_t bestScore = kUnsupportedFontScore; local
312 if (score > bestScore) {
313 bestScore = score;

Completed in 216 milliseconds