Home
last modified time | relevance | path

Searched refs:N_PLAY_SAMPLES_PER_SEC (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
Daudio_device_ios.h23 const uint32_t N_PLAY_SAMPLES_PER_SEC = 44000; variable
30 const uint32_t ENGINE_PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC / 100);
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h28 const uint32_t N_PLAY_SAMPLES_PER_SEC = 48000; variable
35 const uint32_t PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC/100);
Daudio_device_wave_win.cc183 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC); in AttachAudioBuffer()
1691 waveFormat.nSamplesPerSec = N_PLAY_SAMPLES_PER_SEC; in InitPlayout()
2732 …const uint16_t nSamplesPerMs = (uint16_t)(N_PLAY_SAMPLES_PER_SEC/1000); // default is 48000/1000 … in GetPlayoutBufferDelay()
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
Daudio_device_mac.h30 const uint32_t N_PLAY_SAMPLES_PER_SEC = 48000; variable
37 const uint32_t ENGINE_PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC / 100);
Daudio_device_mac.cc254 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC); in AttachAudioBuffer()
1426 _outDesiredFormat.mSampleRate = N_PLAY_SAMPLES_PER_SEC; in InitPlayout()
1442 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC); in InitPlayout()
2706 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC); in HandleStreamFormatChange()
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
Daudio_track_jni.h26 const uint32_t N_PLAY_SAMPLES_PER_SEC = 16000; // Default is 16 kHz variable
Daudio_track_jni.cc120 _samplingFreqOut((N_PLAY_SAMPLES_PER_SEC/1000)), in AudioTrackJni()
853 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC); in AttachAudioBuffer()