summaryrefslogtreecommitdiffstats
path: root/media/libeffects/lvm/lib/Eq
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2010-08-27 10:52:56 -0700
committerEric Laurent <elaurent@google.com>2010-08-27 11:54:39 -0700
commitd918324d44aa48b3b064ea9b87d0c520c38f15a9 (patch)
tree83632ad570c190d498d18a8e15f8301ae5171ace /media/libeffects/lvm/lib/Eq
parent14cc6fcf8803ae7289a1e342532c26fe257b3d3f (diff)
downloadframeworks_av-d918324d44aa48b3b064ea9b87d0c520c38f15a9.zip
frameworks_av-d918324d44aa48b3b064ea9b87d0c520c38f15a9.tar.gz
frameworks_av-d918324d44aa48b3b064ea9b87d0c520c38f15a9.tar.bz2
LVM release 1.07 delivery.
- Virtualizer now uses the correct control parameter, instead of reverberation - Volume smoothing for first frame has been added - Equalizer_setParameter now returns correct error code - Correcting Non-Linear compressor gain step noise during transitions and effect level changes - Removed SVN header blocks - Memory and MIPS values have been added to the API - Reverb uses a more efficient malloc for input PCM - Reverb DecayHFRatio now ranges up to 2000 - Logging has been removed for most volume functions Change-Id: Ib59e7e331263c3811559231b4ae90c82e34a8421
Diffstat (limited to 'media/libeffects/lvm/lib/Eq')
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/lib/LVEQNB.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_CalcCoef.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Coeffs.h0
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Control.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Init.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Private.h8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Process.c8
-rw-r--r--[-rwxr-xr-x]media/libeffects/lvm/lib/Eq/src/LVEQNB_Tables.c8
8 files changed, 0 insertions, 56 deletions
diff --git a/media/libeffects/lvm/lib/Eq/lib/LVEQNB.h b/media/libeffects/lvm/lib/Eq/lib/LVEQNB.h
index 7ba583f..db6aabe 100755..100644
--- a/media/libeffects/lvm/lib/Eq/lib/LVEQNB.h
+++ b/media/libeffects/lvm/lib/Eq/lib/LVEQNB.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
/* Header file for the application layer interface of the N-Band equaliser. */
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_CalcCoef.c b/media/libeffects/lvm/lib/Eq/src/LVEQNB_CalcCoef.c
index 4881049..fddedb9 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_CalcCoef.c
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_CalcCoef.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Coeffs.h b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Coeffs.h
index 87d7145..87d7145 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Coeffs.h
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Coeffs.h
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Control.c b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Control.c
index dac2449..10e7d74 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Control.c
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Control.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: nxp007753 $
- $Revision: 1316 $
- $Date: 2010-07-23 11:53:24 +0200 (Fri, 23 Jul 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Init.c b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Init.c
index a29fe05..e83e515 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Init.c
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Init.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Private.h b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Private.h
index 0ae84af..9df980c 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Private.h
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Private.h
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
#ifndef __LVEQNB_PRIVATE_H__
#define __LVEQNB_PRIVATE_H__
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Process.c b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Process.c
index e29e881..ac3c740 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Process.c
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Process.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/**********************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-***********************************************************************************/
-
/****************************************************************************************/
/* */
/* Includes */
diff --git a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Tables.c b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Tables.c
index 33c07da..8e2e0e8 100755..100644
--- a/media/libeffects/lvm/lib/Eq/src/LVEQNB_Tables.c
+++ b/media/libeffects/lvm/lib/Eq/src/LVEQNB_Tables.c
@@ -15,14 +15,6 @@
* limitations under the License.
*/
-/************************************************************************************
-
- $Author: beq07716 $
- $Revision: 1005 $
- $Date: 2010-06-28 13:58:28 +0200 (Mon, 28 Jun 2010) $
-
-*************************************************************************************/
-
/************************************************************************************/
/* */