Searched refs:nIndex (Results 1 - 13 of 13) 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.h871 @param [in] nIndex
907 @param [in] nIndex
1271 is made (i.e. when nIndex is 0x0).
1287 @param [in] nIndex
1290 of nIndex will enumerate through the component names in the
1291 system until OMX_ErrorNoMore is returned. The value of nIndex
1296 OMX_ErrorNone. When the value of nIndex exceeds the number of
1304 OMX_IN OMX_U32 nIndex);
H A DOMX_Video.h168 * nIndex : Indicates the enumeration index for the format from
180 OMX_U32 nIndex; member in struct:OMX_VIDEO_PARAM_PORTFORMATTYPE
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp131 if (formatParams->nIndex > 0) {
229 if (formatParams->nIndex > 0) {
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp165 if (formatParams->nIndex > 0) {
270 if (formatParams->nIndex > 0) {
H A DSoftAACEncoder2.cpp144 if (formatParams->nIndex > 0) {
307 if (formatParams->nIndex > 0) {
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp166 if (formatParams->nIndex > 0) {
267 if (formatParams->nIndex > 0) {
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp349 if (formatParams->nIndex != 0) {
433 if (formatParams->nIndex != 0) {
H A DSoftVideoEncoderOMXComponent.cpp329 if (formatParams->nIndex >= NELEM(kSupportedColorFormats)) {
334 formatParams->eColorFormat = kSupportedColorFormats[formatParams->nIndex];
/frameworks/av/media/libstagefright/
H A DACodec.cpp2615 format.nIndex = index;
3074 format.nIndex = 0;
3078 format.nIndex = index;
3099 // CHECK_EQ(format.nIndex, index);
3165 format.nIndex = index;
8135 portFormat.nIndex = index;

Completed in 292 milliseconds