Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/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_IndexExt.h215 OMX_U32 nIndex; member
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
1019 OMX_U32 nIndex; /**< Index of Meta Event */ member
1034 OMX_U32 nIndex; /**< Index of Meta Event */ member
DOMX_Core.h1318 OMX_IN OMX_U32 nIndex);
DOMX_Video.h182 OMX_U32 nIndex; member
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp116 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/omx/
DSoftVideoEncoderOMXComponent.cpp331 if (formatParams->nIndex >= NELEM(kSupportedColorFormats)) { in internalGetParameter()
336 formatParams->eColorFormat = kSupportedColorFormats[formatParams->nIndex]; in internalGetParameter()
DSoftVideoDecoderOMXComponent.cpp363 if (formatParams->nIndex != 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp121 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp131 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp123 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp150 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.cpp145 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp166 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp159 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp174 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp146 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp145 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp145 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp246 if (formatParams->nIndex > 0) { in internalGetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp2679 format.nIndex = index; in selectAudioPortFormat()
3177 format.nIndex = 0; in setVideoPortFormatType()
3181 format.nIndex = index; in setVideoPortFormatType()
3267 format.nIndex = index; in setSupportedOutputFormat()
7727 config->nIndex = mIndex; in retrieve()
8672 portFormat.nIndex = index; in queryCapabilities()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp280 if (formatParams->nIndex > 0) { in internalGetParameter()