Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java1299 int overall_max = 0; in getMaxInputChannelCount() local
1302 if (lmax > overall_max) { in getMaxInputChannelCount()
1303 overall_max = lmax; in getMaxInputChannelCount()
1306 return overall_max; in getMaxInputChannelCount()