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

/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,
/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))

Completed in 348 milliseconds