Lines Matching refs:Best
574 MultiChannelResampler::Quality::Best in TEST()
648 MultiChannelResampler::Quality::Best in TEST()
671 case MultiChannelResampler::Quality::Best: return "BEST"; in resamplerQualityToString()
700 TestFlowgraphResamplerParams({8000, 11025, MultiChannelResampler::Quality::Best}),
701 TestFlowgraphResamplerParams({8000, 48000, MultiChannelResampler::Quality::Best}),
702 TestFlowgraphResamplerParams({8000, 44100, MultiChannelResampler::Quality::Best}),
703 TestFlowgraphResamplerParams({11025, 24000, MultiChannelResampler::Quality::Best}),
710 TestFlowgraphResamplerParams({11025, 48000, MultiChannelResampler::Quality::Best}),
711 TestFlowgraphResamplerParams({11025, 44100, MultiChannelResampler::Quality::Best}),
712 TestFlowgraphResamplerParams({11025, 88200, MultiChannelResampler::Quality::Best}),
713 TestFlowgraphResamplerParams({16000, 48000, MultiChannelResampler::Quality::Best}),
715 TestFlowgraphResamplerParams({44100, 48000, MultiChannelResampler::Quality::Best}),
716 TestFlowgraphResamplerParams({48000, 11025, MultiChannelResampler::Quality::Best}),
717 TestFlowgraphResamplerParams({48000, 44100, MultiChannelResampler::Quality::Best}),
718 TestFlowgraphResamplerParams({44100, 11025, MultiChannelResampler::Quality::Best})),