Searched defs:drc (Results 1 - 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/ |
H A D | ACodec.cpp | 2009 drcParams_t drc; local 2027 if (!msg->findInt32("aac-encoded-target-level", &drc.encodedTargetLevel)) { 2029 drc.encodedTargetLevel = -1; 2031 if (!msg->findInt32("aac-drc-cut-level", &drc.drcCut)) { 2033 drc.drcCut = -1; 2035 if (!msg->findInt32("aac-drc-boost-level", &drc.drcBoost)) { 2037 drc.drcBoost = -1; 2039 if (!msg->findInt32("aac-drc 2293 setupAACCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode, int32_t maxOutputChannelCount, const drcParams_t& drc, int32_t pcmLimiterEnable) argument [all...] |
Completed in 30 milliseconds