HomeSort by relevance Sort by last modified time
    Searched refs:Headroom_Offset (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 257 LVM_INT16 Headroom_Offset; /* Headroom = biggest band gain - Headroom_Offset */
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 467 if((MaxGain - pInstance->HeadroomParams.pHeadroomDefinition[jj].Headroom_Offset) > Headroom){
468 Headroom = (LVM_INT16)(MaxGain - pInstance->HeadroomParams.pHeadroomDefinition[jj].Headroom_Offset);
    [all...]
LVM_Init.c     [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 662 HeadroomBandDef[0].Headroom_Offset = 3;
665 HeadroomBandDef[1].Headroom_Offset = 4;
    [all...]

Completed in 24 milliseconds