Searched refs:bestIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp491 size_t bestIndex = 0; local
520 bestIndex = j;
532 *chosenIndex = bestIndex;
538 (ResolutionType)bestType, bestIndex,
541 (ResolutionType)bestType, bestIndex,
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp302 int bestIndex = 0; local
325 bestIndex = i;
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java639 int bestIndex = 0;
647 bestIndex = index;
652 return frameRates.get(bestIndex);

Completed in 62 milliseconds