Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPIDeckControl.h199 …virtual HRESULT StartExport (/* in */ BMDTimecodeBCD inTimecode, /* in */ BMDTimecodeBCD outTimeco…
200 …virtual HRESULT StartCapture (/* in */ bool useVITC, /* in */ BMDTimecodeBCD inTimecode, /* in */ …
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPIDeckControl.h199 …virtual HRESULT StartExport (/* in */ BMDTimecodeBCD inTimecode, /* in */ BMDTimecodeBCD outTimeco…
200 …virtual HRESULT StartCapture (/* in */ bool useVITC, /* in */ BMDTimecodeBCD inTimecode, /* in */ …
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h3183 /* [in] */ BMDTimecodeBCD inTimecode,
3190 /* [in] */ BMDTimecodeBCD inTimecode,
3354 /* [in] */ BMDTimecodeBCD inTimecode,
3362 /* [in] */ BMDTimecodeBCD inTimecode,
3487 #define IDeckLinkDeckControl_StartExport(This,inTimecode,outTimecode,exportModeOps,error) \ argument
3488 ( (This)->lpVtbl -> StartExport(This,inTimecode,outTimecode,exportModeOps,error) )
3490 #define IDeckLinkDeckControl_StartCapture(This,useVITC,inTimecode,outTimecode,error) \ argument
3491 ( (This)->lpVtbl -> StartCapture(This,useVITC,inTimecode,outTimecode,error) )
12772 /* [in] */ BMDTimecodeBCD inTimecode,
12779 /* [in] */ BMDTimecodeBCD inTimecode,
[all …]