HomeSort by relevance Sort by last modified time
    Searched refs:nIndex (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 127 if (formatParams->nIndex > 0) {
209 if (formatParams->nIndex > 0) {
  /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/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 298 if (formatParams->nIndex >= kNumberOfSupportedColorFormats) {
303 if (formatParams->nIndex == 0) {
305 } else if (formatParams->nIndex == 1) {
  /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 123 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) {
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 160 if (formatParams->nIndex != 0) {
210 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...]

Completed in 4146 milliseconds

1 23 4 5