Home | History | Annotate | Download | only in tests

Lines Matching full:audioresampler

39 #include <media/AudioResampler.h>
55 android::AudioBufferProvider *provider, android::AudioResampler *resampler)
88 enum android::AudioResampler::src_quality quality)
110 android::AudioResampler* resampler;
112 resampler = android::AudioResampler::create(format, channels, outputFreq, quality);
114 resampler->setVolume(android::AudioResampler::UNITY_GAIN_FLOAT,
115 android::AudioResampler::UNITY_GAIN_FLOAT);
130 resampler = android::AudioResampler::create(format, channels, outputFreq, quality);
132 resampler->setVolume(android::AudioResampler::UNITY_GAIN_FLOAT,
133 android::AudioResampler::UNITY_GAIN_FLOAT);
180 enum android::AudioResampler::src_quality quality)
196 android::AudioResampler* resampler;
198 resampler = android::AudioResampler::create(
202 resampler->setVolume(android::AudioResampler::UNITY_GAIN_FLOAT,
203 android::AudioResampler::UNITY_GAIN_FLOAT);
255 static const enum android::AudioResampler::src_quality kQualityArray[] = {
256 android::AudioResampler::LOW_QUALITY,
257 android::AudioResampler::MED_QUALITY,
258 android::AudioResampler::HIGH_QUALITY,
259 android::AudioResampler::VERY_HIGH_QUALITY,
260 android::AudioResampler::DYN_LOW_QUALITY,
261 android::AudioResampler::DYN_MED_QUALITY,
262 android::AudioResampler::DYN_HIGH_QUALITY,
272 static const enum android::AudioResampler::src_quality kQualityArray[] = {
273 // android::AudioResampler::LOW_QUALITY,
274 android::AudioResampler::MED_QUALITY,
275 android::AudioResampler::HIGH_QUALITY,
276 android::AudioResampler::VERY_HIGH_QUALITY,
277 android::AudioResampler::DYN_LOW_QUALITY,
278 android::AudioResampler::DYN_MED_QUALITY,
279 android::AudioResampler::DYN_HIGH_QUALITY,
289 static const enum android::AudioResampler::src_quality kQualityArray[] = {
290 android::AudioResampler::DYN_LOW_QUALITY,
291 android::AudioResampler::DYN_MED_QUALITY,
292 android::AudioResampler::DYN_HIGH_QUALITY,
302 static const enum android::AudioResampler::src_quality kQualityArray[] = {
303 android::AudioResampler::DYN_LOW_QUALITY,
304 android::AudioResampler::DYN_MED_QUALITY,
305 android::AudioResampler::DYN_HIGH_QUALITY,
321 static const enum android::AudioResampler::src_quality kQualityArray[] = {
322 //android::AudioResampler::LOW_QUALITY,
323 //android::AudioResampler::MED_QUALITY,
324 //android::AudioResampler::HIGH_QUALITY,
325 //android::AudioResampler::VERY_HIGH_QUALITY,
326 android::AudioResampler::DYN_LOW_QUALITY,
327 android::AudioResampler::DYN_MED_QUALITY,
328 android::AudioResampler::DYN_HIGH_QUALITY,
349 static const enum android::AudioResampler::src_quality kQualityArray[] = {
350 //android::AudioResampler::LOW_QUALITY,
351 //android::AudioResampler::MED_QUALITY,
352 //android::AudioResampler::HIGH_QUALITY,
353 //android::AudioResampler::VERY_HIGH_QUALITY,
354 android::AudioResampler::DYN_LOW_QUALITY,
355 android::AudioResampler::DYN_MED_QUALITY,
356 android::AudioResampler::DYN_HIGH_QUALITY,
377 static const enum android::AudioResampler::src_quality kQualityArray[] = {
378 //android::AudioResampler::LOW_QUALITY,
379 //android::AudioResampler::MED_QUALITY,
380 //android::AudioResampler::HIGH_QUALITY,
381 //android::AudioResampler::VERY_HIGH_QUALITY,
382 android::AudioResampler::DYN_LOW_QUALITY,
383 android::AudioResampler::DYN_MED_QUALITY,
384 android::AudioResampler::DYN_HIGH_QUALITY,
405 static const enum android::AudioResampler::src_quality kQualityArray[] = {
406 //android::AudioResampler::LOW_QUALITY,
407 //android::AudioResampler::MED_QUALITY,
408 //android::AudioResampler::HIGH_QUALITY,
409 //android::AudioResampler::VERY_HIGH_QUALITY,
410 android::AudioResampler::DYN_LOW_QUALITY,
411 android::AudioResampler::DYN_MED_QUALITY,
412 android::AudioResampler::DYN_HIGH_QUALITY,
433 static const enum android::AudioResampler::src_quality kQualityArray[] = {
434 //android::AudioResampler::LOW_QUALITY,
435 //android::AudioResampler::MED_QUALITY,
436 //android::AudioResampler::HIGH_QUALITY,
437 //android::AudioResampler::VERY_HIGH_QUALITY,
438 android::AudioResampler::DYN_LOW_QUALITY,
439 android::AudioResampler::DYN_MED_QUALITY,
440 android::AudioResampler::DYN_HIGH_QUALITY,
461 static const enum android::AudioResampler::src_quality kQualityArray[] = {
462 //android::AudioResampler::LOW_QUALITY,
463 //android::AudioResampler::MED_QUALITY,
464 //android::AudioResampler::HIGH_QUALITY,
465 //android::AudioResampler::VERY_HIGH_QUALITY,
466 android::AudioResampler::DYN_LOW_QUALITY,
467 android::AudioResampler::DYN_MED_QUALITY,
468 android::AudioResampler::DYN_HIGH_QUALITY,