Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dmetadata_compressor.h116 typedef enum DRC_PROFILE { enum
126 } DRC_PROFILE; typedef
179 const DRC_PROFILE profileLine,
180 const DRC_PROFILE profileRF,
234 const DRC_PROFILE profileLine,
235 const DRC_PROFILE profileRF);
244 DRC_PROFILE FDK_DRC_Generator_getDrcProfile(const HDRC_COMP drcComp);
253 DRC_PROFILE FDK_DRC_Generator_getCompProfile(const HDRC_COMP drcComp);
Dmetadata_compressor.cpp167 DRC_PROFILE profile[2]; /*!< DRC profile. */
1030 const DRC_PROFILE profileLine, in FDK_DRC_Generator_Initialize()
1031 const DRC_PROFILE profileRF, in FDK_DRC_Generator_Initialize()
1175 const DRC_PROFILE profileLine, in FDK_DRC_Generator_setDrcProfile()
1176 const DRC_PROFILE profileRF) { in FDK_DRC_Generator_setDrcProfile()
1573 DRC_PROFILE FDK_DRC_Generator_getDrcProfile(const HDRC_COMP drcComp) { in FDK_DRC_Generator_getDrcProfile()
1577 DRC_PROFILE FDK_DRC_Generator_getCompProfile(const HDRC_COMP drcComp) { in FDK_DRC_Generator_getCompProfile()
Dmetadata_main.cpp275 static DRC_PROFILE convertProfile(AACENC_METADATA_DRC_PROFILE aacProfile) { in convertProfile()
276 DRC_PROFILE drcProfile = DRC_NONE; in convertProfile()
599 DRC_PROFILE profileDrc; in ProcessCompressor()
600 DRC_PROFILE profileComp; in ProcessCompressor()