Searched refs:nIndex (Results 1 - 12 of 12) 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.h165 * nIndex : Indicates the enumeration index for the format from
177 OMX_U32 nIndex; member in struct:OMX_VIDEO_PARAM_PORTFORMATTYPE
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp160 if (formatParams->nIndex != 0) {
210 if (formatParams->nIndex != 0) {
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp182 if (formatParams->nIndex != 0) {
276 if (formatParams->nIndex != 0) {
/frameworks/base/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp182 if (formatParams->nIndex != 0) {
254 if (formatParams->nIndex != 0) {
/frameworks/base/media/libstagefright/
H A DOMXCodec.cpp814 format.nIndex = 0;
819 format.nIndex = index;
829 // CHECK_EQ(format.nIndex, index);
936 portFormat.nIndex = index;
945 CHECK_EQ(index, portFormat.nIndex);
951 portFormat.nIndex = index;
1394 format.nIndex = 0;
3569 format.nIndex = 0;
3577 format.nIndex++;
4696 for (portFormat.nIndex
[all...]
H A DACodec.cpp929 format.nIndex = 0;
934 format.nIndex = index;
944 // CHECK_EQ(format.nIndex, index);
985 format.nIndex = 0;

Completed in 176 milliseconds