Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h29 const uint32_t N_PLAY_SAMPLES_PER_SEC = 48000; variable
36 const uint32_t PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC/100);
Daudio_device_wave_win.cc180 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC); in AttachAudioBuffer()
1643 waveFormat.nSamplesPerSec = N_PLAY_SAMPLES_PER_SEC; in InitPlayout()
2684 …const uint16_t nSamplesPerMs = (uint16_t)(N_PLAY_SAMPLES_PER_SEC/1000); // default is 48000/1000 … in GetPlayoutBufferDelay()
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h34 const uint32_t N_PLAY_SAMPLES_PER_SEC = 48000; variable
45 N_PLAY_SAMPLES_PER_SEC * kBufferSizeMs / 1000;
Daudio_device_mac.cc213 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC); in AttachAudioBuffer()
1987 _outDesiredFormat.mSampleRate = N_PLAY_SAMPLES_PER_SEC; in SetDesiredPlayoutFormat()
1992 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC); in SetDesiredPlayoutFormat()