Searched defs:bestScore (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp489 uint32_t bestScore = 0; local
517 if (first || score > bestScore) {
518 bestScore = score;
/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp223 int64_t bestScore; local
254 if (i == 0 || score > bestScore) {
255 bestScore = score;
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp267 uint32_t bestScore = kUnsupportedFontScore; local
277 if (score > bestScore) {
278 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;

Completed in 222 milliseconds