Home
last modified time | relevance | path

Searched refs:FlowGraphFilter (Results 1 – 11 of 11) sorted by relevance

/external/oboe/src/flowgraph/
DFlowGraphNode.h432 class FlowGraphFilter : public FlowGraphNode {
434 explicit FlowGraphFilter(int32_t channelCount) in FlowGraphFilter() function
439 virtual ~FlowGraphFilter() = default;
DClipToRange.cpp25 : FlowGraphFilter(channelCount) { in ClipToRange()
DSampleRateConverter.h29 class SampleRateConverter : public FlowGraphFilter {
DClipToRange.h34 class ClipToRange : public FlowGraphFilter {
DRampLinear.h37 class RampLinear : public FlowGraphFilter {
DSampleRateConverter.cpp23 : FlowGraphFilter(channelCount) in SampleRateConverter()
DRampLinear.cpp25 : FlowGraphFilter(channelCount) { in RampLinear()
/external/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
DExponentialShape.cpp22 : FlowGraphFilter(1) { in ExponentialShape()
DLinearShape.cpp23 : FlowGraphFilter(1) { in LinearShape()
DLinearShape.h26 class LinearShape : public oboe::flowgraph::FlowGraphFilter {
DExponentialShape.h28 class ExponentialShape : public oboe::flowgraph::FlowGraphFilter {