OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flRate
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evr.h
100
STDMETHOD_(HRESULT,OnClockSetRate)(THIS_ MFTIME hnsSystemTime,float
flRate
) PURE;
117
#define IMFVideoPresenter_OnClockSetRate(This,hnsSystemTime,
flRate
) (This)->lpVtbl->OnClockSetRate(This,hnsSystemTime,
flRate
)
mfplay.h
172
STDMETHOD_(HRESULT,SetRate)(THIS_ float
flRate
) PURE;
215
#define IMFPMediaPlayer_SetRate(This,
flRate
) (This)->lpVtbl->SetRate(This,
flRate
)
283
float
flRate
;
/external/opencv3/modules/videoio/src/
cap_msmf.cpp
384
STDMETHODIMP OnClockSetRate(MFTIME hnsSystemTime, float
flRate
);
431
STDMETHODIMP OnClockSetRate(MFTIME hnsSystemTime, float
flRate
) { return ImageGrabberCallback::OnClockSetRate(hnsSystemTime,
flRate
); }
[
all
...]
cap_msmf.hpp
[
all
...]
Completed in 125 milliseconds