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

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h2984 virtual HRESULT WINAPI SyncReadAligned(IMediaSample *pSample) = 0;
2999 HRESULT (WINAPI *SyncReadAligned)(IAsyncReader *This,IMediaSample *pSample); member in struct:IAsyncReaderVtbl
3016 #define IAsyncReader_SyncReadAligned(This,pSample) (This)->lpVtbl->SyncReadAligned(This,pSample)

Completed in 105 milliseconds