Searched refs:_dmo (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc421 _dmo(NULL),
555 // Since we check that _dmo is non-NULL in EnableBuiltInAEC(), the
560 _dmo = ptrDMO;
2408 assert(_dmo != NULL);
2448 hr = _dmo->SetOutputType(kAecCaptureStreamIndex, &mt, 0);
2471 hr = _dmo->AllocateStreamingResources();
2912 assert(_dmo != NULL);
2915 HRESULT hr = _dmo->FreeStreamingResources();
3770 hr = _dmo->ProcessOutput(0, 1, &dmoBuffer, &dwStatus);
4187 if (_dmo
[all...]
H A Daudio_device_core_win.h299 rtc::scoped_refptr<IMediaObject> _dmo; member in class:webrtc::AudioDeviceWindowsCore

Completed in 135 milliseconds