Home
last modified time | relevance | path

Searched refs:DRC_PROFILE (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACenc/src/
Dmetadata_compressor.h104 typedef enum DRC_PROFILE { enum
113 } DRC_PROFILE; typedef
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(
Dmetadata_compressor.cpp167 DRC_PROFILE profile[2]; /*!< DRC profile. */
476 const DRC_PROFILE profileLine, in FDK_DRC_Generator_Initialize()
477 const DRC_PROFILE profileRF, in FDK_DRC_Generator_Initialize()
593 const DRC_PROFILE profileLine, in FDK_DRC_Generator_setDrcProfile()
594 const DRC_PROFILE profileRF in FDK_DRC_Generator_setDrcProfile()
1028 DRC_PROFILE FDK_DRC_Generator_getDrcProfile(const HDRC_COMP drcComp) in FDK_DRC_Generator_getDrcProfile()
1033 DRC_PROFILE FDK_DRC_Generator_getCompProfile(const HDRC_COMP drcComp) in FDK_DRC_Generator_getCompProfile()
Dmetadata_main.cpp240 static DRC_PROFILE convertProfile(AACENC_METADATA_DRC_PROFILE aacProfile) in convertProfile()
242 DRC_PROFILE drcProfile = DRC_NONE; in convertProfile()
492 DRC_PROFILE profileDrc = convertProfile(pMetadata->mpegDrc.drc_profile); in ProcessCompressor()
493 DRC_PROFILE profileComp = convertProfile(pMetadata->etsiAncData.comp_profile); in ProcessCompressor()