Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DMultiChannelResampler.cpp89 bool usePolyphase = (getNumTaps() * ratio.getDenominator()) <= kMaxCoefficients; in build() local
90 if (usePolyphase) { in build()