Home
last modified time | relevance | path

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

/external/oboe/src/flowgraph/resampler/
DSincResamplerStereo.h26 class SincResamplerStereo : public SincResampler {
28 explicit SincResamplerStereo(const MultiChannelResampler::Builder &builder);
30 virtual ~SincResamplerStereo() = default;
DSincResamplerStereo.cpp26 SincResamplerStereo::SincResamplerStereo(const MultiChannelResampler::Builder &builder) in SincResamplerStereo() function in SincResamplerStereo
31 void SincResamplerStereo::writeFrame(const float *frame) { in writeFrame()
49 void SincResamplerStereo::readFrame(float *frame) { in readFrame()
DMultiChannelResampler.cpp101 return new SincResamplerStereo(*this); in build()
/external/oboe/
DCMakeLists.txt50 src/flowgraph/resampler/SincResamplerStereo.cpp
DAndroid.bp97 "src/flowgraph/resampler/SincResamplerStereo.cpp",
/external/skia/third_party/oboe/
DBUILD.gn75 "../externals/oboe/src/flowgraph/resampler/SincResamplerStereo.cpp",