HomeSort by relevance Sort by last modified time
    Searched refs:SampleCB (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qedit.idl 33 HRESULT SampleCB(
qedit.h 66 virtual HRESULT STDMETHODCALLTYPE SampleCB(
96 HRESULT (STDMETHODCALLTYPE *SampleCB)(
120 #define ISampleGrabberCB_SampleCB(This,SampleTime,pSample) (This)->lpVtbl->SampleCB(This,SampleTime,pSample)
135 return This->lpVtbl->SampleCB(This,SampleTime,pSample);
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp 229 virtual HRESULT STDMETHODCALLTYPE SampleCB(
703 STDMETHODIMP SampleCB(double , IMediaSample *pSample){
718 DebugPrintOut("ERROR: SampleCB() - buffer sizes do not match\n");
    [all...]

Completed in 105 milliseconds