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

/external/opencv3/modules/videoio/src/
H A Dcap_dshow.cpp244 virtual HRESULT STDMETHODCALLTYPE SetMediaType(
2702 hr = VD->pGrabber->SetMediaType(&mt);
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h1377 virtual HRESULT WINAPI SetMediaType(AM_MEDIA_TYPE *pMediaType) = 0;
1400 HRESULT (WINAPI *SetMediaType)(IMediaSample *This,AM_MEDIA_TYPE *pMediaType); member in struct:IMediaSampleVtbl
1425 #define IMediaSample_SetMediaType(This,pMediaType) (This)->lpVtbl->SetMediaType(This,pMediaType)
1514 HRESULT (WINAPI *SetMediaType)(IMediaSample2 *This,AM_MEDIA_TYPE *pMediaType); member in struct:IMediaSample2Vtbl
1541 #define IMediaSample2_SetMediaType(This,pMediaType) (This)->lpVtbl->SetMediaType(This,pMediaType)

Completed in 343 milliseconds