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

  /external/webrtc/webrtc/modules/audio_device/android/
opensles_player.cc 72 RTC_DCHECK(!output_mix_.Get());
298 if (output_mix_.Get())
302 RETURN_ON_ERROR((*engine_)->CreateOutputMix(engine_, output_mix_.Receive(), 0,
305 RETURN_ON_ERROR(output_mix_->Realize(output_mix_.Get(), SL_BOOLEAN_FALSE),
313 if (!output_mix_.Get())
315 output_mix_.Reset();
322 RTC_DCHECK(output_mix_.Get());
337 output_mix_.Get()};
opensles_player.h 180 webrtc::ScopedSLObjectItf output_mix_; member in class:webrtc::OpenSLESPlayer

Completed in 345 milliseconds