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

/frameworks/native/include/media/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
1017 OMX_U32 nIndex; /**< Index of Meta Event */ member in struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE
1032 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.h167 * nIndex : Indicates the enumeration index for the format from
179 OMX_U32 nIndex; member in struct:OMX_VIDEO_PARAM_PORTFORMATTYPE
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp127 if (formatParams->nIndex > 0) {
209 if (formatParams->nIndex > 0) {
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp161 if (formatParams->nIndex > 0) {
250 if (formatParams->nIndex > 0) {
H A DSoftAACEncoder2.cpp130 if (formatParams->nIndex > 0) {
254 if (formatParams->nIndex > 0) {
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp162 if (formatParams->nIndex > 0) {
247 if (formatParams->nIndex > 0) {
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp271 if (formatParams->nIndex != 0) {
343 if (formatParams->nIndex != 0) {
H A DSoftVideoEncoderOMXComponent.cpp308 if (formatParams->nIndex >= NELEM(kSupportedColorFormats)) {
313 formatParams->eColorFormat = kSupportedColorFormats[formatParams->nIndex];
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp747 format.nIndex = 0;
752 format.nIndex = index;
762 // CHECK_EQ(format.nIndex, index);
850 portFormat.nIndex = index;
859 CHECK_EQ(index, portFormat.nIndex);
865 portFormat.nIndex = index;
1316 format.nIndex = 0;
1330 format.nIndex++;
3514 format.nIndex = 0;
3522 format.nIndex
[all...]
H A DACodec.cpp1729 format.nIndex = index;
2156 format.nIndex = 0;
2161 format.nIndex = index;
2182 // CHECK_EQ(format.nIndex, index);
2243 format.nIndex = index;

Completed in 491 milliseconds