History log of /system/media/wilhelm/src/itf/IEnvironmentalReverb.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f280d9aebcc747d7bce039a6afc6bf83cd37986d 06-Oct-2011 Glenn Kasten <gkasten@google.com> EnvironmentalReverb::SetDensity copy/paste

There was a missing assignment to the density field

Change-Id: I0dc3332da04b0d3f569625781258df560a89f3b9
/system/media/wilhelm/src/itf/IEnvironmentalReverb.c
49b757f033c398a9a5917fa9677a7075c4c85d93 12-Aug-2011 Glenn Kasten <gkasten@google.com> Bug 5159291 lock safety

Change-Id: I56f5fd038d63d033954d794168df4cbcdade26f3
/system/media/wilhelm/src/itf/IEnvironmentalReverb.c
96309256bf532b3ce5ad706d7eb60b1dd70bf4b3 17-Jun-2011 Eric Laurent <elaurent@google.com> Moved and renamed effect API header files

Moved specific effect header files to
system/media/audio_effects/include/audio_effects and renamed
to lower case (effect_xxx.h).

Change-Id: I8e8f6e3851f12ae8bb380fa714abe26da06d3b58
/system/media/wilhelm/src/itf/IEnvironmentalReverb.c
ee9a56f41ddc6874ec7977993717d7e6cde72b00 16-Jun-2011 Eric Laurent <elaurent@google.com> Revert "voice processing"

This reverts commit 7585d227843769079ee2afb385607b3e23ac1e07
/system/media/wilhelm/src/itf/IEnvironmentalReverb.c
7585d227843769079ee2afb385607b3e23ac1e07 12-Jun-2011 Eric Laurent <elaurent@google.com> voice processing

Change-Id: I0b6129f566349fd333f34773589d5d15c36a7c15
/system/media/wilhelm/src/itf/IEnvironmentalReverb.c
a49076b1d6f829322021ac4eb4dc751b4670cdc2 11-Apr-2011 Jean-Michel Trivi <jmtrivi@google.com> Remove compilation warnings for SLmillibel level comparisons

In OpenSL ES, the volumes are expressed in millibels, which are
stored as SLint16.

The mix and max values are defined as:
define SL_MILLIBEL_MAX ((SLmillibel) 0x7FFF)
define SL_MILLIBEL_MIN ((SLmillibel) (-SL_MILLIBEL_MAX-1))

Therefore the comparison
(SL_MILLIBEL_MIN <= level)
is always true.

This CL removes those comparisons rather than use the compilation
flag to suppress the warning (it is a useful warning!).

Change-Id: I5672f257661ac045ba5282ecb0ecd14d985d8102
/system/media/wilhelm/src/itf/IEnvironmentalReverb.c
62b90b5c5b8495c12900c5d759fa341319e661b3 28-Mar-2011 Jean-Michel Trivi <jmtrivi@google.com> Clean up main header

There are many includes in sles_allinclusive.h that should be moved
to the files that rely on those headers. This is a first cleanup
to move Android audio effect related headers to where they belong.
+ one relocation for a media server related file. More to come
with AudioPlayer refactoring.

Change-Id: I181dde96db522d9cfb537dffea18ba57f855b99e
/system/media/wilhelm/src/itf/IEnvironmentalReverb.c
50bccde01980ae803b8656e8b08ecacb65540f50 18-Jan-2011 Glenn Kasten <gkasten@google.com> Rename class__ to clazz, this to thiz

The JNI naming conventions avoid conflict with C++ reserved words.

Change-Id: I93ad6920bf78c0a02ac4b2650a29c9e11252f731
/system/media/wilhelm/src/itf/IEnvironmentalReverb.c
439af19ad7484b0472080e8eb0cd8462a17b0286 12-Jan-2011 Glenn Kasten <gkasten@google.com> Directory re-organization

Change-Id: I8e3f12a22e765d36ddefd87edf204735b25474f6
/system/media/wilhelm/src/itf/IEnvironmentalReverb.c