Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/
DRampLinear.cpp24 RampLinear::RampLinear(int32_t channelCount) in RampLinear() function in RampLinear
29 void RampLinear::setLengthInFrames(int32_t frames) { in setLengthInFrames()
33 void RampLinear::setTarget(float target) { in setTarget()
37 float RampLinear::interpolateCurrent() { in interpolateCurrent()
41 int32_t RampLinear::onProcess(int32_t numFrames) { in onProcess()
DRampLinear.h37 class RampLinear : public FlowGraphFilter {
39 explicit RampLinear(int32_t channelCount);
41 virtual ~RampLinear() = default;
/external/oboe/tests/
DtestFlowgraph.cpp88 RampLinear rampLinear{1}; in TEST()
/external/oboe/
DCMakeLists.txt35 src/flowgraph/RampLinear.cpp
DAndroid.bp82 "src/flowgraph/RampLinear.cpp",
/external/skia/third_party/oboe/
DBUILD.gn60 "../externals/oboe/src/flowgraph/RampLinear.cpp",