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