OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kChannelBoth
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/audio_device/
audio_device_buffer.cc
40
_recChannel(AudioDeviceModule::
kChannelBoth
),
213
if (channel == AudioDeviceModule::
kChannelBoth
)
402
if (_recChannel == AudioDeviceModule::
kChannelBoth
)
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/include/
audio_device.h
50
kChannelBoth
= 2
/external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc
486
if (channel != AudioDeviceModule::
kChannelBoth
) {
487
// There is no right or left in mono. I.e.
kChannelBoth
should be used for
496
// Stereo recording not supported. However, WebRTC ADM returns
kChannelBoth
498
*channel = AudioDeviceModule::
kChannelBoth
;
/external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc
[
all
...]
func_test_manager.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/
voe_hardware_impl.cc
263
AudioDeviceModule::ChannelType recCh = AudioDeviceModule::
kChannelBoth
;
272
// default setting
kChannelBoth
(<=> mono)
Completed in 73 milliseconds