OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:N_PLAY_CHANNELS
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_track_jni.h
27
const uint32_t
N_PLAY_CHANNELS
= 1; // default is mono playout
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.h
26
const uint32_t
N_PLAY_CHANNELS
= 1; // default is mono playout
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.h
33
const uint32_t
N_PLAY_CHANNELS
= 2; // default is stereo playout
48
ENGINE_PLAY_BUF_SIZE_IN_SAMPLES *
N_PLAY_CHANNELS
* N_BUFFERS_OUT;
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.h
31
const uint32_t
N_PLAY_CHANNELS
= 2; // default is stereo playout
Completed in 78 milliseconds