/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_Component.h | 384 OMX_IN OMX_INDEXTYPE nIndex, 393 OMX_IN OMX_INDEXTYPE nIndex, 402 OMX_IN OMX_INDEXTYPE nIndex, 587 OMX_IN OMX_U32 nIndex);
|
D | OMX_IndexExt.h | 215 OMX_U32 nIndex; member
|
D | OMX_Image.h | 161 OMX_U32 nIndex; member
|
D | OMX_Other.h | 345 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ member
|
D | OMX_Audio.h | 140 …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
|
D | OMX_Core.h | 1318 OMX_IN OMX_U32 nIndex);
|
D | OMX_Video.h | 182 OMX_U32 nIndex; member
|
/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 116 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 331 if (formatParams->nIndex >= NELEM(kSupportedColorFormats)) { in internalGetParameter() 336 formatParams->eColorFormat = kSupportedColorFormats[formatParams->nIndex]; in internalGetParameter()
|
D | SoftVideoDecoderOMXComponent.cpp | 363 if (formatParams->nIndex != 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | SoftGSM.cpp | 121 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 131 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | SoftG711.cpp | 123 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | SoftMP3.cpp | 150 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/flac/dec/ |
D | SoftFlacDecoder.cpp | 145 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 166 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | SoftAMR.cpp | 159 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | SoftFlacEncoder.cpp | 174 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.cpp | 146 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.cpp | 145 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder2.cpp | 145 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 246 if (formatParams->nIndex > 0) { in internalGetParameter()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 2679 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/ |
D | SoftXAAC.cpp | 280 if (formatParams->nIndex > 0) { in internalGetParameter()
|