Searched refs:nIndex (Results 1 - 17 of 17) 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.h165 * nIndex : Indicates the enumeration index for the format from
177 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/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/dec/
H A DSoftVPX.cpp160 if (formatParams->nIndex != 0) {
210 if (formatParams->nIndex != 0) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp182 if (formatParams->nIndex != 0) {
276 if (formatParams->nIndex != 0) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp182 if (formatParams->nIndex != 0) {
254 if (formatParams->nIndex != 0) {
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp645 format.nIndex = 0;
650 format.nIndex = index;
660 // CHECK_EQ(format.nIndex, index);
747 portFormat.nIndex = index;
756 CHECK_EQ(index, portFormat.nIndex);
762 portFormat.nIndex = index;
1208 format.nIndex = 0;
1229 format.nIndex++;
3406 format.nIndex = 0;
3414 format.nIndex
[all...]
H A DACodec.cpp1057 format.nIndex = index;
1342 format.nIndex = 0;
1347 format.nIndex = index;
1357 // CHECK_EQ(format.nIndex, index);
1398 format.nIndex = 0;

Completed in 6389 milliseconds