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

  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioManager.java 192 final int sampleRateHz;
194 sampleRateHz = getSampleRateOnJellyBeanMR10OrHigher();
196 sampleRateHz = WebRtcAudioUtils.getDefaultSampleRateHz();
198 Logging.d(TAG, "Sample rate is set to " + sampleRateHz + " Hz");
199 return sampleRateHz;
  /hardware/interfaces/audio/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 399 config.sampleRateHz = sampleRate;
418 return to_string(info.index) + "__" + to_string(config.sampleRateHz) + "_" +
    [all...]
  /packages/apps/TV/libs/
exoplayer.jar 

Completed in 767 milliseconds