OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPin_NewSegment
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h
635
#define
IPin_NewSegment
(This,tStart,tStop,dRate) (This)->lpVtbl->NewSegment(This,tStart,tStop,dRate)
690
static FORCEINLINE HRESULT
IPin_NewSegment
(IPin* This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate) {
[
all
...]
/external/opencv3/3rdparty/include/dshow/
strmif.h
872
#define
IPin_NewSegment
(This,tStart,tStop,dRate) (This)->lpVtbl->NewSegment(This,tStart,tStop,dRate)
[
all
...]
Completed in 473 milliseconds