MCPcopy Create free account
hub / github.com/carlonluca/pot / init

Method init

piomxtextures_src/omx_wrapper/OMX_Core.cpp:61–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61inline
62bool OMX_Core::init()
63{
64 LOG_VERBOSE(LOG_TAG, "Initializing OMXCore...");
65
66 bcm_host_init();
67 if (OMX_Init() != OMX_ErrorNone) {
68 bcm_host_deinit();
69 return false;
70 }
71 return true;
72}
73
74inline
75void OMX_Core::shutdown()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected