Home
last modified time | relevance | path

Searched refs:MFTIME (Results 1 – 25 of 31) sorted by relevance

12

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/wmf/player/
H A Dsamplegrabber.h60 STDMETHODIMP OnClockStart(MFTIME hnsSystemTime, LONGLONG llClockStartOffset);
61 STDMETHODIMP OnClockStop(MFTIME hnsSystemTime);
62 STDMETHODIMP OnClockPause(MFTIME hnsSystemTime);
63 STDMETHODIMP OnClockRestart(MFTIME hnsSystemTime);
64 STDMETHODIMP OnClockSetRate(MFTIME hnsSystemTime, float flRate);
H A Dsamplegrabber.cpp78 STDMETHODIMP SampleGrabberCallback::OnClockStart(MFTIME hnsSystemTime, LONGLONG llClockStartOffset) in OnClockStart()
85 STDMETHODIMP SampleGrabberCallback::OnClockStop(MFTIME hnsSystemTime) in OnClockStop()
91 STDMETHODIMP SampleGrabberCallback::OnClockPause(MFTIME hnsSystemTime) in OnClockPause()
97 STDMETHODIMP SampleGrabberCallback::OnClockRestart(MFTIME hnsSystemTime) in OnClockRestart()
103 STDMETHODIMP SampleGrabberCallback::OnClockSetRate(MFTIME hnsSystemTime, float flRate) in OnClockSetRate()
H A Dmfvideorenderercontrol.cpp712 HRESULT start(MFTIME start)
723 MFTIME sysTime;
898 MFTIME targetTime()
904 MFTIME m_time;
1290 MFTIME m_prerollTargetTime;
1447 MFTIME m_bufferStartTime;
1448 MFTIME m_bufferDuration;
1532 MFTIME getTime()
1537 MFTIME time, sysTime;
1761 STDMETHODIMP OnClockStop(MFTIME)
[all …]
H A Dmfplayersession.cpp1107 MFTIME time, sysTime; in position()
1227 MFTIME hnsSystemTime = 0; in commitRateChange()
1228 MFTIME hnsClockTime = 0; in commitRateChange()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/common/evr/
H A Devrcustompresenter.h160 MFTIME m_perFrameInterval; // Duration of each frame.
162 MFTIME m_lastSampleTime; // Most recent sample time.
240 STDMETHODIMP OnClockStart(MFTIME systemTime, LONGLONG clockStartOffset) override;
241 STDMETHODIMP OnClockStop(MFTIME systemTime) override;
242 STDMETHODIMP OnClockPause(MFTIME systemTime) override;
243 STDMETHODIMP OnClockRestart(MFTIME systemTime) override;
244 STDMETHODIMP OnClockSetRate(MFTIME systemTime, float rate) override;
H A Devrhelpers.cpp99 MFTIME hnsTimeNow = 0; in qt_evr_isSampleTimePassed()
100 MFTIME hnsSystemTime = 0; in qt_evr_isSampleTimePassed()
101 MFTIME hnsSampleStart = 0; in qt_evr_isSampleTimePassed()
102 MFTIME hnsSampleDuration = 0; in qt_evr_isSampleTimePassed()
H A Devrdefs.h193 …virtual HRESULT STDMETHODCALLTYPE OnClockStart(MFTIME hnsSystemTime, LONGLONG llClockStartOffset) …
194 virtual HRESULT STDMETHODCALLTYPE OnClockStop(MFTIME hnsSystemTime) = 0;
195 virtual HRESULT STDMETHODCALLTYPE OnClockPause(MFTIME hnsSystemTime) = 0;
196 virtual HRESULT STDMETHODCALLTYPE OnClockRestart(MFTIME hnsSystemTime) = 0;
197 virtual HRESULT STDMETHODCALLTYPE OnClockSetRate(MFTIME hnsSystemTime, float flRate) = 0;
H A Devrcustompresenter.cpp63 static const MFTIME ONE_SECOND = 10000000;
145 m_perFrameInterval = (MFTIME)AvgTimePerFrame; in setFrameRate()
335 MFTIME hnsSystemTime = 0; in processSample()
823 HRESULT EVRCustomPresenter::OnClockStart(MFTIME, LONGLONG clockStartOffset) in OnClockStart() argument
858 HRESULT EVRCustomPresenter::OnClockRestart(MFTIME) in OnClockRestart() argument
882 HRESULT EVRCustomPresenter::OnClockStop(MFTIME) in OnClockStop() argument
902 HRESULT EVRCustomPresenter::OnClockPause(MFTIME) in OnClockPause() argument
915 HRESULT EVRCustomPresenter::OnClockSetRate(MFTIME, float rate) in OnClockSetRate() argument
1283 MFTIME sampleTime = 0; in completeFrameStep()
1284 MFTIME systemTime = 0; in completeFrameStep()
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/cap_winrt/
H A DMediaSink.hpp327 IFACEMETHODIMP OnClockStart(MFTIME /*hnsSystemTime*/, LONGLONG /*llClockStartOffset*/) in OnClockStart() argument
337 IFACEMETHODIMP OnClockStop(MFTIME /*hnsSystemTime*/) in OnClockStop() argument
347 IFACEMETHODIMP OnClockPause(MFTIME /*hnsSystemTime*/) in OnClockPause() argument
357 IFACEMETHODIMP OnClockRestart(MFTIME /*hnsSystemTime*/) in OnClockRestart() argument
367 IFACEMETHODIMP OnClockSetRate(MFTIME /*hnsSystemTime*/, float /*flRate*/) in OnClockSetRate() argument
/dports/graphics/wdune/wdune-1.926/src/
H A DTypes.cpp127 case MFTIME: in getSFType()
168 case MFTIME: in isMFType()
H A DTypes.h43 MFTIME = 11, enumerator
H A DMFTime.h37 virtual int getType() const { return MFTIME; } in getType()
H A DSFMFTypesItem.h99 case MFTIME: \
H A DMFTime.cpp95 return value->getType() == MFTIME && equals((const MFTime *) value); in equals()
H A DNodeVrmlCut.cpp54 addField(MFTIME, "sceneLengths", new MFTime(), new SFTime(0))); in ProtoVrmlCut()
57 addField(MFTIME, "sceneDelays", new MFTime(), new SFTime(0))); in ProtoVrmlCut()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daudioapotypes.h10 typedef LONGLONG MFTIME; typedef
H A Dmfidl.h1368 typedef LONGLONG MFTIME; typedef
2979 MFTIME hnsSystemTime,
2992 MFTIME hnsSystemTime,
3018 MFTIME hnsSystemTime,
3023 MFTIME hnsSystemTime);
3027 MFTIME hnsSystemTime);
3031 MFTIME hnsSystemTime);
3035 MFTIME hnsSystemTime,
4952 MFTIME hnsSystemTime,
4957 MFTIME hnsSystemTime);
[all …]
H A Devr.h803 MFTIME hnsSystemTime,
808 MFTIME hnsSystemTime);
812 MFTIME hnsSystemTime);
816 MFTIME hnsSystemTime);
820 MFTIME hnsSystemTime,
867 static FORCEINLINE HRESULT IMFVideoPresenter_OnClockStart(IMFVideoPresenter* This,MFTIME hnsSystemT…
870 static FORCEINLINE HRESULT IMFVideoPresenter_OnClockStop(IMFVideoPresenter* This,MFTIME hnsSystemTi…
873 static FORCEINLINE HRESULT IMFVideoPresenter_OnClockPause(IMFVideoPresenter* This,MFTIME hnsSystemT…
876 static FORCEINLINE HRESULT IMFVideoPresenter_OnClockRestart(IMFVideoPresenter* This,MFTIME hnsSyste…
879 static FORCEINLINE HRESULT IMFVideoPresenter_OnClockSetRate(IMFVideoPresenter* This,MFTIME hnsSyste…
H A Dwmcontainer.h1108 MFTIME *phnsApproxTime,
1189 MFTIME *phnsApproxTime,
1272 …rValue,ASF_INDEX_IDENTIFIER *pIndexIdentifier,QWORD *pcbOffsetWithinData,MFTIME *phnsApproxTime,DW…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daudioapotypes.h10 typedef LONGLONG MFTIME; typedef
H A Dmfidl.h1368 typedef LONGLONG MFTIME; typedef
2979 MFTIME hnsSystemTime,
2992 MFTIME hnsSystemTime,
3018 MFTIME hnsSystemTime,
3023 MFTIME hnsSystemTime);
3027 MFTIME hnsSystemTime);
3031 MFTIME hnsSystemTime);
3035 MFTIME hnsSystemTime,
4952 MFTIME hnsSystemTime,
4957 MFTIME hnsSystemTime);
[all …]
H A Devr.h803 MFTIME hnsSystemTime,
808 MFTIME hnsSystemTime);
812 MFTIME hnsSystemTime);
816 MFTIME hnsSystemTime);
820 MFTIME hnsSystemTime,
867 static FORCEINLINE HRESULT IMFVideoPresenter_OnClockStart(IMFVideoPresenter* This,MFTIME hnsSystemT…
870 static FORCEINLINE HRESULT IMFVideoPresenter_OnClockStop(IMFVideoPresenter* This,MFTIME hnsSystemTi…
873 static FORCEINLINE HRESULT IMFVideoPresenter_OnClockPause(IMFVideoPresenter* This,MFTIME hnsSystemT…
876 static FORCEINLINE HRESULT IMFVideoPresenter_OnClockRestart(IMFVideoPresenter* This,MFTIME hnsSyste…
879 static FORCEINLINE HRESULT IMFVideoPresenter_OnClockSetRate(IMFVideoPresenter* This,MFTIME hnsSyste…
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/win/
H A Dmedia_foundation_stream_wrapper.cc111 MFTIME TimeDeltaToMfTime(base::TimeDelta time) { in TimeDeltaToMfTime()
450 MFTIME sample_time = TimeDeltaToMfTime(buffer->timestamp()); in GenerateSampleFromDecoderBuffer()
453 MFTIME sample_duration = TimeDeltaToMfTime(buffer->duration()); in GenerateSampleFromDecoderBuffer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/renderers/win/
H A Dmedia_foundation_stream_wrapper.cc113 MFTIME TimeDeltaToMfTime(base::TimeDelta time) { in TimeDeltaToMfTime()
449 MFTIME sample_time = TimeDeltaToMfTime(buffer->timestamp()); in GenerateSampleFromDecoderBuffer()
452 MFTIME sample_duration = TimeDeltaToMfTime(buffer->duration()); in GenerateSampleFromDecoderBuffer()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/winrt/
H A Dqwinrtcameracontrol.cpp476 HRESULT __stdcall OnClockStart(MFTIME systemTime, LONGLONG clockStartOffset) override in OnClockStart()
486 HRESULT __stdcall OnClockStop(MFTIME systemTime) override in OnClockStop()
495 HRESULT __stdcall OnClockPause(MFTIME systemTime) override in OnClockPause()
504 HRESULT __stdcall OnClockRestart(MFTIME systemTime) override in OnClockRestart()
513 HRESULT __stdcall OnClockSetRate(MFTIME systemTime, float rate) override in OnClockSetRate()

12