/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
SoftAMRNBEncoder.cpp | 127 if (formatParams->nIndex > 0) { 209 if (formatParams->nIndex > 0) {
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Android.cpp | 570 OMX_IN OMX_INDEXTYPE nIndex, 606 switch (nIndex) { 634 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "%s: Unsupported index (%d)", __func__, nIndex); 649 OMX_IN OMX_INDEXTYPE nIndex, 685 switch (nIndex) { 831 Exynos_OSAL_Log(EXYNOS_LOG_ERROR, "%s: Unsupported index (%d)", __func__, nIndex);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDecoder.c | 140 OMX_IN OMX_U32 nIndex); [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEncoder.c | 162 OMX_IN OMX_U32 nIndex); 633 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortFormat->nIndex = 0x0; 640 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortFormat->nIndex = 0x0; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | 169 OMX_IN OMX_U32 nIndex); 390 pComponentPrivate->sInPortFormat.nIndex = OMX_IndexParamAudioPcm; 394 pComponentPrivate->sOutPortFormat.nIndex = OMX_IndexParamAudioPcm; 403 pInPortFormatArr->nIndex = OMX_IndexParamAudioPcm; 412 pOutPortFormatArr->nIndex = OMX_IndexParamAudioPcm; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Encoder.c | 175 OMX_IN OMX_U32 nIndex); 308 pInPortFormat->nIndex = OMX_IndexParamAudioPcm; 317 pOutPortFormat->nIndex = OMX_IndexParamAudioPcm; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDecoder.c | 168 OMX_IN OMX_U32 nIndex); 343 pComponentPrivate->sInPortFormat.nIndex = 0; 348 pComponentPrivate->sOutPortFormat.nIndex = 1; [all...] |
/frameworks/native/include/media/openmax/ |
OMX_Audio.h | 141 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ [all...] |
/hardware/qcom/media/mm-core/inc/ |
OMX_Audio.h | 124 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Audio.h | 123 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
OMX_Audio.h | 123 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Audio.h | 123 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
[all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Audio.h | 123 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */ [all...] |
/hardware/ti/omap4xxx/domx/omx_core/src/ |
OMX_Core.c | 519 * Description: This method will provide the name of the component at the given nIndex 522 * @param[out] cComponentName The name of the component at nIndex 524 * @param[in] nIndex The index number of the component 532 cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) 540 if (nIndex >= tableCount) 545 strcpy(cComponentName, componentTable[nIndex].name);
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
SoftAACEncoder.cpp | 161 if (formatParams->nIndex > 0) { 250 if (formatParams->nIndex > 0) {
|
SoftAACEncoder2.cpp | 127 if (formatParams->nIndex > 0) { 216 if (formatParams->nIndex > 0) {
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
SoftAMRWBEncoder.cpp | 162 if (formatParams->nIndex > 0) { 247 if (formatParams->nIndex > 0) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Decoder.c | 177 OMX_IN OMX_U32 nIndex); 393 pPortFormat->nIndex = OMX_IndexParamAudioPcm; 400 pPortFormat->nIndex = OMX_IndexParamAudioPcm; 701 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > 712 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Decoder.c | 179 OMX_IN OMX_U32 nIndex); 396 pPortFormat->nIndex = OMX_IndexParamAudioPcm; 403 pPortFormat->nIndex = OMX_IndexParamAudioPcm; 722 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > 733 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/ |
Exynos_OMX_H264dec.c | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/ |
Exynos_OMX_Mpeg4dec.c | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/ |
Exynos_OMX_Vp8dec.c | [all...] |
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/ |
Exynos_OMX_H264enc.c | [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDecoder.c | 257 OMX_IN OMX_U32 nIndex); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Encoder.c | 165 OMX_IN OMX_U32 nIndex); 311 pPortFormat->nIndex = OMX_IndexParamAudioPcm; 320 pPortFormat->nIndex = OMX_IndexParamAudioPcm; 683 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > 693 if(((OMX_AUDIO_PARAM_PORTFORMATTYPE *)(ComponentParameterStructure))->nIndex > [all...] |