Home
last modified time | relevance | path

Searched refs:IID_IDeckLinkProfileAttributes (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavdevice/
Ddecklink_common.h28 #define IID_IDeckLinkProfileAttributes IID_IDeckLinkAttributes macro
Ddecklink_common.cpp107 if (dl->QueryInterface(IID_IDeckLinkProfileAttributes, (void **)&attr) != S_OK) in decklink_get_attr_string()
552 if (ctx->dl->QueryInterface(IID_IDeckLinkProfileAttributes, (void **)&ctx->attr) != S_OK) { in ff_decklink_init_device()
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI_i.c227 MIDL_DEFINE_GUID(IID, IID_IDeckLinkProfileAttributes,0x17D4BF8E,0x4911,0x473A,0x80,0xA0,0x73,0x1C,0…
DDeckLinkAPI.h8853 EXTERN_C const IID IID_IDeckLinkProfileAttributes; variable
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPI.h91 BMD_CONST REFIID IID_IDeckLinkProfileAttributes = /* 17D4BF8E-4911-473A-80A0-731C… variable
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/
DDeckLinkAPI.h95 BMD_CONST REFIID IID_IDeckLinkProfileAttributes = /* 17D4BF8E-4911-473A-80A0-731C… variable
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1587 ret = decklink->QueryInterface (IID_IDeckLinkProfileAttributes, in init_devices()