Home
last modified time | relevance | path

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

/reactos/drivers/ksfilter/ks/
H A Dclocks.c25 PFNKSCORRELATEDTIME CorrelatedTime; member
451 IN PFNKSCORRELATEDTIME CorrelatedTime OPTIONAL, in KsAllocateDefaultClockEx()
472 Clock->CorrelatedTime = CorrelatedTime; in KsAllocateDefaultClockEx()
482 if (CorrelatedTime) in KsAllocateDefaultClockEx()
H A Dpin.c2228 … (PFNKSCORRELATEDTIME)This->Pin.Descriptor->Dispatch->Clock->CorrelatedTime, in IKsPin_DispatchCreateClock()
/reactos/sdk/include/psdk/
H A Dksproxy.h246 KSCORRELATED_TIME* CorrelatedTime in DECLARE_INTERFACE_()
250 KSCORRELATED_TIME* CorrelatedTime in DECLARE_INTERFACE_()
254 KSCORRELATED_TIME* CorrelatedTime in DECLARE_INTERFACE_()
258 KSCORRELATED_TIME* CorrelatedTime in DECLARE_INTERFACE_()
H A Dks.h2285 PFNKSPINCORRELATEDTIME CorrelatedTime; member
3438 _In_opt_ PFNKSCORRELATEDTIME CorrelatedTime,
/reactos/dll/directx/ksproxy/
H A Dproxy.cpp128 HRESULT STDMETHODCALLTYPE KsGetCorrelatedTime(KSCORRELATED_TIME* CorrelatedTime);
129 HRESULT STDMETHODCALLTYPE KsSetCorrelatedTime(KSCORRELATED_TIME* CorrelatedTime);
130 HRESULT STDMETHODCALLTYPE KsGetCorrelatedPhysicalTime(KSCORRELATED_TIME* CorrelatedTime);
131 HRESULT STDMETHODCALLTYPE KsSetCorrelatedPhysicalTime(KSCORRELATED_TIME* CorrelatedTime);
538 KSCORRELATED_TIME* CorrelatedTime) in KsGetCorrelatedTime() argument
544 …roperty(KSPROPERTY_CLOCK_CORRELATEDTIME, KSPROPERTY_TYPE_GET, (PVOID)CorrelatedTime, sizeof(KSCORR… in KsGetCorrelatedTime()
550 KSCORRELATED_TIME* CorrelatedTime) in KsSetCorrelatedTime() argument
555 …roperty(KSPROPERTY_CLOCK_CORRELATEDTIME, KSPROPERTY_TYPE_SET, (PVOID)CorrelatedTime, sizeof(KSCORR… in KsSetCorrelatedTime()
561 KSCORRELATED_TIME* CorrelatedTime) in KsGetCorrelatedPhysicalTime() argument
566 …KSPROPERTY_CLOCK_CORRELATEDPHYSICALTIME, KSPROPERTY_TYPE_GET, (PVOID)CorrelatedTime, sizeof(KSCORR… in KsGetCorrelatedPhysicalTime()
[all …]