Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc421 _dmo(NULL), in AudioDeviceWindowsCore()
560 _dmo = ptrDMO; in AudioDeviceWindowsCore()
2408 assert(_dmo != NULL); in InitRecordingDMO()
2448 hr = _dmo->SetOutputType(kAecCaptureStreamIndex, &mt, 0); in InitRecordingDMO()
2471 hr = _dmo->AllocateStreamingResources(); in InitRecordingDMO()
2912 assert(_dmo != NULL); in StopRecording()
2915 HRESULT hr = _dmo->FreeStreamingResources(); in StopRecording()
3770 hr = _dmo->ProcessOutput(0, 1, &dmoBuffer, &dwStatus); in DoCaptureThreadPollDMO()
4187 if (_dmo == NULL) in EnableBuiltInAEC()
4206 assert(_dmo != NULL); in SetDMOProperties()
[all …]
Daudio_device_core_win.h299 rtc::scoped_refptr<IMediaObject> _dmo; variable