Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/tests/
Dtest_flowgraph.cpp233 constexpr int rampSize = 5; in TEST() local
244 rampLinear.setLengthInFrames(rampSize); in TEST()
256 const float incrementSize = (finalTarget - initialTarget) / rampSize; in TEST()
260 for (; i < rampSize; i++) { in TEST()