Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dbiquad_filter.cpp104 const size_t frameLength = 256; in main() local
107 std::vector<short> in(frameLength * maxChannelCount); in main()
108 std::vector<short> out(frameLength * maxChannelCount); in main()
109 std::vector<float> floatIn(frameLength * procChannelCount); in main()
110 std::vector<float> floatOut(frameLength * procChannelCount); in main()
119 while (fread(in.data(), ioFrameSize, frameLength, finp.get()) == in main()
120 frameLength) { in main()
124 frameLength * ioFrameSize); in main()
127 frameLength * procChannelCount); in main()
129 biquadFilter.process(floatOut.data(), floatIn.data(), frameLength); in main()
[all …]