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

  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
CaptureQualityController.java 90 final CaptureFormat bestFormat = Collections.max(formats, compareFormats);
91 width = bestFormat.width;
92 height = bestFormat.height;
93 framerate = calculateFramerate(targetBandwidth, bestFormat);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp 310 audio_format_t bestFormat = sPcmFormatCompareTable[ARRAY_SIZE(sPcmFormatCompareTable) - 1];
314 bestFormat = AUDIO_FORMAT_INVALID;
323 (compareFormats(formatToCompare, bestFormat) <= 0)) {
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 331 final String bestFormat = DateFormat.getBestDateTimePattern(
333 label = DateFormat.format(bestFormat, cal).toString();
345 final String bestFormat = DateFormat.getBestDateTimePattern(
347 label = DateFormat.format(bestFormat, cal).toString();
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 141 milliseconds