HomeSort by relevance Sort by last modified time
    Searched refs:bestType (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 491 size_t bestType = 0;
520 bestType = i;
532 *chosenType = (ResolutionType)bestType;
539 (ResolutionType)bestType, bestIndex,
542 (ResolutionType)bestType, bestIndex,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 353 EditType bestType = getBestValidType(state, kind, false, Integer.MIN_VALUE);
354 if (bestType == null) {
356 bestType = getBestValidType(state, kind, true, Integer.MIN_VALUE);
358 return insertChild(state, kind, bestType);
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp     [all...]

Completed in 249 milliseconds