HomeSort by relevance Sort by last modified time
    Searched full:drc_profile (Results 1 - 4 of 4) sorted by null

  /external/aac/libAACenc/src/
metadata_compressor.h 104 typedef enum DRC_PROFILE {
113 } DRC_PROFILE;
170 const DRC_PROFILE profileLine,
171 const DRC_PROFILE profileRF,
222 const DRC_PROFILE profileLine,
223 const DRC_PROFILE profileRF
234 DRC_PROFILE FDK_DRC_Generator_getDrcProfile(
246 DRC_PROFILE FDK_DRC_Generator_getCompProfile(
metadata_main.cpp 119 AACENC_METADATA_DRC_PROFILE drc_profile; member in struct:AAC_METADATA::__anon2076
240 static DRC_PROFILE convertProfile(AACENC_METADATA_DRC_PROFILE aacProfile)
242 DRC_PROFILE drcProfile = DRC_NONE;
492 DRC_PROFILE profileDrc = convertProfile(pMetadata->mpegDrc.drc_profile);
493 DRC_PROFILE profileComp = convertProfile(pMetadata->etsiAncData.comp_profile);
824 pAacMetaData->mpegDrc.drc_profile = hMetadata->drc_profile;
metadata_compressor.cpp 167 DRC_PROFILE profile[2]; /*!< DRC profile. */
476 const DRC_PROFILE profileLine,
477 const DRC_PROFILE profileRF,
582 const DRC_PROFILE profileLine,
583 const DRC_PROFILE profileRF
    [all...]
  /external/aac/libAACenc/include/
aacenc_lib.h 282 AACENC_MetaData::drc_profile and and AACENC_MetaData::comp_profile.
783 AACENC_METADATA_DRC_PROFILE drc_profile; \/*!< MPEG DRC compression profile. See ::AACENC_METADATA_DRC_PROFILE. *\/ member in struct:__anon2030
    [all...]

Completed in 94 milliseconds