Searched refs:N_REC_SAMPLES_PER_SEC (Results 1 – 4 of 4) sorted by relevance
28 const uint32_t N_REC_SAMPLES_PER_SEC = 48000; variable35 const uint32_t REC_BUF_SIZE_IN_SAMPLES = (N_REC_SAMPLES_PER_SEC/100);
179 _ptrAudioBuffer->SetRecordingSampleRate(N_REC_SAMPLES_PER_SEC); in AttachAudioBuffer()1842 waveFormat.nSamplesPerSec = N_REC_SAMPLES_PER_SEC; in InitRecording()2909 …const uint16_t nSamplesPerMs = (uint16_t)(N_REC_SAMPLES_PER_SEC/1000); // default is 48000/1000 =… in GetRecordingBufferDelay()3640 if (nRecordedSamples > 5*N_REC_SAMPLES_PER_SEC) in MonitorRecording()
33 const uint32_t N_REC_SAMPLES_PER_SEC = 48000; variable43 N_REC_SAMPLES_PER_SEC * kBufferSizeMs / 1000;
212 _ptrAudioBuffer->SetRecordingSampleRate(N_REC_SAMPLES_PER_SEC); in AttachAudioBuffer()1298 _ptrAudioBuffer->SetRecordingSampleRate(N_REC_SAMPLES_PER_SEC); in InitRecording()1302 _inDesiredFormat.mSampleRate = N_REC_SAMPLES_PER_SEC; in InitRecording()2249 _ptrAudioBuffer->SetRecordingSampleRate(N_REC_SAMPLES_PER_SEC); in HandleStreamFormatChange()