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

  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receive_test_oldapi.h 66 AudioSink* audio_sink_; member in class:webrtc::test::AcmReceiveTestOldApi
acm_receive_test_oldapi.cc 108 audio_sink_(audio_sink),
173 ASSERT_TRUE(audio_sink_->WriteAudioFrame(output_frame));
  /external/webrtc/webrtc/voice_engine/
channel.h 514 rtc::scoped_ptr<AudioSinkInterface> audio_sink_; member in class:webrtc::voe::Channel
channel.cc 570 if (audio_sink_) {
575 audio_sink_->OnData(data);
    [all...]

Completed in 79 milliseconds