Home
last modified time | relevance | path

Searched refs:currentTimecode (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPIDeckControl.h159 virtual HRESULT TimecodeUpdate (/* in */ BMDTimecodeBCD currentTimecode) = 0;
190 …virtual HRESULT GetTimecode (/* out */ IDeckLinkTimecode **currentTimecode, /* out */ BMDDeckContr…
191 …virtual HRESULT GetTimecodeBCD (/* out */ BMDTimecodeBCD *currentTimecode, /* out */ BMDDeckContro…
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPIDeckControl.h159 virtual HRESULT TimecodeUpdate (/* in */ BMDTimecodeBCD currentTimecode) = 0;
190 …virtual HRESULT GetTimecode (/* out */ IDeckLinkTimecode **currentTimecode, /* out */ BMDDeckContr…
191 …virtual HRESULT GetTimecodeBCD (/* out */ BMDTimecodeBCD *currentTimecode, /* out */ BMDDeckContro…
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h2971 /* [in] */ BMDTimecodeBCD currentTimecode) = 0;
3008 /* [in] */ BMDTimecodeBCD currentTimecode);
3048 #define IDeckLinkDeckControlStatusCallback_TimecodeUpdate(This,currentTimecode) \ argument
3049 ( (This)->lpVtbl -> TimecodeUpdate(This,currentTimecode) )
3154 /* [out] */ IDeckLinkTimecode **currentTimecode,
3158 /* [out] */ BMDTimecodeBCD *currentTimecode,
3316 /* [out] */ IDeckLinkTimecode **currentTimecode,
3321 /* [out] */ BMDTimecodeBCD *currentTimecode,
3460 #define IDeckLinkDeckControl_GetTimecode(This,currentTimecode,error) \ argument
3461 ( (This)->lpVtbl -> GetTimecode(This,currentTimecode,error) )
[all …]