HomeSort by relevance Sort by last modified time
    Searched full:transmit_mixer (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/voice_engine/
BUILD.gn 48 "transmit_mixer.cc",
49 "transmit_mixer.h",
transmit_mixer_unittest.cc 11 #include "webrtc/voice_engine/transmit_mixer.h"
voe_file_impl.cc 20 #include "webrtc/voice_engine/transmit_mixer.h"
163 int res = _shared->transmit_mixer()->StartPlayingFileAsMicrophone(
172 _shared->transmit_mixer()->SetMixWithMicStatus(mixWithMicrophone);
220 int res = _shared->transmit_mixer()->StartPlayingFileAsMicrophone(
228 _shared->transmit_mixer()->SetMixWithMicStatus(mixWithMicrophone);
265 return _shared->transmit_mixer()->StopPlayingFileAsMicrophone();
288 return _shared->transmit_mixer()->IsPlayingFileAsMicrophone();
391 if (_shared->transmit_mixer()->StartRecordingMicrophone(fileNameUTF8,
421 if (_shared->transmit_mixer()->StartRecordingMicrophone(stream,
465 if (_shared->transmit_mixer()->StopRecordingMicrophone() != 0)
    [all...]
shared_data.h 44 TransmitMixer* transmit_mixer() { return _transmitMixerPtr; } function in class:webrtc::voe::SharedData
voe_base_impl.cc 25 #include "webrtc/voice_engine/transmit_mixer.h"
193 shared_->transmit_mixer()->RegisterVoiceEngineObserver(observer);
414 *shared_->transmit_mixer(), *shared_->process_thread(),
641 !shared_->transmit_mixer()->IsRecordingMic()) {
648 shared_->transmit_mixer()->StopSend();
705 assert(shared_->transmit_mixer() != nullptr);
734 shared_->transmit_mixer()->PrepareDemux(
745 shared_->transmit_mixer()->DemuxAndMix();
746 shared_->transmit_mixer()->EncodeAndSend();
748 shared_->transmit_mixer()->DemuxAndMix(voe_channels
    [all...]
voe_external_media_impl.cc 18 #include "webrtc/voice_engine/transmit_mixer.h"
85 return shared_->transmit_mixer()->RegisterExternalMediaProcessing(
119 return shared_->transmit_mixer()->DeRegisterExternalMediaProcessing(type);
voe_volume_control_impl.cc 18 #include "webrtc/voice_engine/transmit_mixer.h"
209 return _shared->transmit_mixer()->SetMute(enable);
228 enabled = _shared->transmit_mixer()->Mute();
247 int8_t currentLevel = _shared->transmit_mixer()->AudioLevel();
278 int16_t currentLevel = _shared->transmit_mixer()->AudioLevelFullRange();
shared_data.cc 18 #include "webrtc/voice_engine/transmit_mixer.h"
voe_dtmf_impl.cc 18 #include "webrtc/voice_engine/transmit_mixer.h"
96 _shared->transmit_mixer()->UpdateMuteMicrophoneTime(lengthMs);
voice_engine.gyp 71 'transmit_mixer.cc',
72 'transmit_mixer.h',
voe_audio_processing_impl.cc 19 #include "webrtc/voice_engine/transmit_mixer.h"
    [all...]
channel.h 450 // does not go through transmit_mixer and APM.
voe_rtp_rtcp_impl.cc 19 #include "webrtc/voice_engine/transmit_mixer.h"
transmit_mixer.cc 11 #include "webrtc/voice_engine/transmit_mixer.h"
    [all...]
channel.cc 40 #include "webrtc/voice_engine/transmit_mixer.h"
    [all...]

Completed in 194 milliseconds