Searched refs:cComponentName (Results 1 - 25 of 34) sorted by relevance

12

/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h68 OMX_STRING cComponentName; //OMX component name member in struct:__anon228
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_omx_config_parser.h37 OMX_STRING cComponentName; //OMX component name member in struct:__anon623
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c153 * @param[in] cComponentName Name of the component to load
167 OMX_ERRORTYPE TIOMX_GetHandle( OMX_HANDLETYPE* pHandle, OMX_STRING cComponentName, argument
183 if ((NULL == cComponentName) || (NULL == pHandle) || (NULL == pCallBacks)) {
192 if(strlen(cComponentName) >= MAXNAMESIZE) {
210 if (strcmp(componentTable[refIndex].name, cComponentName) == 0) {
212 cComponentName, componentTable[refIndex].refCount);
217 LOGE("Max instances of component %s already created.\n", cComponentName);
238 strcat(buf, cComponentName);
491 * @param[out] cComponentName The name of the component at nIndex
501 OMX_OUT OMX_STRING cComponentName,
500 TIOMX_ComponentNameEnum( OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
536 TIOMX_GetRolesOfComponent( OMX_IN OMX_STRING cComponentName, OMX_INOUT OMX_U32 *pNumRoles, OMX_OUT OMX_U8 **roles) argument
[all...]
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_omx_config_parser.cpp153 Status = ti_video_config_parser((tiVideoConfigParserInputs *)&aInputs, (tiVideoConfigParserOutputs *)aOutputParameters, pInputs->cComponentName);
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Core.h1218 @param [out] cComponentName
1226 number of characters in the cComponentName string. With all
1229 provide a input string for the cComponentName of 128 characters.
1245 OMX_OUT OMX_STRING cComponentName,
1258 @param [in] cComponentName
1279 OMX_IN OMX_STRING cComponentName,
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Core.h1218 @param [out] cComponentName
1226 number of characters in the cComponentName string. With all
1229 provide a input string for the cComponentName of 128 characters.
1245 OMX_OUT OMX_STRING cComponentName,
1258 @param [in] cComponentName
1279 OMX_IN OMX_STRING cComponentName,
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
H A DOMX_G722Dec_Utils.h562 OMX_STRING cComponentName; member in struct:G722DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h675 OMX_STRING cComponentName; member in struct:G726DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h614 OMX_STRING cComponentName; member in struct:G726ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h387 OMX_STRING cComponentName; member in struct:VPP_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h829 OMX_STRING cComponentName; member in struct:AACDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
H A DOMX_AacEnc_Utils.h477 OMX_STRING cComponentName; member in struct:AACENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h766 OMX_STRING cComponentName; member in struct:G711ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h801 OMX_STRING cComponentName; member in struct:G729ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
H A DOMX_AmrEnc_Utils.h830 OMX_STRING cComponentName; member in struct:AMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
H A DOMX_WbAmrEnc_Utils.h676 OMX_STRING cComponentName; member in struct:WBAMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h406 OMX_STRING cComponentName; member in struct:JPEGDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h393 OMX_STRING cComponentName; member in struct:JPEGENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c370 OMX_MALLOC_STRUCT_SIZED(pComponentPrivate->cComponentName, char, VIDDEC_MAX_NAMESIZE + 1,pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
371 if (pComponentPrivate->cComponentName == NULL) {
376 strncpy(pComponentPrivate->cComponentName, cVideoDecodeName, VIDDEC_MAX_NAMESIZE);
567 strcpy(pComponentName, pComponentPrivate->cComponentName);
2812 if(pComponentPrivate->cComponentName != NULL) {
2813 free(pComponentPrivate->cComponentName);
2814 pComponentPrivate->cComponentName = NULL;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h588 OMX_STRING cComponentName; member in struct:VIDENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c615 OMX_MALLOC(pComponentPrivate->cComponentName, COMP_MAX_NAMESIZE + 1);
616 strncpy(pComponentPrivate->cComponentName, cJPEGdecName, COMP_MAX_NAMESIZE);
931 strncpy(szComponentName, pComponentPrivate->cComponentName, COMP_MAX_NAMESIZE);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c478 OMX_MALLOC(pComponentPrivate->cComponentName, COMP_MAX_NAMESIZE+1);
479 strncpy(pComponentPrivate->cComponentName, cJPEGencName, COMP_MAX_NAMESIZE);
806 strncpy(szComponentName, pComponentPrivate->cComponentName, COMP_MAX_NAMESIZE);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP.c748 OMX_MALLOC(pComponentPrivate->cComponentName, VPP_MAX_NAMESIZE + 1);
749 strncpy(pComponentPrivate->cComponentName, cVPPName, VPP_MAX_NAMESIZE);
871 strncpy(szComponentName, pComponentPrivate->cComponentName, VPP_MAX_NAMESIZE);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h881 OMX_STRING cComponentName; member in struct:VIDDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c521 strcpy(pComponentName, pComponentPrivate->cComponentName);

Completed in 281 milliseconds

12