Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResampler.cpp146 static const uint32_t maxMHz = 130; // an arbitrary number that permits 3 VHQ, should be tunable variable
181 if ((qualityIsSupported(quality) && newMHz <= maxMHz) || atFinalQuality) { in create()