Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_flowgraph.cpp79 constexpr int rampSize = 5; in TEST() local
88 rampLinear.setLengthInFrames(rampSize); in TEST()
98 for (; i < rampSize; i++) { in TEST()
99 float expected = i * value * target / rampSize; in TEST()