Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dbiquad_filter.cpp52 int procChannelCount = 2; in main() local
75 procChannelCount = atoi(argv[i] + 4); in main()
76 if (procChannelCount < 1 || procChannelCount > 8) { in main()
105 const int maxChannelCount = std::max(fileChannelCount, procChannelCount); in main()
109 std::vector<float> floatIn(frameLength * procChannelCount); in main()
110 std::vector<float> floatOut(frameLength * procChannelCount); in main()
113 BiquadFilter biquadFilter(procChannelCount); in main()
121 if (fileChannelCount != procChannelCount) { in main()
123 procChannelCount, sizeof(short), in main()
127 frameLength * procChannelCount); in main()
[all …]