Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/src/flowgraph/
H A DRampLinear.h40 void setLengthInFrames(int32_t frames);
H A DRampLinear.cpp34 void RampLinear::setLengthInFrames(int32_t frames) { in setLengthInFrames() function in RampLinear
/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAAudioFlowGraph.cpp124 mVolumeRamp->setLengthInFrames(numFrames); in setRampLengthInFrames()
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_flowgraph.cpp88 rampLinear.setLengthInFrames(rampSize); in TEST()