Searched refs:bestIndex (Results 1 - 3 of 3) sorted by last modified time

/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.java623 int bestIndex = 0;
631 bestIndex = index;
636 return frameRates.get(bestIndex);
/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp492 size_t bestIndex = 0; local
521 bestIndex = j;
533 *chosenIndex = bestIndex;
539 (ResolutionType)bestType, bestIndex,
542 (ResolutionType)bestType, bestIndex,

Completed in 523 milliseconds