Searched refs:TargetGain (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_MixInSoft_D16C31_SAT.cpp | 39 LVM_FLOAT TargetGain; in LVC_MixInSoft_D16C31_SAT() local 51 TargetGain = pInstance->Target; in LVC_MixInSoft_D16C31_SAT() 52 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixInSoft_D16C31_SAT() 56 TargetGain = pInstance->Target; in LVC_MixInSoft_D16C31_SAT() 57 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixInSoft_D16C31_SAT() 89 TargetGain = pInstance->Target; in LVC_MixInSoft_D16C31_SAT() 90 LVC_Mixer_SetTarget(ptrInstance->MixerStream, TargetGain); in LVC_MixInSoft_D16C31_SAT() 122 LVM_FLOAT TargetGain; in LVC_MixInSoft_Mc_D16C31_SAT() local 134 TargetGain = pInstance->Target; in LVC_MixInSoft_Mc_D16C31_SAT() 135 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixInSoft_Mc_D16C31_SAT() [all …]
|
D | LVC_MixSoft_1St_D16C31_SAT.cpp | 40 LVM_FLOAT TargetGain; in LVC_MixSoft_1St_D16C31_SAT() local 52 TargetGain = pInstance->Target; in LVC_MixSoft_1St_D16C31_SAT() 53 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixSoft_1St_D16C31_SAT() 57 TargetGain = pInstance->Target; in LVC_MixSoft_1St_D16C31_SAT() 58 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixSoft_1St_D16C31_SAT() 89 TargetGain = pInstance->Target; in LVC_MixSoft_1St_D16C31_SAT() 90 LVC_Mixer_SetTarget(ptrInstance->MixerStream, TargetGain); in LVC_MixSoft_1St_D16C31_SAT() 121 LVM_FLOAT TargetGain; in LVC_MixSoft_Mc_D16C31_SAT() local 133 TargetGain = pInstance->Target; in LVC_MixSoft_Mc_D16C31_SAT() 134 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixSoft_Mc_D16C31_SAT() [all …]
|
D | LVC_MixSoft_1St_2i_D16C31_SAT.cpp | 48 LVM_FLOAT TargetGain; in LVC_MixSoft_1St_MC_float_SAT() local 122 TargetGain = pInstance1->Target; in LVC_MixSoft_1St_MC_float_SAT() 123 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixSoft_1St_MC_float_SAT() 134 TargetGain = pInstance2->Target; in LVC_MixSoft_1St_MC_float_SAT() 135 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[1]), TargetGain); in LVC_MixSoft_1St_MC_float_SAT() 169 TargetGain = pInstance1->Target; in LVC_MixSoft_1St_MC_float_SAT() 170 LVC_Mixer_SetTarget(&ptrInstance->MixerStream[0], TargetGain); in LVC_MixSoft_1St_MC_float_SAT() 184 TargetGain = pInstance2->Target; in LVC_MixSoft_1St_MC_float_SAT() 185 LVC_Mixer_SetTarget(&ptrInstance->MixerStream[1], TargetGain); in LVC_MixSoft_1St_MC_float_SAT()
|
D | LVC_Mixer_GetTarget.cpp | 34 LVM_FLOAT TargetGain; in LVC_Mixer_GetTarget() local 37 TargetGain = pInstance->Target; // TargetGain in LVC_Mixer_GetTarget() 38 return TargetGain; in LVC_Mixer_GetTarget()
|
D | LVC_Mixer_Init.cpp | 47 void LVC_Mixer_Init(LVMixer3_FLOAT_st* pStream, LVM_FLOAT TargetGain, LVM_FLOAT CurrentGain) { in LVC_Mixer_Init() argument 48 LVM_FLOAT MaxGain = TargetGain; in LVC_Mixer_Init() 51 pInstance->Target = TargetGain; // Update fractional gain Target in LVC_Mixer_Init()
|
D | LVC_Mixer_SetTarget.cpp | 46 void LVC_Mixer_SetTarget(LVMixer3_FLOAT_st* pStream, LVM_FLOAT TargetGain) { in LVC_Mixer_SetTarget() argument 48 pInstance->Target = TargetGain; // Update gain Target in LVC_Mixer_SetTarget()
|
D | LVC_Mixer.h | 62 void LVC_Mixer_SetTarget(LVMixer3_FLOAT_st* pStream, LVM_FLOAT TargetGain); 67 void LVC_Mixer_Init(LVMixer3_FLOAT_st* pStream, LVM_FLOAT TargetGain, LVM_FLOAT CurrentGain);
|