Searched refs:SetFormat (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/windows/
H A Dvideo_capture_ds.cc294 hr += streamConfig->SetFormat(pmt);
/external/opencv3/3rdparty/include/dshow/
H A Ddsound.h556 STDMETHOD(SetFormat)(THIS_ LPCWAVEFORMATEX lpcfxFormat) PURE;
583 #define IDirectSoundBuffer_SetFormat(p,a) (p)->lpVtbl->SetFormat(p,a)
607 #define IDirectSoundBuffer_SetFormat(p,a) (p)->SetFormat(a)
639 STDMETHOD(SetFormat)(THIS_ LPCWAVEFORMATEX lpcfxFormat) PURE;
669 #define IDirectSoundBuffer8_SetFormat(p,a) (p)->lpVtbl->SetFormat(p,a)
697 #define IDirectSoundBuffer8_SetFormat(p,a) (p)->SetFormat(a)
H A Dstrmif.h3354 virtual HRESULT WINAPI SetFormat(AM_MEDIA_TYPE *pmt) = 0;
3365 HRESULT (WINAPI *SetFormat)(IAMStreamConfig *This,AM_MEDIA_TYPE *pmt); member in struct:IAMStreamConfigVtbl
3378 #define IAMStreamConfig_SetFormat(This,pmt) (This)->lpVtbl->SetFormat(This,pmt)
/external/opencv3/modules/videoio/src/
H A Dcap_dshow.cpp2461 hr = VD->streamConf->SetFormat(VD->pAmMediaType);
2466 VD->streamConf->SetFormat(tmpType);
2641 hr = VD->streamConf->SetFormat(VD->pAmMediaType);

Completed in 549 milliseconds