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

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_MixSoft_1St_2i_D16C31_SAT.c 58 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
64 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
78 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[1]),TargetGain);
84 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[1]),TargetGain);
128 LVC_Mixer_SetTarget(&ptrInstance->MixerStream[0],TargetGain);
142 LVC_Mixer_SetTarget(&ptrInstance->MixerStream[1],TargetGain);
LVC_MixInSoft_D16C31_SAT.c 56 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
60 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
102 LVC_Mixer_SetTarget(ptrInstance->MixerStream,TargetGain);
LVC_Mixer_SetTarget.c 47 void LVC_Mixer_SetTarget(LVMixer3_st *pStream,
LVC_MixSoft_1St_D16C31_SAT.c 56 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
60 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
102 LVC_Mixer_SetTarget(ptrInstance->MixerStream,TargetGain);
LVC_Mixer.h 78 void LVC_Mixer_SetTarget( LVMixer3_st *pStream,
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Control.c 255 LVC_Mixer_SetTarget(&pInstance->pData->BypassVolume.MixerStream[0],(((LVM_INT32)LVDBE_VolumeTable[dBOffset]) >> dBShifts));
259 LVC_Mixer_SetTarget(&pInstance->pData->BypassVolume.MixerStream[0],(LVM_INT32)LVDBE_VolumeTable[dBOffset]);
360 LVC_Mixer_SetTarget(&pInstance->pData->BypassMixer.MixerStream[0],0);
361 LVC_Mixer_SetTarget(&pInstance->pData->BypassMixer.MixerStream[1],0x00007FFF);
365 LVC_Mixer_SetTarget(&pInstance->pData->BypassMixer.MixerStream[0],0x00007FFF);
366 LVC_Mixer_SetTarget(&pInstance->pData->BypassMixer.MixerStream[1],0);
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c 425 LVC_Mixer_SetTarget(&pInstance->BypassMixer.MixerStream[0],LVM_MAXINT_16);
426 LVC_Mixer_SetTarget(&pInstance->BypassMixer.MixerStream[1],0);
436 LVC_Mixer_SetTarget(&pInstance->BypassMixer.MixerStream[0],0);
437 LVC_Mixer_SetTarget(&pInstance->BypassMixer.MixerStream[1],LVM_MAXINT_16);
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 404 LVC_Mixer_SetTarget(&pInstance->VC_Volume.MixerStream[0],
409 LVC_Mixer_SetTarget(&pInstance->VC_Volume.MixerStream[0],
560 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[0],Target);
564 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[1],Target);
572 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[0],Target);
576 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[1],Target);
584 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[0],Target);
587 LVC_Mixer_SetTarget(&pInstance->VC_BalanceMix.MixerStream[1],Target);
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_BypassMix.c 171 LVC_Mixer_SetTarget(&pConfig->Mixer_Instance.MixerStream[0],Gain1>>16);
173 LVC_Mixer_SetTarget(&pConfig->Mixer_Instance.MixerStream[1],Gain2>>16);
  /frameworks/av/media/libeffects/lvm/lib/
Android.mk 91 Common/src/LVC_Mixer_SetTarget.c \

Completed in 2303 milliseconds