OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SL_MILLIBEL_MIN
(Results
1 - 23
of
23
) sorted by null
/packages/apps/MusicFX/src/com/android/audiofx/
OpenSLESConstants.java
30
public static final short
SL_MILLIBEL_MIN
= -9600;
48
public static final short REVERB_MIN_ROOM_LEVEL =
SL_MILLIBEL_MIN
;
56
public static final short REVERB_MIN_ROOM_HF_LEVEL =
SL_MILLIBEL_MIN
;
81
public static final short REVERB_MIN_REVERB_LEVEL =
SL_MILLIBEL_MIN
;
115
public static final short VOLUME_MIN_LEVEL =
SL_MILLIBEL_MIN
;
/frameworks/wilhelm/src/itf/
IAndroidEffectSend.c
27
//if (!((
SL_MILLIBEL_MIN
<= initialLevel) && (initialLevel <= 0))) {
28
// comparison (
SL_MILLIBEL_MIN
<= initialLevel) is always true due to range of SLmillibel
86
//if (!((
SL_MILLIBEL_MIN
<= directLevel) && (directLevel <= 0))) {
87
// comparison (
SL_MILLIBEL_MIN
<= directLevel) is always true due to range of SLmillibel
147
//if (!((
SL_MILLIBEL_MIN
<= sendLevel) && (sendLevel <= 0))) {
148
// comparison (
SL_MILLIBEL_MIN
<= sendLevel) is always true due to range of SLmillibel
235
thiz->mSendLevel =
SL_MILLIBEL_MIN
;
IVolume.c
26
if (!((
SL_MILLIBEL_MIN
<= level) && (level <= PLATFORM_MILLIBEL_MAX_VOLUME))) {
IEnvironmentalReverb.c
45
//if (!(
SL_MILLIBEL_MIN
<= room && room <= 0)) {
46
// comparison (
SL_MILLIBEL_MIN
<= room) is always true due to range of SLmillibel
106
//if (!(
SL_MILLIBEL_MIN
<= roomHF && roomHF <= 0)) {
107
// comparison (
SL_MILLIBEL_MIN
<= roomHF) is always true due to range of SLmillibel
285
//if (!(
SL_MILLIBEL_MIN
<= reflectionsLevel && reflectionsLevel <= 1000)) {
286
// comparison (
SL_MILLIBEL_MIN
<= reflectionsLevel) is always true due to range of SLmillibel
405
//if (!(
SL_MILLIBEL_MIN
<= reverbLevel && reverbLevel <= 2000)) {
406
// comparison (
SL_MILLIBEL_MIN
<= reverbLevel) is always true due to range of SLmillibel
644
// is >=
SL_MILLIBEL_MIN
before using it, due to range of SLmillibel
748
SL_MILLIBEL_MIN
, // roomLeve
[
all
...]
I3DSource.c
242
(
SL_MILLIBEL_MIN
<= outerLevel) && (outerLevel <= 0))) {
IEffectSend.c
116
//if (!((
SL_MILLIBEL_MIN
<= initialLevel) && (initialLevel <= 0))) {
117
// comparison (
SL_MILLIBEL_MIN
<= initialLevel) is always true due to range of SLmillibel
192
//if (!((
SL_MILLIBEL_MIN
<= directLevel) && (directLevel <= 0))) {
193
// comparison (
SL_MILLIBEL_MIN
<= directLevel) is always true due to range of SLmillibel
255
//if (!((
SL_MILLIBEL_MIN
<= sendLevel) && (sendLevel <= 0))) {
256
// comparison (
SL_MILLIBEL_MIN
<= sendLevel) is always true due to range of SLmillibel
329
enableLevel->mSendLevel =
SL_MILLIBEL_MIN
;
/frameworks/wilhelm/tests/sandbox/
multiplay.c
256
SLmillibel volumeLevel = -((rand() & 0x7FFFFFFF) % ((
SL_MILLIBEL_MIN
+ 1) / 10));
/development/ndk/platforms/android-14/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/development/ndk/platforms/android-9/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/frameworks/wilhelm/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h
88
#define
SL_MILLIBEL_MIN
((SLmillibel) (-SL_MILLIBEL_MAX-1))
[
all
...]
Completed in 658 milliseconds