HomeSort by relevance Sort by last modified time
    Searched defs:N_BUFFERS_OUT (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h 49 const int N_BUFFERS_OUT = 3; // Must be at least N_BLOCKS_IO.
56 ENGINE_PLAY_BUF_SIZE_IN_SAMPLES * N_PLAY_CHANNELS * N_BUFFERS_OUT;
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.h 39 enum { N_BUFFERS_OUT = 200 };
250 WAVEHDR _waveHeaderOut[N_BUFFERS_OUT];
259 int8_t _playBuffer[N_BUFFERS_OUT][4*PLAY_BUF_SIZE_IN_SAMPLES];

Completed in 59 milliseconds