Home
last modified time | relevance | path

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

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