Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.hpp849 STDMETHODIMP GetBlobSize(REFGUID guidKey, UINT32* pcbBlobSize) in GetBlobSize() argument
852 return _spAttributes->GetBlobSize(guidKey, pcbBlobSize); in GetBlobSize()
855 STDMETHODIMP GetBlob(REFGUID guidKey, UINT8* pBuf, UINT32 cbBufSize, UINT32* pcbBlobSize) in GetBlob() argument
858 return _spAttributes->GetBlob(guidKey, pBuf, cbBufSize, pcbBlobSize); in GetBlob()