Searched refs:OMX_STRING (Results 1 - 25 of 268) sorted by relevance

1234567891011

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_ComponentRegistry.h13 OMX_STRING name;
15 OMX_STRING pRoleArray[MAX_ROLES];
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_omx_config_parser.cpp51 if (0 == oscl_strncmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder", oscl_strlen("audio_decoder")))
59 if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.wma"))
64 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.aac"))
69 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amr"))
74 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amrnb"))
79 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amrwb"))
84 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.mp3"))
101 else if (0 == oscl_strncmp(pInputs->cComponentRole, (OMX_STRING)"video_decoder", oscl_strlen("video_decoder")))
110 if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"video_decoder.wmv"))
115 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"video_decode
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_omx_config_parser.cpp68 if (0 == oscl_strncmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder", oscl_strlen("audio_decoder")))
76 if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.wma"))
81 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.aac"))
86 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amr"))
91 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amrnb"))
96 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.amrwb"))
101 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"audio_decoder.mp3"))
117 else if (0 == oscl_strncmp(pInputs->cComponentRole, (OMX_STRING)"video_decoder", oscl_strlen("video_decoder")))
126 if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"video_decoder.wmv"))
131 else if (0 == oscl_strcmp(pInputs->cComponentRole, (OMX_STRING)"video_decode
[all...]
/hardware/intel/common/utils/ISV/include/
H A Disv_omxcore.h27 OMX_STRING, OMX_U32, OMX_U32);
30 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
35 OMX_STRING, OMX_U32 *, OMX_U8 **);
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dcmodule.h47 CModule(const OMX_STRING lname);
62 OMX_STRING GetLibraryName(void);
65 OMX_STRING GetComponentName(void);
68 bool QueryHavingThisRole(const OMX_STRING role);
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Dqc_omx_core.h67 OMX_STRING cComponentRole; //OMX component codec type
68 OMX_STRING cComponentName; //OMX component name
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Dqc_omx_core.h67 OMX_STRING cComponentRole; //OMX component codec type
68 OMX_STRING cComponentName; //OMX component name
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Dqc_omx_core.h67 OMX_STRING cComponentRole; //OMX component codec type
68 OMX_STRING cComponentName; //OMX component name
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_omx_config_parser.h36 OMX_STRING cComponentRole; //OMX component codec type
37 OMX_STRING cComponentName; //OMX component name
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_ComponentRegistry.h39 OMX_STRING name;
41 OMX_STRING pRoleArray[MAX_ROLES];
46 OMX_IN OMX_STRING compName,
H A DOMX_Core_Wrapper.h54 OMX_OUT OMX_STRING cComponentName,
59 OMX_IN OMX_STRING cComponentName,
65 OMX_IN OMX_STRING role,
75 OMX_IN OMX_STRING szURI);
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_ComponentRegistry.h39 OMX_STRING name;
41 OMX_STRING pRoleArray[MAX_ROLES];
46 OMX_IN OMX_STRING compName,
H A DOMX_Core_Wrapper.h54 OMX_OUT OMX_STRING cComponentName,
59 OMX_IN OMX_STRING cComponentName,
65 OMX_IN OMX_STRING role,
75 OMX_IN OMX_STRING szURI);
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcmodule.cpp34 CModule::CModule(const OMX_STRING lname)
121 OMX_STRING CModule::GetLibraryName(void)
126 OMX_STRING CModule::GetComponentName(void)
149 strncpy((OMX_STRING)&roles[i][0],
150 (const OMX_STRING)&this->roles[i][0],
161 bool CModule::QueryHavingThisRole(const OMX_STRING role)
169 if (!strcmp((OMX_STRING)&roles[i][0], role))
234 this_roles = (OMX_U8 **)malloc(sizeof(OMX_STRING) * nr_roles);
248 role_len = strlen((const OMX_STRING)&roles[i][0]);
252 strncpy((OMX_STRING)
[all...]
/hardware/intel/common/libstagefrighthw/
H A DWrsOMXPlugin.h46 OMX_STRING, OMX_U32, OMX_U32);
49 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
54 OMX_STRING, OMX_U32 *, OMX_U8 **);
87 OMX_STRING name,
/hardware/qcom/media/msm8974/libstagefrighthw/
H A DQComOMXPlugin.h39 OMX_STRING name,
53 OMX_STRING, OMX_U32, OMX_U32);
56 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
61 OMX_STRING, OMX_U32 *, OMX_U8 **);
/hardware/qcom/media/msm8996/libstagefrighthw/
H A DQComOMXPlugin.h39 OMX_STRING name,
53 OMX_STRING, OMX_U32, OMX_U32);
56 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
61 OMX_STRING, OMX_U32 *, OMX_U8 **);
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.h39 OMX_STRING name,
53 OMX_STRING, OMX_U32, OMX_U32);
56 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
61 OMX_STRING, OMX_U32 *, OMX_U8 **);
/hardware/ti/omap4-aah/libstagefrighthw/
H A DTIOMXPlugin.h39 OMX_STRING name,
53 OMX_STRING, OMX_U32, OMX_U32);
56 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
61 OMX_STRING, OMX_U32 *, OMX_U8 **);
/hardware/ti/omap4xxx/libstagefrighthw/
H A DTIOMXPlugin.h39 OMX_STRING name,
53 OMX_STRING, OMX_U32, OMX_U32);
56 OMX_HANDLETYPE *, OMX_STRING, OMX_PTR, OMX_CALLBACKTYPE *);
61 OMX_STRING, OMX_U32 *, OMX_U8 **);
/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
H A Domx_rpc_utils.h157 RPC_OMX_ERRORTYPE RPC_UTIL_GetTargetServerName(OMX_STRING
158 ComponentName, OMX_STRING ServerName);
159 RPC_OMX_ERRORTYPE RPC_UTIL_GetLocalServerName(OMX_STRING
160 ComponentName, OMX_STRING * ServerName);
161 RPC_OMX_ERRORTYPE RPC_UTIL_GenerateLocalServerName(OMX_STRING
163 RPC_OMX_ERRORTYPE RPC_UTIL_GetTargetCore(OMX_STRING cComponentName,
/hardware/ti/omap4-aah/domx/domx/omx_rpc/src/
H A Domx_rpc_utils.c74 RPC_OMX_ERRORTYPE RPC_UTIL_GetTargetServerName(OMX_STRING ComponentName,
75 OMX_STRING ServerName)
80 OMX_STRING str;
125 strncpy(ServerName, (OMX_STRING) rcmservertable[servertable_idx],
141 RPC_OMX_ERRORTYPE RPC_UTIL_GetLocalServerName(OMX_STRING ComponentName,
142 OMX_STRING * ServerName)
173 RPC_OMX_ERRORTYPE RPC_UTIL_GenerateLocalServerName(OMX_STRING cServerName)
212 RPC_OMX_ERRORTYPE RPC_UTIL_GetTargetCore(OMX_STRING cComponentName,
257 RPC_OMX_ERRORTYPE RPC_GetTargetClient(OMX_STRING Default_RcmServer, OMX_STRING serve
[all...]
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
H A Domx_rpc_utils.c74 RPC_OMX_ERRORTYPE RPC_UTIL_GetTargetServerName(OMX_STRING ComponentName,
75 OMX_STRING ServerName)
80 OMX_STRING str;
125 strncpy(ServerName, (OMX_STRING) rcmservertable[servertable_idx],
141 RPC_OMX_ERRORTYPE RPC_UTIL_GetLocalServerName(OMX_STRING ComponentName,
142 OMX_STRING * ServerName)
173 RPC_OMX_ERRORTYPE RPC_UTIL_GenerateLocalServerName(OMX_STRING cServerName)
212 RPC_OMX_ERRORTYPE RPC_UTIL_GetTargetCore(OMX_STRING cComponentName,
257 RPC_OMX_ERRORTYPE RPC_GetTargetClient(OMX_STRING Default_RcmServer, OMX_STRING serve
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
H A DLCML_CodecInterface.h100 OMX_STRING codecName,
106 OMX_STRING codecName,
110 OMX_STRING Args);
/hardware/ti/omap4-aah/domx/omx_core/src/
H A DOMX_Core_Wrapper.c103 OMX_API OMX_ERRORTYPE TIOMX_ComponentNameEnum(OMX_OUT OMX_STRING
113 OMX_IN OMX_STRING cComponentName,
129 OMX_API OMX_ERRORTYPE TIOMX_GetComponentsOfRole(OMX_IN OMX_STRING role,
138 OMX_API OMX_ERRORTYPE TIOMX_GetRolesOfComponent(OMX_IN OMX_STRING compName,
158 OMX_IN OMX_STRING szURI)

Completed in 1455 milliseconds

1234567891011