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

  /external/v8/src/
zone.cc 203 Segment* Zone::NewSegment(size_t size) {
255 Segment* segment = NewSegment(new_size);
zone.h 106 inline Segment* NewSegment(size_t size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h 521 virtual HRESULT STDMETHODCALLTYPE NewSegment(
602 HRESULT (STDMETHODCALLTYPE *NewSegment)(
635 #define IPin_NewSegment(This,tStart,tStop,dRate) (This)->lpVtbl->NewSegment(This,tStart,tStop,dRate)
691 return This->lpVtbl->NewSegment(This,tStart,tStop,dRate);
    [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h 826 virtual HRESULT WINAPI NewSegment(REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate) = 0;
848 HRESULT (WINAPI *NewSegment)(IPin *This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate);
872 #define IPin_NewSegment(This,tStart,tStop,dRate) (This)->lpVtbl->NewSegment(This,tStart,tStop,dRate)
    [all...]

Completed in 108 milliseconds