OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Headroom
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c
367
* Set volume control and AVL volumes according to
headroom
and volume user setting
374
if(Volume > -pInstance->
Headroom
)
375
Volume = (LVM_INT16)-pInstance->
Headroom
;
429
/* Find suitable
headroom
based on EQ settings. */
445
LVM_INT16
Headroom
= 0;
451
/* Find typical
headroom
value */
467
if((MaxGain - pInstance->HeadroomParams.pHeadroomDefinition[jj].Headroom_Offset) >
Headroom
){
468
Headroom
= (LVM_INT16)(MaxGain - pInstance->HeadroomParams.pHeadroomDefinition[jj].Headroom_Offset);
473
if(
Headroom
< 0)
474
Headroom
= 0
[
all
...]
LVM_Private.h
223
/*
Headroom
*/
224
LVM_HeadroomParams_t NewHeadroomParams; /* New
headroom
parameters pending update */
225
LVM_HeadroomParams_t HeadroomParams; /*
Headroom
parameters */
228
LVM_UINT16
Headroom
; /* Value of the current
headroom
*/
LVM_Init.c
292
*
Headroom
management memory allocation
[
all
...]
Completed in 34 milliseconds