Home
last modified time | relevance | path

Searched refs:GetMediaTypeByIndex (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/videoio/src/cap_winrt/
DMediaStreamSink.hpp72 IFACEMETHODIMP GetMediaTypeByIndex(__in DWORD index, __deref_out IMFMediaType **mediaType);
DMediaStreamSink.cpp262 HRESULT MediaStreamSink::GetMediaTypeByIndex(__in DWORD /*index*/, __deref_out IMFMediaType **medi… in GetMediaTypeByIndex() function in MediaStreamSink
/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp2580 hr = pHandler->GetMediaTypeByIndex((DWORD)dwFormatIndex, pType.GetAddressOf()); in setDeviceFormat()
2819 hr = pHandler->GetMediaTypeByIndex(i, pType.GetAddressOf()); in enumerateCaptureFormats()
3997 hr = pHandler->GetMediaTypeByIndex(i, pType.GetAddressOf()); in enumerateCaptureFormats()
Dcap_msmf.hpp1693 STDMETHODIMP GetMediaTypeByIndex( in GetMediaTypeByIndex() function in StreamSink