Home
last modified time | relevance | path

Searched refs:nIndex (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/include/media/openmax/
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);
DOMX_Image.h161 OMX_U32 nIndex; member
DOMX_Other.h345 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member
DOMX_Audio.h140 …OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-… member
1017 OMX_U32 nIndex; /**< Index of Meta Event */ member
1032 OMX_U32 nIndex; /**< Index of Meta Event */ member
DOMX_Core.h1295 OMX_IN OMX_U32 nIndex);
DOMX_Video.h180 OMX_U32 nIndex; member
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp131 if (formatParams->nIndex > 0) { in internalGetParameter()
229 if (formatParams->nIndex > 0) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp166 if (formatParams->nIndex > 0) { in internalGetParameter()
267 if (formatParams->nIndex > 0) { in internalSetParameter()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp275 if (formatParams->nIndex != 0) { in internalGetParameter()
359 if (formatParams->nIndex != 0) { in internalSetParameter()
DSoftVideoEncoderOMXComponent.cpp329 if (formatParams->nIndex >= NELEM(kSupportedColorFormats)) { in internalGetParameter()
334 formatParams->eColorFormat = kSupportedColorFormats[formatParams->nIndex]; in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp165 if (formatParams->nIndex > 0) { in internalGetParameter()
270 if (formatParams->nIndex > 0) { in internalSetParameter()
DSoftAACEncoder2.cpp144 if (formatParams->nIndex > 0) { in internalGetParameter()
307 if (formatParams->nIndex > 0) { in internalSetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp2512 format.nIndex = index; in selectAudioPortFormat()
2971 format.nIndex = 0; in setVideoPortFormatType()
2975 format.nIndex = index; in setVideoPortFormatType()
3062 format.nIndex = index; in setSupportedOutputFormat()
7877 portFormat.nIndex = index; in queryCapabilities()