Searched refs:N_PLAY_SAMPLES_PER_SEC (Results 1 – 7 of 7) sorted by relevance
23 const uint32_t N_PLAY_SAMPLES_PER_SEC = 44000; variable30 const uint32_t ENGINE_PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC / 100);
28 const uint32_t N_PLAY_SAMPLES_PER_SEC = 48000; variable35 const uint32_t PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC/100);
183 _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()
30 const uint32_t N_PLAY_SAMPLES_PER_SEC = 48000; variable37 const uint32_t ENGINE_PLAY_BUF_SIZE_IN_SAMPLES = (N_PLAY_SAMPLES_PER_SEC / 100);
254 _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()
26 const uint32_t N_PLAY_SAMPLES_PER_SEC = 16000; // Default is 16 kHz variable
120 _samplingFreqOut((N_PLAY_SAMPLES_PER_SEC/1000)), in AudioTrackJni()853 _ptrAudioBuffer->SetPlayoutSampleRate(N_PLAY_SAMPLES_PER_SEC); in AttachAudioBuffer()