Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/client/
DAAudioFlowGraph.h113 void setRampLengthInFrames(int32_t numFrames);
DAAudioFlowGraph.cpp197 void AAudioFlowGraph::setRampLengthInFrames(int32_t numFrames) { in setRampLengthInFrames() function in AAudioFlowGraph
DAudioStreamInternalPlay.cpp71 mFlowGraph.setRampLengthInFrames(numFrames); in open()