Home
last modified time | relevance | path

Searched refs:nIndex (Results 1 – 14 of 14) 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.h1276 OMX_IN OMX_U32 nIndex);
DOMX_Video.h179 OMX_U32 nIndex; member
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp127 if (formatParams->nIndex > 0) { in internalGetParameter()
209 if (formatParams->nIndex > 0) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp162 if (formatParams->nIndex > 0) { in internalGetParameter()
247 if (formatParams->nIndex > 0) { in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp161 if (formatParams->nIndex > 0) { in internalGetParameter()
250 if (formatParams->nIndex > 0) { in internalSetParameter()
DSoftAACEncoder2.cpp130 if (formatParams->nIndex > 0) { in internalGetParameter()
254 if (formatParams->nIndex > 0) { in internalSetParameter()
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp271 if (formatParams->nIndex != 0) { in internalGetParameter()
343 if (formatParams->nIndex != 0) { in internalSetParameter()
DSoftVideoEncoderOMXComponent.cpp310 if (formatParams->nIndex >= NELEM(kSupportedColorFormats)) { in internalGetParameter()
315 formatParams->eColorFormat = kSupportedColorFormats[formatParams->nIndex]; in internalGetParameter()
/frameworks/av/media/libstagefright/
DOMXCodec.cpp755 format.nIndex = 0; in setVideoPortFormatType()
760 format.nIndex = index; in setVideoPortFormatType()
858 portFormat.nIndex = index; in isColorFormatSupported()
867 CHECK_EQ(index, portFormat.nIndex); in isColorFormatSupported()
873 portFormat.nIndex = index; in isColorFormatSupported()
1324 format.nIndex = 0; in setVideoOutputFormat()
1338 format.nIndex++; in setVideoOutputFormat()
3325 format.nIndex = 0; in setAACFormat()
3333 format.nIndex++; in setAACFormat()
4342 for (portFormat.nIndex = 0;; ++portFormat.nIndex) { in QueryCodec()
DACodec.cpp2274 format.nIndex = index; in selectAudioPortFormat()
2703 format.nIndex = 0; in setVideoPortFormatType()
2708 format.nIndex = index; in setVideoPortFormatType()
2790 format.nIndex = index; in setSupportedOutputFormat()