Home
last modified time | relevance | path

Searched refs:flowgraph (Results 1 - 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/src/common/
H A DDataConversionFlowGraph.h24 #include <flowgraph/ChannelCountConverter.h>
25 #include <flowgraph/MonoToMultiConverter.h>
26 #include <flowgraph/MultiToMonoConverter.h>
27 #include <flowgraph/SampleRateConverter.h>
70 std::unique_ptr<flowgraph::FlowGraphSourceBuffered> mSource;
72 std::unique_ptr<flowgraph::MonoToMultiConverter> mMonoToMultiConverter;
73 std::unique_ptr<flowgraph::MultiToMonoConverter> mMultiToMonoConverter;
74 std::unique_ptr<flowgraph::ChannelCountConverter> mChannelCountConverter;
76 std::unique_ptr<flowgraph::SampleRateConverter> mRateConverter;
77 std::unique_ptr<flowgraph
[all...]
H A DDataConversionFlowGraph.cpp24 #include <flowgraph/ClipToRange.h>
25 #include <flowgraph/MonoToMultiConverter.h>
26 #include <flowgraph/MultiToMonoConverter.h>
27 #include <flowgraph/RampLinear.h>
28 #include <flowgraph/SinkFloat.h>
29 #include <flowgraph/SinkI16.h>
30 #include <flowgraph/SinkI24.h>
31 #include <flowgraph/SourceFloat.h>
32 #include <flowgraph/SourceI16.h>
33 #include <flowgraph/SourceI2
[all...]
H A DSourceFloatCaller.cpp19 #include "flowgraph/FlowGraphNode.h"
23 using namespace flowgraph;
H A DAudioSourceCaller.cpp20 using namespace flowgraph;
H A DSourceI16Caller.cpp19 #include "flowgraph/FlowGraphNode.h"
27 using namespace flowgraph;
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
H A DOscillatorBase.h20 #include "flowgraph/FlowGraphNode.h"
32 class OscillatorBase : public oboe::flowgraph::FlowGraphNode {
64 oboe::flowgraph::FlowGraphPortFloatInput frequency;
71 oboe::flowgraph::FlowGraphPortFloatInput amplitude;
73 oboe::flowgraph::FlowGraphPortFloatOutput output;
H A DOscillatorBase.cpp19 using namespace oboe::flowgraph;
H A DExponentialShape.h21 #include "flowgraph/FlowGraphNode.h"
28 class ExponentialShape : public oboe::flowgraph::FlowGraphFilter {
H A DLinearShape.cpp20 using namespace oboe::flowgraph;
H A DLinearShape.h21 #include "flowgraph/FlowGraphNode.h"
26 class LinearShape : public oboe::flowgraph::FlowGraphFilter {
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H A DManyToMultiConverter.h27 namespace flowgraph { namespace
32 class ManyToMultiConverter : public flowgraph::FlowGraphNode {
42 std::vector<std::unique_ptr<flowgraph::FlowGraphPortFloatInput>> inputs;
43 flowgraph::FlowGraphPortFloatOutput output;
52 } /* namespace flowgraph */
H A DSinkFloat.h27 namespace flowgraph { namespace
43 } /* namespace flowgraph */
H A DSinkI16.h26 namespace flowgraph { namespace
42 } /* namespace flowgraph */
H A DSinkI24.h26 namespace flowgraph { namespace
43 } /* namespace flowgraph */
H A DSourceFloat.h26 namespace flowgraph { namespace
42 } /* namespace flowgraph */
H A DSourceI16.h26 namespace flowgraph { namespace
41 } /* namespace flowgraph */
H A DSourceI24.h26 namespace flowgraph { namespace
42 } /* namespace flowgraph */
H A DChannelCountConverter.h26 namespace flowgraph { namespace
51 } /* namespace flowgraph */
H A DMonoToMultiConverter.h26 namespace flowgraph { namespace
48 } /* namespace flowgraph */
H A DMultiToMonoConverter.cpp21 using namespace FLOWGRAPH_OUTER_NAMESPACE::flowgraph;
H A DMultiToMonoConverter.h26 namespace flowgraph { namespace
48 } /* namespace flowgraph */
H A DChannelCountConverter.cpp21 using namespace FLOWGRAPH_OUTER_NAMESPACE::flowgraph;
H A DClipToRange.cpp22 using namespace FLOWGRAPH_OUTER_NAMESPACE::flowgraph;
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DAudioStreamGateway.h22 #include "flowgraph/FlowGraphNode.h"
26 using namespace oboe::flowgraph;
29 * Bridge between an audio flowgraph and an audio device.
37 void setAudioSink(std::shared_ptr<oboe::flowgraph::FlowGraphSink> sink) { in setAudioSink()
51 std::shared_ptr<oboe::flowgraph::FlowGraphSink> mAudioSink;
H A DAudioStreamGateway.cpp24 using namespace oboe::flowgraph;

Completed in 6 milliseconds

12