Home
last modified time | relevance | path

Searched refs:IDeckLink (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPIDiscovery.h53 class IDeckLink; variable
57 class BMD_PUBLIC IDeckLink : public IUnknown
64 virtual ~IDeckLink () {} // call Release method to drop reference count in ~IDeckLink()
DDeckLinkAPI.h748 virtual HRESULT Next (/* out */ IDeckLink **deckLinkInstance) = 0;
1187 …virtual HRESULT GetDevice (/* out */ IDeckLink **device) = 0; // Device affected when this profile…
1267 virtual HRESULT DeckLinkDeviceArrived (/* in */ IDeckLink* deckLinkDevice) = 0;
1268 virtual HRESULT DeckLinkDeviceRemoved (/* in */ IDeckLink* deckLinkDevice) = 0;
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPIDiscovery.h53 class IDeckLink; variable
57 class BMD_PUBLIC IDeckLink : public IUnknown
64 virtual ~IDeckLink () {} // call Release method to drop reference count in ~IDeckLink()
DDeckLinkAPIStreaming.h198 virtual HRESULT StreamingDeviceArrived (/* in */ IDeckLink* device) = 0;
199 virtual HRESULT StreamingDeviceRemoved (/* in */ IDeckLink* device) = 0;
200 …virtual HRESULT StreamingDeviceModeChanged (/* in */ IDeckLink* device, /* in */ BMDStreamingDevic…
DDeckLinkAPI.h753 virtual HRESULT Next (/* out */ IDeckLink **deckLinkInstance) = 0;
1202 …virtual HRESULT GetDevice (/* out */ IDeckLink **device) = 0; // Device affected when this profile…
1282 virtual HRESULT DeckLinkDeviceArrived (/* in */ IDeckLink* deckLinkDevice) = 0;
1283 virtual HRESULT DeckLinkDeviceRemoved (/* in */ IDeckLink* deckLinkDevice) = 0;
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.h240 IDeckLink *device;
270 IDeckLink *device;
Dgstdecklink.cpp1432 IDeckLink *decklink = NULL; in init_devices()
1856 IDeckLink *decklink = input->device; in gst_decklink_configure_profile()
/third_party/ffmpeg/libavdevice/
Ddecklink_common.cpp101 static int decklink_get_attr_string(IDeckLink *dl, BMDDeckLinkAttributeID cfg_id, const char **s) in decklink_get_attr_string()
360 IDeckLink *dl = NULL; in ff_decklink_list_devices()
522 IDeckLink *dl = NULL; in ff_decklink_init_device()
Ddecklink_common.h90 IDeckLink *dl;
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h69 typedef interface IDeckLink IDeckLink; typedef
2523 IDeckLink : public IUnknown
2542 IDeckLink * This,
2548 IDeckLink * This);
2551 IDeckLink * This);
2554 IDeckLink * This,
2558 IDeckLink * This,
2564 interface IDeckLink
3535 /* [in] */ IDeckLink *device) = 0;
3538 /* [in] */ IDeckLink *device) = 0;
[all …]