Home
last modified time | relevance | path

Searched refs:ChannelCountConverter (Results 1 – 7 of 7) sorted by relevance

/external/oboe/src/flowgraph/
DChannelCountConverter.cpp23 ChannelCountConverter::ChannelCountConverter( in ChannelCountConverter() function in ChannelCountConverter
30 ChannelCountConverter::~ChannelCountConverter() { } in ~ChannelCountConverter()
32 int32_t ChannelCountConverter::onProcess(int32_t numFrames) { in onProcess()
DChannelCountConverter.h33 class ChannelCountConverter : public FlowGraphNode {
35 explicit ChannelCountConverter(
39 virtual ~ChannelCountConverter();
/external/oboe/src/common/
DDataConversionFlowGraph.cpp159 mChannelCountConverter = std::make_unique<ChannelCountConverter>( in configure()
189 mChannelCountConverter = std::make_unique<ChannelCountConverter>( in configure()
DDataConversionFlowGraph.h74 std::unique_ptr<flowgraph::ChannelCountConverter> mChannelCountConverter;
/external/oboe/
DCMakeLists.txt30 src/flowgraph/ChannelCountConverter.cpp
DAndroid.bp77 "src/flowgraph/ChannelCountConverter.cpp",
/external/skia/third_party/oboe/
DBUILD.gn54 "../externals/oboe/src/flowgraph/ChannelCountConverter.cpp",