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

/external/webrtc/webrtc/modules/video_capture/windows/
H A Dsink_filter_ds.cc341 const LONG length = pIMediaSample->GetActualDataLength();
/external/opencv3/modules/videoio/src/
H A Dcap_dshow.cpp709 latestBufferLength = pSample->GetActualDataLength();
/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h1374 virtual long WINAPI GetActualDataLength(void) = 0;
1397 long (WINAPI *GetActualDataLength)(IMediaSample *This); member in struct:IMediaSampleVtbl
1422 #define IMediaSample_GetActualDataLength(This) (This)->lpVtbl->GetActualDataLength(This)
1511 long (WINAPI *GetActualDataLength)(IMediaSample2 *This); member in struct:IMediaSample2Vtbl
1538 #define IMediaSample2_GetActualDataLength(This) (This)->lpVtbl->GetActualDataLength(This)

Completed in 234 milliseconds