HomeSort by relevance Sort by last modified time
    Searched refs:eAACProfile (Results 1 - 16 of 16) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder2.cpp 151 aacParams->eAACProfile = (OMX_AUDIO_AACPROFILETYPE) mAACProfile;
242 if (aacParams->eAACProfile != OMX_AUDIO_AACObjectNull) {
243 mAACProfile = aacParams->eAACProfile;
SoftAACEncoder.cpp 185 aacParams->eAACProfile = OMX_AUDIO_AACObjectMain;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 324 if (pComponentPrivate->aacParams->eAACProfile == OMX_AUDIO_AACObjectHE){
326 } else if (pComponentPrivate->aacParams->eAACProfile == OMX_AUDIO_AACObjectHE_PS){
    [all...]
OMX_AacDecoder.c 455 aac_ip->eAACProfile = OMX_AUDIO_AACObjectLC;
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 173 aacParams->eAACProfile = OMX_AUDIO_AACObjectMain;
  /frameworks/native/include/media/openmax/
OMX_Audio.h 309 OMX_AUDIO_AACPROFILETYPE eAACProfile; /**< AAC profile enumeration */
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Audio.h 290 OMX_AUDIO_AACPROFILETYPE eAACProfile; /**< AAC profile enumeration */
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Audio.h 290 OMX_AUDIO_AACPROFILETYPE eAACProfile; /**< AAC profile enumeration */
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Audio.h 290 OMX_AUDIO_AACPROFILETYPE eAACProfile; /**< AAC profile enumeration */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h 290 OMX_AUDIO_AACPROFILETYPE eAACProfile; /**< AAC profile enumeration */
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Audio.h 290 OMX_AUDIO_AACPROFILETYPE eAACProfile; /**< AAC profile enumeration */
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 208 pComponentPrivate->nObjectType = pComponentPrivate->aacParams[OUTPUT_PORT]->eAACProfile; /*Object Type */
    [all...]
OMX_AacEncoder.c 214 aac_op->eAACProfile = OMX_AUDIO_AACObjectLC;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]

Completed in 443 milliseconds