Searched refs:nIndex (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/libstagefright/omx/
H A DOMXComponentBase.cpp77 OMX_IN OMX_INDEXTYPE nIndex,
80 nIndex, pComponentParameterStructure);
85 OMX_IN OMX_INDEXTYPE nIndex,
87 return getBase(hComponent)->getConfig(nIndex, pComponentConfigStructure);
92 OMX_IN OMX_INDEXTYPE nIndex,
94 return getBase(hComponent)->setConfig(nIndex, pComponentConfigStructure);
161 OMX_IN OMX_U32 nIndex) {
162 return getBase(hComponent)->enumerateRoles(cRole, nIndex);
75 SetParameterWrapper( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentParameterStructure) argument
83 GetConfigWrapper( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_INOUT OMX_PTR pComponentConfigStructure) argument
90 SetConfigWrapper( OMX_IN OMX_HANDLETYPE hComponent, OMX_IN OMX_INDEXTYPE nIndex, OMX_IN OMX_PTR pComponentConfigStructure) argument
158 ComponentRoleEnumWrapper( OMX_IN OMX_HANDLETYPE hComponent, OMX_OUT OMX_U8 *cRole, OMX_IN OMX_U32 nIndex) argument
/frameworks/base/include/media/stagefright/openmax/
H A DOMX_Component.h384 OMX_IN OMX_INDEXTYPE nIndex,
393 OMX_IN OMX_INDEXTYPE nIndex,
402 OMX_IN OMX_INDEXTYPE nIndex,
587 OMX_IN OMX_U32 nIndex);
H A DOMX_Image.h150 * nIndex : Indicates the enumeration index for the format from
161 OMX_U32 nIndex; member in struct:OMX_IMAGE_PARAM_PORTFORMATTYPE
H A DOMX_Other.h345 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member in struct:OMX_OTHER_PARAM_PORTFORMATTYPE
H A DOMX_Audio.h140 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member in struct:OMX_AUDIO_PARAM_PORTFORMATTYPE
1002 OMX_U32 nIndex; /**< Index of Meta Event */ member in struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE
1017 OMX_U32 nIndex; /**< Index of Meta Event */ member in struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE
H A DOMX_Core.h831 @param [in] nIndex
867 @param [in] nIndex
1231 is made (i.e. when nIndex is 0x0).
1247 @param [in] nIndex
1250 of nIndex will enumerate through the component names in the
1251 system until OMX_ErrorNoMore is returned. The value of nIndex
1256 OMX_ErrorNone. When the value of nIndex exceeds the number of
1264 OMX_IN OMX_U32 nIndex);
H A DOMX_Video.h164 * nIndex : Indicates the enumeration index for the format from
176 OMX_U32 nIndex; member in struct:OMX_VIDEO_PARAM_PORTFORMATTYPE
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp778 format.nIndex = 0;
783 format.nIndex = index;
793 // CHECK_EQ(format.nIndex, index);
884 portFormat.nIndex = index;
893 CHECK_EQ(index, portFormat.nIndex);
899 portFormat.nIndex = index;
1332 format.nIndex = 0;
2722 format.nIndex = 0;
2730 format.nIndex++;

Completed in 91 milliseconds