Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dbiquad_filter.cpp105 const int maxChannelCount = std::max(fileChannelCount, procChannelCount); in main() local
107 std::vector<short> in(frameLength * maxChannelCount); in main()
108 std::vector<short> out(frameLength * maxChannelCount); in main()