HomeSort by relevance Sort by last modified time
    Searched refs:_recChannels (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_buffer.cc 38 _recChannels(0),
181 _recChannels = channels;
216 if (_recChannels == 1)
252 return _recChannels;
462 (_recChannels == 0))
481 _recChannels,
audio_device_buffer.h 84 uint8_t _recChannels;
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 89 _recChannels(ALSA_CAPTURE_CH),
599 if (_recIsInitialized && (2 == _recChannels))
608 int recChannels = _recChannels;
619 _recChannels = 2;
629 _recChannels = recChannels;
646 _recChannels = 2;
648 _recChannels = 1;
656 if (_recChannels == 2)
1016 _recChannels = 1;
1033 _recChannels = 2
    [all...]
audio_device_pulse_linux.cc 54 _recChannels(1),
721 if (_recChannels == 2 && _recording) {
756 _recChannels = 2;
758 _recChannels = 1;
766 if (_recChannels == 2)
1322 recSampleSpec.channels = _recChannels;
1344 _ptrAudioBuffer->SetRecordingChannels((uint8_t) _recChannels);
    [all...]
audio_device_alsa_linux.h 222 uint8_t _recChannels;
audio_device_pulse_linux.h 309 uint8_t _recChannels;
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc 126 _recChannels(N_REC_CHANNELS),
917 _recChannels = 2;
919 _recChannels = 1;
927 if (_recChannels == 2)
    [all...]
audio_device_mac.h 314 uint8_t _recChannels;
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc 84 _recChannels(N_REC_CHANNELS),
1048 _recChannels = 2;
1050 _recChannels = 1;
1062 if (_recChannels == 2)
    [all...]
audio_device_core_win.h 333 uint32_t _recChannels;
audio_device_wave_win.h 251 uint8_t _recChannels;
audio_device_core_win.cc 442 _recChannels(2),
    [all...]

Completed in 48 milliseconds