Home
last modified time | relevance | path

Searched refs:ENGINE_PLAY_BUF_SIZE_IN_SAMPLES (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/mac/
Daudio_device_mac.h44 const uint32_t ENGINE_PLAY_BUF_SIZE_IN_SAMPLES = variable
56 ENGINE_PLAY_BUF_SIZE_IN_SAMPLES * N_PLAY_CHANNELS * N_BUFFERS_OUT;
Daudio_device_mac.cc1997 N_BUFFERS_OUT * ENGINE_PLAY_BUF_SIZE_IN_SAMPLES * in SetDesiredPlayoutFormat()
2593 ENGINE_PLAY_BUF_SIZE_IN_SAMPLES * _outDesiredFormat.mChannelsPerFrame; in RenderWorkerThread()
2614 int8_t playBuffer[4 * ENGINE_PLAY_BUF_SIZE_IN_SAMPLES]; in RenderWorkerThread()
2624 _ptrAudioBuffer->RequestPlayoutData(ENGINE_PLAY_BUF_SIZE_IN_SAMPLES); in RenderWorkerThread()
2627 if (nSamples != ENGINE_PLAY_BUF_SIZE_IN_SAMPLES) { in RenderWorkerThread()