Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_wave_win.h35 const uint32_t REC_BUF_SIZE_IN_SAMPLES = (N_REC_SAMPLES_PER_SEC/100); variable
258 int8_t _recBuffer[N_BUFFERS_IN][4*REC_BUF_SIZE_IN_SAMPLES];
Daudio_device_wave_win.cc2638 _waveHeaderIn[n].dwBufferLength = nBytesPerSample * REC_BUF_SIZE_IN_SAMPLES; in PrepareStartRecording()
2643 memset(_recBuffer[n], 0, nBytesPerSample * REC_BUF_SIZE_IN_SAMPLES); in PrepareStartRecording()
3203 const uint32_t fullBufferSizeInBytes = bytesPerSample * REC_BUF_SIZE_IN_SAMPLES; in RecProc()
/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h53 const uint32_t REC_BUF_SIZE_IN_SAMPLES = variable
Daudio_device_mac.cc259 while (powerOfTwo < REC_BUF_SIZE_IN_SAMPLES) { in Init()