Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_flowgraph.cpp84 RampLinear rampLinear{1}; in TEST() local
87 rampLinear.input.setValue(value); in TEST()
88 rampLinear.setLengthInFrames(rampSize); in TEST()
89 rampLinear.setTarget(target); in TEST()
90 rampLinear.forceCurrent(0.0f); in TEST()
92 rampLinear.output.connect(&sinkFloat.input); in TEST()