OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateAPIInformationFunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPIDispatch_v8_0.cpp
39
typedef IDeckLinkAPIInformation* (*
CreateAPIInformationFunc
)(void);
47
static
CreateAPIInformationFunc
gCreateAPIInformationFunc = NULL;
64
gCreateAPIInformationFunc = (
CreateAPIInformationFunc
)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkAPIInformationInstance_0001"));
DeckLinkAPIDispatch.cpp
40
typedef IDeckLinkAPIInformation* (*
CreateAPIInformationFunc
)(void);
49
static
CreateAPIInformationFunc
gCreateAPIInformationFunc = NULL;
67
gCreateAPIInformationFunc = (
CreateAPIInformationFunc
)CFBundleGetFunctionPointerForName(gDeckLinkAPIBundleRef, CFSTR("CreateDeckLinkAPIInformationInstance_0001"));
Completed in 140 milliseconds