Searched defs:profileLine (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp476 const DRC_PROFILE profileLine,
496 if (FDK_DRC_Generator_setDrcProfile(drcComp, profileLine, profileRF)!=0) { /* expects initialized blockLength and sampleRate */
593 const DRC_PROFILE profileLine,
599 drcComp->profile[0] = profileLine;
474 FDK_DRC_Generator_Initialize( HDRC_COMP drcComp, const DRC_PROFILE profileLine, const DRC_PROFILE profileRF, const INT blockLength, const UINT sampleRate, const CHANNEL_MODE channelMode, const CHANNEL_ORDER channelOrder, const UCHAR useWeighting ) argument
591 FDK_DRC_Generator_setDrcProfile( HDRC_COMP drcComp, const DRC_PROFILE profileLine, const DRC_PROFILE profileRF ) argument

Completed in 388 milliseconds