Searched refs:drc (Results 1 – 2 of 2) sorted by relevance
2120 drcParams_t drc; in configureCodec() local2138 if (!msg->findInt32("aac-encoded-target-level", &drc.encodedTargetLevel)) { in configureCodec()2140 drc.encodedTargetLevel = -1; in configureCodec()2142 if (!msg->findInt32("aac-drc-cut-level", &drc.drcCut)) { in configureCodec()2144 drc.drcCut = -1; in configureCodec()2146 if (!msg->findInt32("aac-drc-boost-level", &drc.drcBoost)) { in configureCodec()2148 drc.drcBoost = -1; in configureCodec()2150 if (!msg->findInt32("aac-drc-heavy-compression", &drc.heavyCompression)) { in configureCodec()2152 drc.heavyCompression = -1; in configureCodec()2154 if (!msg->findInt32("aac-target-ref-level", &drc.targetRefLevel)) { in configureCodec()[all …]
475 int32_t maxOutputChannelCount, const drcParams_t& drc,