History log of /frameworks/av/services/audioflinger/tests/resampler_tests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6b3b7e304e0f8f167241b2c75f1eb04a9ef192ec 29-Mar-2015 Andy Hung <hunga@google.com> Return number of frames output from resample method

Change-Id: Ic297e2ed59839f1788c83e099ef1a9e4af29591f
/frameworks/av/services/audioflinger/tests/resampler_tests.cpp
a4daf0b4f934b800a49f199fb8c09409391c8fc0 29-Jul-2014 Glenn Kasten <gkasten@google.com> Fix build warnings

Change-Id: Ife5e40264f43fb3ccb40830228701003fe106bf5
/frameworks/av/services/audioflinger/tests/resampler_tests.cpp
42b011166ece30969667e0ff9dcf4832568c9c1a 20-Jul-2014 Andy Hung <hunga@google.com> Fix multichannel integer resampling and add tests

Change-Id: I384bf8317d4f03616bf9f2b458a8700965d5cf56
/frameworks/av/services/audioflinger/tests/resampler_tests.cpp
5e58b0abe5b6c8f5bd96a8f78bbeeeb4d3892020 24-Jun-2014 Andy Hung <hunga@google.com> Add floating point volume handling to AudioMixer

Use floating point volume in AudioMixer mixing when floating
point input is used with the new mixer engine.
AudioResampler is updated to take floating point volume to match.
Both legacy integer and floating point mixer engines work.

For now, integer volume is used when the new mixer engine
runs in integer input mode, for backward compatibility with
the legacy mixer. The new mixer engine will generally run in
floating point input mode. When the legacy path is removed,
the integer volumes will be removed.

Change-Id: I79e80c292ae7c8b8bdd0aa371a1b2c3a1b618290
/frameworks/av/services/audioflinger/tests/resampler_tests.cpp
3348e36c51e91e78020bcc6578eda83d97c31bec 07-Jul-2014 Andy Hung <hunga@google.com> Replace int bitDepth with audio_format_t in Resampler

Remove mBitDepth from class (not used).
Replace with audio_format_t in factory method to distinguish
between float and pcm 16-bit.

Change-Id: I166860796c68285077ef4458d8758d19b82523f9
/frameworks/av/services/audioflinger/tests/resampler_tests.cpp
075abae2a954bf3edf18ad1705c2c0f188454ae0 10-Apr-2014 Andy Hung <hunga@google.com> Add and enable multichannel for audio resampler

Change-Id: I2b86fb73d70abc4c456f7567270a888086b301d4
Signed-off-by: Andy Hung <hunga@google.com>
/frameworks/av/services/audioflinger/tests/resampler_tests.cpp
c0e5ec8e2d8db15b97094374d0a248e041304b62 17-Jun-2014 Andy Hung <hunga@google.com> Extract out test utility functions from resampler_tests

These will be used for mixer tests later.

Change-Id: I22b1c89857058cfb2450afe15e80d6c9306a31f1
/frameworks/av/services/audioflinger/tests/resampler_tests.cpp
546734b3ab577d46afe863515104a062e88a109b 02-Apr-2014 Andy Hung <hunga@google.com> Add tests directory for AudioFlinger

Native tests for audio resampler through gtest framework.

Change-Id: Ia340ca51f9b9b78d67e03e3541e4462b98578c95
/frameworks/av/services/audioflinger/tests/resampler_tests.cpp