Home
last modified time | relevance | path

Searched refs:REFERENCE_TIME (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Ddvdmedia.h52 REFERENCE_TIME AvgTimePerFrame;
Dstrmif.h784 typedef LONGLONG REFERENCE_TIME; typedef
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);
903 …HRESULT WINAPI IPin_NewSegment_Proxy(IPin *This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double …
1144 virtual HRESULT WINAPI Run(REFERENCE_TIME tStart) = 0;
1158 HRESULT (WINAPI *Run)(IMediaFilter *This,REFERENCE_TIME tStart);
1184 HRESULT WINAPI IMediaFilter_Run_Proxy(IMediaFilter *This,REFERENCE_TIME tStart);
1225 HRESULT (WINAPI *Run)(IBaseFilter *This,REFERENCE_TIME tStart);
1279 virtual HRESULT WINAPI GetTime(REFERENCE_TIME *pTime) = 0;
1280 …virtual HRESULT WINAPI AdviseTime(REFERENCE_TIME baseTime,REFERENCE_TIME streamTime,HEVENT hEvent,…
[all …]
Damvideo.h49 typedef LONGLONG REFERENCE_TIME;
1233 REFERENCE_TIME AvgTimePerFrame;
1241 REFERENCE_TIME AvgTimePerFrame;
1262 REFERENCE_TIME AvgTimePerFrame;
/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_ds.cc274 h->AvgTimePerFrame = REFERENCE_TIME(10000000.0 in SetCameraOutput()
285 h->AvgTimePerFrame = REFERENCE_TIME(10000000.0 in SetCameraOutput()
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2311 REFERENCE_TIME hnsBufferDuration = 0; // ask for minimum buffer size (default) in InitPlayout()
3429 REFERENCE_TIME latency; in DoRenderThread()
3443 REFERENCE_TIME devPeriod = 0; in DoRenderThread()
3444 REFERENCE_TIME devPeriodMin = 0; in DoRenderThread()
3920 REFERENCE_TIME latency; in DoCaptureThread()
3928 REFERENCE_TIME devPeriod = 0; in DoCaptureThread()
3929 REFERENCE_TIME devPeriodMin = 0; in DoCaptureThread()