Home
last modified time | relevance | path

Searched refs:GetMediaType (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/windows/
Dsink_filter_ds.h46 HRESULT GetMediaType (IN int iPos, OUT CMediaType * pmt);
Dsink_filter_ds.cc57 CaptureInputPin::GetMediaType (IN int iPosition, OUT CMediaType * pmt) in GetMediaType() function in webrtc::videocapturemodule::CaptureInputPin
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h1376 virtual HRESULT WINAPI GetMediaType(AM_MEDIA_TYPE **ppMediaType) = 0;
1399 HRESULT (WINAPI *GetMediaType)(IMediaSample *This,AM_MEDIA_TYPE **ppMediaType);
1424 #define IMediaSample_GetMediaType(This,ppMediaType) (This)->lpVtbl->GetMediaType(This,ppMediaType)
1513 HRESULT (WINAPI *GetMediaType)(IMediaSample2 *This,AM_MEDIA_TYPE **ppMediaType);
1540 #define IMediaSample2_GetMediaType(This,ppMediaType) (This)->lpVtbl->GetMediaType(This,ppMediaType)