Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/flowgraph/
DRampLinear.h48 void setLengthInFrames(int32_t frames);
DRampLinear.cpp29 void RampLinear::setLengthInFrames(int32_t frames) { in setLengthInFrames() function in RampLinear
/frameworks/av/media/libaaudio/src/client/
DAAudioFlowGraph.cpp199 ramp->setLengthInFrames(numFrames); in setRampLengthInFrames()
/frameworks/av/media/libaaudio/tests/
Dtest_flowgraph.cpp244 rampLinear.setLengthInFrames(rampSize); in TEST()