Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/cap_winrt/
DMediaStreamSink.hpp75 IFACEMETHODIMP GetMajorType(__out GUID *majorType);
DMediaStreamSink.cpp315 HRESULT MediaStreamSink::GetMajorType(__out GUID *majorType) in GetMajorType() function in MediaStreamSink
/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp1229 …m_fWaitingForFirstSample = SUCCEEDED(m_spCurrentType->GetMajorType(&guiMajorType)) && (guiMajorTyp… in Start()
1418 hr = GetMajorType(&guidMajorType); in ProcessSample()
1787 hr = m_spCurrentType->GetMajorType(&guid); in SetCurrentMediaType()
1831 STDMETHODIMP GetMajorType(GUID *pguidMajorType) in GetMajorType() function in StreamSink
1841 hr = pType->GetMajorType(pguidMajorType); in GetMajorType()
Dcap_msmf.cpp1566 CHECK_HR(hr = pHandler->GetMajorType(&majorType)); in CreateTopology()