Searched refs:IID_IDeckLinkProfileAttributes (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
D | decklink_common.h | 28 #define IID_IDeckLinkProfileAttributes IID_IDeckLinkAttributes macro
|
D | decklink_common.cpp | 107 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/ |
D | DeckLinkAPI_i.c | 227 MIDL_DEFINE_GUID(IID, IID_IDeckLinkProfileAttributes,0x17D4BF8E,0x4911,0x473A,0x80,0xA0,0x73,0x1C,0…
|
D | DeckLinkAPI.h | 8853 EXTERN_C const IID IID_IDeckLinkProfileAttributes; variable
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPI.h | 91 BMD_CONST REFIID IID_IDeckLinkProfileAttributes = /* 17D4BF8E-4911-473A-80A0-731C… variable
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
D | DeckLinkAPI.h | 95 BMD_CONST REFIID IID_IDeckLinkProfileAttributes = /* 17D4BF8E-4911-473A-80A0-731C… variable
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklink.cpp | 1587 ret = decklink->QueryInterface (IID_IDeckLinkProfileAttributes, in init_devices()
|