Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.h183 int32_t mPropertyHalfFilterLength = 32; variable
DAudioResamplerDyn.cpp197 mPropertyHalfFilterLength = property_get_int32( in AudioResamplerDyn()
198 "ro.audio.resampler.psd.halflength", mPropertyHalfFilterLength); in AudioResamplerDyn()
380 halfLength = mPropertyHalfFilterLength; in setSampleRate()