Searched defs:nIndex (Results 1 - 25 of 43) sorted by relevance

12

/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_CoreExt.h64 OMX_INDEXTYPE nIndex; /**< the index the callback is requested for */ member in struct:OMX_CONFIG_CALLBACKREQUESTTYPE
H A DOMX_Image.h133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex; member in struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
H A DOMX_Other.h328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c488 * Description: This method will provide the name of the component at the given nIndex
491 * @param[out] cComponentName The name of the component at nIndex
493 * @param[in] nIndex The index number of the component
503 OMX_IN OMX_U32 nIndex)
507 if (nIndex >= tableCount)
513 strcpy(cComponentName, componentTable[nIndex].name);
500 TIOMX_ComponentNameEnum( OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core_Wrapper.c108 cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex)
113 return OMX_ComponentNameEnum(cComponentName, nNameLength, nIndex);
107 TIOMX_ComponentNameEnum(OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
H A DOMX_Core.c519 * Description: This method will provide the name of the component at the given nIndex
522 * @param[out] cComponentName The name of the component at nIndex
524 * @param[in] nIndex The index number of the component
532 cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex)
540 if (nIndex >= tableCount)
545 strcpy(cComponentName, componentTable[nIndex].name);
531 OMX_ComponentNameEnum(OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c396 OMX_U16 nIndex = 0; local
409 for (nIndex = 0; eError != OMX_ErrorNoMore; nIndex++)
411 param.nIndex = nIndex;
423 dcc_dir[nIndex] =
427 PROXY_assert(dcc_dir[nIndex] != NULL,
429 strcpy(dcc_dir[nIndex], DCC_PATH);
430 strncat(dcc_dir[nIndex], (OMX_STRING) param.sDCCURI, MAX_URI_LENGTH);
431 strcat(dcc_dir[nIndex], "/");
[all...]
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Image.h133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex; member in struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
H A DOMX_Other.h328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Image.h133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex; member in struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
H A DOMX_Other.h328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c182 OMX_IN OMX_U32 nIndex);
439 pPortFormat->nIndex = OMX_IndexParamAudioAac;
446 pPortFormat->nIndex = OMX_IndexParamAudioPcm;
756 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
766 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
2334 OMX_IN OMX_U32 nIndex)
2341 if(nIndex == 0){
2331 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c129 OMX_IN OMX_U32 nIndex);
339 pComponentPrivate->sOutPortFormat.nIndex = 0;/*OMX_IndexParamAudioAac;*/
343 pComponentPrivate->sInPortFormat.nIndex = 1;/*OMX_IndexParamAudioPcm; */
853 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > pComponentPrivate->sInPortFormat.nIndex)
866 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > pComponentPrivate->sOutPortFormat.nIndex)
1042 OMX_PRINT2(pComponentPrivate->dbg, "%d :: AACENC: pCompParam = index %d\n",__LINE__,(int)pComponentParam->nIndex);
2285 OMX_IN OMX_U32 nIndex)
2290 if(nIndex
2282 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c169 OMX_IN OMX_U32 nIndex);
390 pComponentPrivate->sInPortFormat.nIndex = OMX_IndexParamAudioPcm;
394 pComponentPrivate->sOutPortFormat.nIndex = OMX_IndexParamAudioPcm;
403 pInPortFormatArr->nIndex = OMX_IndexParamAudioPcm;
412 pOutPortFormatArr->nIndex = OMX_IndexParamAudioPcm;
806 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
807 pComponentPrivate->sInPortFormat.nIndex)
822 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
823 pComponentPrivate->sOutPortFormat.nIndex)
1992 OMX_IN OMX_U32 nIndex)
1990 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c156 OMX_IN OMX_U32 nIndex);
319 pInPortFormat->nIndex = OMX_IndexParamAudioPcm;
330 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm;
721 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
731 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
1851 OMX_IN OMX_U32 nIndex)
1849 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c177 OMX_IN OMX_U32 nIndex);
393 pPortFormat->nIndex = OMX_IndexParamAudioPcm;
400 pPortFormat->nIndex = OMX_IndexParamAudioPcm;
701 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
712 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
793 OMX_IN OMX_INDEXTYPE nIndex,
818 switch(nIndex) {
2090 OMX_IN OMX_U32 nIndex)
791 SetParameter( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pCompParam) argument
2087 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c175 OMX_IN OMX_U32 nIndex);
308 pInPortFormat->nIndex = OMX_IndexParamAudioPcm;
317 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm;
843 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
844 pComponentPrivate->pInPortFormat->nIndex) {
854 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
855 pComponentPrivate->pOutPortFormat->nIndex) {
937 OMX_IN OMX_INDEXTYPE nIndex,
954 switch(nIndex) {
2094 OMX_IN OMX_U32 nIndex)
935 SetParameter( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR ComponentParameterStructure) argument
2091 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c179 OMX_IN OMX_U32 nIndex);
396 pPortFormat->nIndex = OMX_IndexParamAudioPcm;
403 pPortFormat->nIndex = OMX_IndexParamAudioPcm;
722 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
733 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
805 OMX_IN OMX_INDEXTYPE nIndex,
831 switch(nIndex) {
2141 OMX_IN OMX_U32 nIndex)
803 SetParameter( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pCompParam) argument
2138 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c165 OMX_IN OMX_U32 nIndex);
311 pPortFormat->nIndex = OMX_IndexParamAudioPcm;
320 pPortFormat->nIndex = OMX_IndexParamAudioPcm;
683 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
693 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
1739 OMX_IN OMX_U32 nIndex)
1746 if(nIndex == 0){
1736 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c172 OMX_IN OMX_U32 nIndex);
410 pInPortFormat->nIndex = OMX_IndexParamAudioG729;
419 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm;
2050 OMX_IN OMX_U32 nIndex)
2047 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c167 OMX_IN OMX_U32 nIndex);
331 pInPortFormat->nIndex = OMX_IndexParamAudioPcm;
340 pOutPortFormat->nIndex = OMX_IndexParamAudioG729;
785 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
800 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
2079 OMX_IN OMX_U32 nIndex)
2076 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c181 OMX_IN OMX_U32 nIndex);
442 pPortFormat->nIndex = OMX_IndexParamAudioMp3;
449 pPortFormat->nIndex = OMX_IndexParamAudioPcm;
760 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
771 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
2411 OMX_IN OMX_U32 nIndex)
2420 else if(nIndex == 0){
2408 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c167 OMX_IN OMX_U32 nIndex);
383 pComponentPrivate->sInPortFormat.nIndex = OMX_IndexParamAudioAmr;
389 pComponentPrivate->sOutPortFormat.nIndex = OMX_IndexParamAudioPcm;
858 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > pComponentPrivate->sInPortFormat.nPortIndex) {
868 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > pComponentPrivate->sOutPortFormat.nPortIndex) {
2233 OMX_IN OMX_U32 nIndex)
2239 if(nIndex == 0){
2230 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c179 OMX_IN OMX_U32 nIndex);
351 pPortFormat->nIndex = OMX_IndexParamAudioAmr;
378 pPortFormat->nIndex = OMX_IndexParamAudioAmr;
929 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
939 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
2366 OMX_IN OMX_U32 nIndex)
2373 if(nIndex == 0){
2363 ComponentRoleEnum( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c173 OMX_IN OMX_U32 nIndex);
355 pComponentPrivate->sInPortFormat.nIndex = OMX_IndexParamAudioAmr;
361 pComponentPrivate->sOutPortFormat.nIndex = OMX_IndexParamAudioPcm;
833 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex >
846 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > pComponentPrivate->sOutPortFormat.nPortIndex) {
2110 OMX_IN OMX_U32 nIndex)
2116 if(nIndex == 0){
2108 ComponentRoleEnum(OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument

Completed in 426 milliseconds

12