Searched refs:nIndex (Results 1 - 16 of 16) 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.h141 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.h166 * nIndex : Indicates the enumeration index for the format from
178 OMX_U32 nIndex; member in struct:OMX_VIDEO_PARAM_PORTFORMATTYPE
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp329 if (formatParams->nIndex > 2) {
335 if (formatParams->nIndex == 0) {
337 } else if (formatParams->nIndex == 1) {
518 if (formatParams->nIndex > 2) {
524 ((formatParams->nIndex == 0 &&
526 (formatParams->nIndex == 1 &&
528 (formatParams->nIndex == 2 &&
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp155 if (formatParams->nIndex != 0) {
224 if (formatParams->nIndex != 0) {
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp459 if (formatParams->nIndex > 2) {
465 if (formatParams->nIndex == 0) {
467 } else if (formatParams->nIndex == 1) {
626 if (formatParams->nIndex > 2) {
632 ((formatParams->nIndex == 0 &&
634 (formatParams->nIndex == 1 &&
636 (formatParams->nIndex == 2 &&
/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.cpp127 if (formatParams->nIndex > 0) {
216 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/codecs/on2/enc/
H A DSoftVPXEncoder.cpp349 if (formatParams->nIndex >= kNumberOfSupportedColorFormats) {
354 if (formatParams->nIndex == 0) {
356 } else if (formatParams->nIndex == 1) {
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp651 format.nIndex = 0;
656 format.nIndex = index;
666 // CHECK_EQ(format.nIndex, index);
753 portFormat.nIndex = index;
762 CHECK_EQ(index, portFormat.nIndex);
768 portFormat.nIndex = index;
1216 format.nIndex = 0;
1230 format.nIndex++;
3410 format.nIndex = 0;
3418 format.nIndex
[all...]
H A DACodec.cpp1354 format.nIndex = index;
1639 format.nIndex = 0;
1644 format.nIndex = index;
1654 // CHECK_EQ(format.nIndex, index);
1695 format.nIndex = 0;

Completed in 458 milliseconds