Home
last modified time | relevance | path

Searched refs:heavyCompression (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h465 int32_t heavyCompression; member
/frameworks/av/media/libstagefright/
DACodec.cpp2157 if (!msg->findInt32("aac-drc-heavy-compression", &drc.heavyCompression)) { in configureCodec()
2159 drc.heavyCompression = -1; in configureCodec()
2835 presentation.nHeavyCompression = drc.heavyCompression; in setupAACCodec()