Home
last modified time | relevance | path

Searched refs:GetUINT64 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp813 STDMETHODIMP GetUINT64(REFGUID guidKey, UINT64* punValue) in GetUINT64() function in CBaseAttributes
816 return _spAttributes->GetUINT64(guidKey, punValue); in GetUINT64()
Dcap_msmf.cpp4021 hr = pPD->GetUINT64(MF_PD_DURATION, (UINT64*)pDuration); in getSourceDuration()