Home
last modified time | relevance | path

Searched refs:mtStart (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/quartz/
H A Dacmwrapper.c74 LONGLONG mtStart = -1, mtStop = -1, mtMed; in ACMWrapper_Receive() local
88 if (IMediaSample_GetMediaTime(pSample, &mtStart, &mtStop) != S_OK) in ACMWrapper_Receive()
89 mtStart = mtStop = -1; in ACMWrapper_Receive()
104 mtMed = mtStart; in ACMWrapper_Receive()
204 if (mtStart < 0) { in ACMWrapper_Receive()
207 IMediaSample_SetMediaTime(pOutSample, &mtStart, &mtStop); in ACMWrapper_Receive()
208 mtStart = mtMed = mtStop; in ACMWrapper_Receive()
209 } else if (mtStop >= mtStart) { in ACMWrapper_Receive()
210 mtMed = mtStop - mtStart; in ACMWrapper_Receive()
212 IMediaSample_SetMediaTime(pOutSample, &mtStart, &mtMed); in ACMWrapper_Receive()
[all …]
/reactos/sdk/include/dxsdk/
H A Ddmplugin.h212 …STDMETHOD(Play)(THIS_ void *pStateData, MUSIC_TIME mtStart, MUSIC_TIME mtEnd, MUSIC_TIME mtOffset,… in DECLARE_INTERFACE_()
218 STDMETHOD(Clone)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd, IDirectMusicTrack **ppTrack) PURE; in DECLARE_INTERFACE_()
255 …STDMETHOD(Play)(THIS_ void *pStateData, MUSIC_TIME mtStart, MUSIC_TIME mtEnd, MUSIC_TIME mtOffset,… in DECLARE_INTERFACE_()
261 STDMETHOD(Clone)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd, IDirectMusicTrack **ppTrack) PURE; in DECLARE_INTERFACE_()
H A Ddmusici.h995 …STDMETHOD(Clone)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd, IDirectMusicSegment **ppSegment) PURE; in DECLARE_INTERFACE_()
996 STDMETHOD(SetStartPoint)(THIS_ MUSIC_TIME mtStart) PURE; in DECLARE_INTERFACE_()
998 STDMETHOD(SetLoopPoints)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd) PURE; in DECLARE_INTERFACE_()
1064 …STDMETHOD(Clone)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd, IDirectMusicSegment **ppSegment) PURE; in DECLARE_INTERFACE_()
1065 STDMETHOD(SetStartPoint)(THIS_ MUSIC_TIME mtStart) PURE; in DECLARE_INTERFACE_()
1067 STDMETHOD(SetLoopPoints)(THIS_ MUSIC_TIME mtStart, MUSIC_TIME mtEnd) PURE; in DECLARE_INTERFACE_()
H A Ddmusicf.h442 MUSIC_TIME mtStart; member