Searched defs:GetPointer (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h1366 virtual HRESULT WINAPI GetPointer(BYTE **ppBuffer) = 0;
1389 HRESULT (WINAPI *GetPointer)(IMediaSample *This,BYTE **ppBuffer); member in struct:IMediaSampleVtbl
1414 #define IMediaSample_GetPointer(This,ppBuffer) (This)->lpVtbl->GetPointer(This,ppBuffer)
1503 HRESULT (WINAPI *GetPointer)(IMediaSample2 *This,BYTE **ppBuffer); member in struct:IMediaSample2Vtbl
1530 #define IMediaSample2_GetPointer(This,ppBuffer) (This)->lpVtbl->GetPointer(This,ppBuffer)

Completed in 254 milliseconds