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 VOLUME_QUALITY_LEVELS
int MemoryResourceRequested
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 DEBUG(n, fmt, args...)
struct OMX_VERSIONTYPE::@1 s
multiResourceDescriptor ** multiResourceLevel
OMX_ERRORTYPE(* constructor)(OMX_COMPONENTTYPE *, OMX_STRING cComponentName)
the private data structure handled by the ST static loader that described an OpenMAX component ...
#define OMX_MAX_STRINGNAME_SIZE
#define DEB_LEV_FUNCTION_NAME
OMX_VERSIONTYPE componentVersion
#define MIXER_QUALITY_LEVELS
OMX_ERRORTYPE omx_volume_component_Constructor(OMX_COMPONENTTYPE *openmaxStandComp, OMX_STRING cComponentName)
unsigned int name_specific_length