Home | History | Annotate | Download | only in tests

Lines Matching refs:AudioResampler

36 #include "AudioResampler.h"
41 android::AudioBufferProvider *provider, android::AudioResampler *resampler)
71 enum android::AudioResampler::src_quality quality)
93 android::AudioResampler* resampler;
95 resampler = android::AudioResampler::create(format, channels, outputFreq, quality);
97 resampler->setVolume(android::AudioResampler::UNITY_GAIN_FLOAT,
98 android::AudioResampler::UNITY_GAIN_FLOAT);
113 resampler = android::AudioResampler::create(format, channels, outputFreq, quality);
115 resampler->setVolume(android::AudioResampler::UNITY_GAIN_FLOAT,
116 android::AudioResampler::UNITY_GAIN_FLOAT);
163 enum android::AudioResampler::src_quality quality)
179 android::AudioResampler* resampler;
181 resampler = android::AudioResampler::create(
185 resampler->setVolume(android::AudioResampler::UNITY_GAIN_FLOAT,
186 android::AudioResampler::UNITY_GAIN_FLOAT);
236 static const enum android::AudioResampler::src_quality kQualityArray[] = {
237 android::AudioResampler::LOW_QUALITY,
238 android::AudioResampler::MED_QUALITY,
239 android::AudioResampler::HIGH_QUALITY,
240 android::AudioResampler::VERY_HIGH_QUALITY,
241 android::AudioResampler::DYN_LOW_QUALITY,
242 android::AudioResampler::DYN_MED_QUALITY,
243 android::AudioResampler::DYN_HIGH_QUALITY,
253 static const enum android::AudioResampler::src_quality kQualityArray[] = {
254 // android::AudioResampler::LOW_QUALITY,
255 android::AudioResampler::MED_QUALITY,
256 android::AudioResampler::HIGH_QUALITY,
257 android::AudioResampler::VERY_HIGH_QUALITY,
258 android::AudioResampler::DYN_LOW_QUALITY,
259 android::AudioResampler::DYN_MED_QUALITY,
260 android::AudioResampler::DYN_HIGH_QUALITY,
270 static const enum android::AudioResampler::src_quality kQualityArray[] = {
271 android::AudioResampler::DYN_LOW_QUALITY,
272 android::AudioResampler::DYN_MED_QUALITY,
273 android::AudioResampler::DYN_HIGH_QUALITY,
283 static const enum android::AudioResampler::src_quality kQualityArray[] = {
284 android::AudioResampler::DYN_LOW_QUALITY,
285 android::AudioResampler::DYN_MED_QUALITY,
286 android::AudioResampler::DYN_HIGH_QUALITY,
302 static const enum android::AudioResampler::src_quality kQualityArray[] = {
303 //android::AudioResampler::LOW_QUALITY,
304 //android::AudioResampler::MED_QUALITY,
305 //android::AudioResampler::HIGH_QUALITY,
306 //android::AudioResampler::VERY_HIGH_QUALITY,
307 android::AudioResampler::DYN_LOW_QUALITY,
308 android::AudioResampler::DYN_MED_QUALITY,
309 android::AudioResampler::DYN_HIGH_QUALITY,
330 static const enum android::AudioResampler::src_quality kQualityArray[] = {
331 //android::AudioResampler::LOW_QUALITY,
332 //android::AudioResampler::MED_QUALITY,
333 //android::AudioResampler::HIGH_QUALITY,
334 //android::AudioResampler::VERY_HIGH_QUALITY,
335 android::AudioResampler::DYN_LOW_QUALITY,
336 android::AudioResampler::DYN_MED_QUALITY,
337 android::AudioResampler::DYN_HIGH_QUALITY,
358 static const enum android::AudioResampler::src_quality kQualityArray[] = {
359 //android::AudioResampler::LOW_QUALITY,
360 //android::AudioResampler::MED_QUALITY,
361 //android::AudioResampler::HIGH_QUALITY,
362 //android::AudioResampler::VERY_HIGH_QUALITY,
363 android::AudioResampler::DYN_LOW_QUALITY,
364 android::AudioResampler::DYN_MED_QUALITY,
365 android::AudioResampler::DYN_HIGH_QUALITY,
386 static const enum android::AudioResampler::src_quality kQualityArray[] = {
387 //android::AudioResampler::LOW_QUALITY,
388 //android::AudioResampler::MED_QUALITY,
389 //android::AudioResampler::HIGH_QUALITY,
390 //android::AudioResampler::VERY_HIGH_QUALITY,
391 android::AudioResampler::DYN_LOW_QUALITY,
392 android::AudioResampler::DYN_MED_QUALITY,
393 android::AudioResampler::DYN_HIGH_QUALITY,