Searched refs:GetTimecode (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
D | DeckLinkAPIDeckControl.h | 190 …virtual HRESULT GetTimecode (/* out */ IDeckLinkTimecode **currentTimecode, /* out */ BMDDeckContr…
|
D | DeckLinkAPI.h | 931 …virtual HRESULT GetTimecode (/* in */ BMDTimecodeFormat format, /* out */ IDeckLinkTimecode **time… 1071 …virtual HRESULT GetTimecode (/* in */ BMDTimecodeFormat format, /* out */ IDeckLinkTimecode **time…
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPIDeckControl.h | 190 …virtual HRESULT GetTimecode (/* out */ IDeckLinkTimecode **currentTimecode, /* out */ BMDDeckContr…
|
D | DeckLinkAPI.h | 926 …virtual HRESULT GetTimecode (/* in */ BMDTimecodeFormat format, /* out */ IDeckLinkTimecode **time… 1066 …virtual HRESULT GetTimecode (/* in */ BMDTimecodeFormat format, /* out */ IDeckLinkTimecode **time…
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI.h | 3153 virtual HRESULT STDMETHODCALLTYPE GetTimecode( 3314 HRESULT ( STDMETHODCALLTYPE *GetTimecode )( 3461 ( (This)->lpVtbl -> GetTimecode(This,currentTimecode,error) ) 6702 virtual HRESULT STDMETHODCALLTYPE GetTimecode( 6749 HRESULT ( STDMETHODCALLTYPE *GetTimecode )( 6800 ( (This)->lpVtbl -> GetTimecode(This,format,timecode) ) 6893 HRESULT ( STDMETHODCALLTYPE *GetTimecode )( 6971 ( (This)->lpVtbl -> GetTimecode(This,format,timecode) ) 7274 HRESULT ( STDMETHODCALLTYPE *GetTimecode )( 7337 ( (This)->lpVtbl -> GetTimecode(This,format,timecode) ) [all …]
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 93 …virtual HRESULT STDMETHODCALLTYPE GetTimecode (BMDTimecodeFormat format, IDeckLinkTimecode **t… in GetTimecode() function in decklink_frame
|
D | decklink_dec.cpp | 802 if (videoFrame->GetTimecode(tc_format, &timecode) == S_OK) { in get_bmd_timecode()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklink.cpp | 1104 GetTimecode (GST_DECKLINK_VIDEO_SRC (videosrc)->timecode_format, in VideoInputFrameArrived()
|