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

  /external/chromium_org/content/renderer/media/
webrtc_audio_device_impl.cc 25 audio_transport_callback_(NULL),
99 int new_mic_level = audio_transport_callback_->OnDataAvailable(
135 DCHECK(audio_transport_callback_);
162 audio_transport_callback_->PullRenderData(bytes_per_sample * kBitsPerByte,
173 audio_transport_callback_->NeedMorePlayData(frames_per_10_ms,
221 DCHECK_EQ(audio_transport_callback_ == NULL, audio_callback != NULL);
222 audio_transport_callback_ = audio_callback;
293 LOG_IF(ERROR, !audio_transport_callback_) << "Audio transport is missing";
296 if (!audio_transport_callback_)
328 LOG_IF(ERROR, !audio_transport_callback_) << "Audio transport is missing"
    [all...]
webrtc_audio_device_impl.h 413 // The webrtc client defines |audio_transport_callback_| by calling
415 webrtc::AudioTransport* audio_transport_callback_; member in class:content::WebRtcAudioDeviceImpl

Completed in 422 milliseconds