Home
last modified time | relevance | path

Searched refs:bestIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
DVideoFormats.cpp492 size_t bestIndex = 0; in PickBestFormat() local
521 bestIndex = j; in PickBestFormat()
533 *chosenIndex = bestIndex; in PickBestFormat()
539 (ResolutionType)bestType, bestIndex, in PickBestFormat()
542 (ResolutionType)bestType, bestIndex, in PickBestFormat()
/frameworks/native/opengl/libs/ETC1/
Detc1.cpp302 int bestIndex = 0; in chooseModifier() local
325 bestIndex = i; in chooseModifier()
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1)) in chooseModifier()