Searched refs:FlowGraphFilter (Results 1 – 11 of 11) sorted by relevance
432 class FlowGraphFilter : public FlowGraphNode {434 explicit FlowGraphFilter(int32_t channelCount) in FlowGraphFilter() function439 virtual ~FlowGraphFilter() = default;
25 : FlowGraphFilter(channelCount) { in ClipToRange()
29 class SampleRateConverter : public FlowGraphFilter {
34 class ClipToRange : public FlowGraphFilter {
37 class RampLinear : public FlowGraphFilter {
23 : FlowGraphFilter(channelCount) in SampleRateConverter()
25 : FlowGraphFilter(channelCount) { in RampLinear()
22 : FlowGraphFilter(1) { in ExponentialShape()
23 : FlowGraphFilter(1) { in LinearShape()
26 class LinearShape : public oboe::flowgraph::FlowGraphFilter {
28 class ExponentialShape : public oboe::flowgraph::FlowGraphFilter {