Searched refs:GetFreeCount (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h1632 virtual HRESULT WINAPI GetFreeCount(LONG *plBuffersFree) = 0;
1647 HRESULT (WINAPI *GetFreeCount)(IMemAllocatorCallbackTemp *This,LONG *plBuffersFree); member in struct:IMemAllocatorCallbackTempVtbl
1664 #define IMemAllocatorCallbackTemp_GetFreeCount(This,plBuffersFree) (This)->lpVtbl->GetFreeCount(This,plBuffersFree)

Completed in 78 milliseconds