52 if (stComponents == NULL) {
64 if (stComponents[0]->name == NULL) {
71 stComponents[0]->
name_specific = calloc(stComponents[0]->name_specific_length,
sizeof(
char *));
72 stComponents[0]->
role_specific = calloc(stComponents[0]->name_specific_length,
sizeof(
char *));
76 if (stComponents[0]->name_specific[i] == NULL) {
82 if (stComponents[0]->role_specific[i] == NULL) {
105 if (stComponents[1]->name == NULL) {
112 stComponents[1]->
name_specific = calloc(stComponents[0]->name_specific_length,
sizeof(
char *));
113 stComponents[1]->
role_specific = calloc(stComponents[0]->name_specific_length,
sizeof(
char *));
117 if (stComponents[1]->name_specific[i] == NULL) {
123 if (stComponents[1]->role_specific[i] == NULL) {
#define OMX_MAX_STRINGNAME_SIZE
@ OMX_ErrorInsufficientResources
int omx_component_library_Setup(stLoaderComponentType **stComponents)
The library entry point. It must have the same name for each library of the components loaded by the ...
OMX_ERRORTYPE omx_audio_mixer_component_Constructor(OMX_COMPONENTTYPE *openmaxStandComp, OMX_STRING cComponentName)
#define MIXER_QUALITY_LEVELS
#define DEB_LEV_FUNCTION_NAME
#define DEBUG(n, fmt, args...)
OMX_ERRORTYPE omx_volume_component_Constructor(OMX_COMPONENTTYPE *openmaxStandComp, OMX_STRING cComponentName)
#define VOLUME_QUALITY_LEVELS
int MemoryResourceRequested
the private data structure handled by the ST static loader that described an OpenMAX component
multiResourceDescriptor ** multiResourceLevel
unsigned int name_specific_length
OMX_ERRORTYPE(* constructor)(OMX_COMPONENTTYPE *, OMX_STRING cComponentName)
OMX_VERSIONTYPE componentVersion
struct OMX_VERSIONTYPE::@1 s