Lines Matching refs:mResampler
55 , mResampler(NULL) in AudioStreamIn()
164 if (mResampler) { in standby_l()
165 release_resampler(mResampler); in standby_l()
166 mResampler = NULL; in standby_l()
378 if (mResampler) { in startInputStream_l()
379 release_resampler(mResampler); in startInputStream_l()
380 mResampler = NULL; in startInputStream_l()
390 &mResampler); in startInputStream_l()
413 if (mResampler) { in readFrames_l()
416 mResampler->resample_from_provider( in readFrames_l()
417 mResampler, in readFrames_l()