/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_MixSoft_1St_2i_D16C31_SAT.c | 46 void LVC_MixSoft_1St_MC_float_SAT (LVMixer3_2St_FLOAT_st *ptrInstance, in LVC_MixSoft_1St_MC_float_SAT() argument 58 (Mix_Private_FLOAT_st *)(ptrInstance->MixerStream[0].PrivateParams); in LVC_MixSoft_1St_MC_float_SAT() 60 (Mix_Private_FLOAT_st *)(ptrInstance->MixerStream[1].PrivateParams); in LVC_MixSoft_1St_MC_float_SAT() 142 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixSoft_1St_MC_float_SAT() 158 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[1]), TargetGain); in LVC_MixSoft_1St_MC_float_SAT() 198 if (ptrInstance->MixerStream[0].CallbackSet) in LVC_MixSoft_1St_MC_float_SAT() 205 LVC_Mixer_SetTarget(&ptrInstance->MixerStream[0], TargetGain); in LVC_MixSoft_1St_MC_float_SAT() 206 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixSoft_1St_MC_float_SAT() 207 if (ptrInstance->MixerStream[0].pCallBack != 0) in LVC_MixSoft_1St_MC_float_SAT() 209 (*ptrInstance->MixerStream[0].pCallBack) (\ in LVC_MixSoft_1St_MC_float_SAT() [all …]
|
D | LVC_MixInSoft_D16C31_SAT.c | 37 void LVC_MixInSoft_D16C31_SAT(LVMixer3_1St_FLOAT_st *ptrInstance, in LVC_MixInSoft_D16C31_SAT() argument 45 (Mix_Private_FLOAT_st *)(ptrInstance->MixerStream[0].PrivateParams); in LVC_MixInSoft_D16C31_SAT() 57 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixInSoft_D16C31_SAT() 62 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixInSoft_D16C31_SAT() 66 LVC_Core_MixInSoft_D16C31_SAT(&(ptrInstance->MixerStream[0]), src, dst, n); in LVC_MixInSoft_D16C31_SAT() 92 if (ptrInstance->MixerStream[0].CallbackSet){ in LVC_MixInSoft_D16C31_SAT() 97 LVC_Mixer_SetTarget(ptrInstance->MixerStream, TargetGain); in LVC_MixInSoft_D16C31_SAT() 98 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixInSoft_D16C31_SAT() 99 if (ptrInstance->MixerStream[0].pCallBack != 0){ in LVC_MixInSoft_D16C31_SAT() 100 (*ptrInstance->MixerStream[0].pCallBack) ( \ in LVC_MixInSoft_D16C31_SAT() [all …]
|
D | LVC_MixSoft_1St_D16C31_SAT.c | 37 void LVC_MixSoft_1St_D16C31_SAT( LVMixer3_1St_FLOAT_st *ptrInstance, in LVC_MixSoft_1St_D16C31_SAT() argument 45 (Mix_Private_FLOAT_st *)(ptrInstance->MixerStream[0].PrivateParams); in LVC_MixSoft_1St_D16C31_SAT() 57 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixSoft_1St_D16C31_SAT() 62 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]), TargetGain); in LVC_MixSoft_1St_D16C31_SAT() 66 LVC_Core_MixSoft_1St_D16C31_WRA(&(ptrInstance->MixerStream[0]), src, dst, n); in LVC_MixSoft_1St_D16C31_SAT() 90 if (ptrInstance->MixerStream[0].CallbackSet){ in LVC_MixSoft_1St_D16C31_SAT() 95 LVC_Mixer_SetTarget(ptrInstance->MixerStream, TargetGain); in LVC_MixSoft_1St_D16C31_SAT() 96 ptrInstance->MixerStream[0].CallbackSet = FALSE; in LVC_MixSoft_1St_D16C31_SAT() 97 if (ptrInstance->MixerStream[0].pCallBack != 0){ in LVC_MixSoft_1St_D16C31_SAT() 98 (*ptrInstance->MixerStream[0].pCallBack) ( \ in LVC_MixSoft_1St_D16C31_SAT() [all …]
|
D | LVC_MixSoft_2St_D16C31_SAT.c | 29 void LVC_MixSoft_2St_D16C31_SAT(LVMixer3_2St_FLOAT_st *ptrInstance, in LVC_MixSoft_2St_D16C31_SAT() argument 36 (Mix_Private_FLOAT_st *)(ptrInstance->MixerStream[0].PrivateParams); in LVC_MixSoft_2St_D16C31_SAT() 38 (Mix_Private_FLOAT_st *)(ptrInstance->MixerStream[1].PrivateParams); in LVC_MixSoft_2St_D16C31_SAT() 46 LVC_MixSoft_1St_D16C31_SAT((LVMixer3_1St_FLOAT_st *)(&ptrInstance->MixerStream[1]), in LVC_MixSoft_2St_D16C31_SAT() 50 LVC_MixSoft_1St_D16C31_SAT((LVMixer3_1St_FLOAT_st *)(&ptrInstance->MixerStream[0]), in LVC_MixSoft_2St_D16C31_SAT() 56 LVC_MixSoft_1St_D16C31_SAT((LVMixer3_1St_FLOAT_st *)(&ptrInstance->MixerStream[0]), in LVC_MixSoft_2St_D16C31_SAT() 58 LVC_MixInSoft_D16C31_SAT((LVMixer3_1St_FLOAT_st *)(&ptrInstance->MixerStream[1]), in LVC_MixSoft_2St_D16C31_SAT() 65 LVC_Core_MixHard_2St_D16C31_SAT( &ptrInstance->MixerStream[0], in LVC_MixSoft_2St_D16C31_SAT() 66 &ptrInstance->MixerStream[1], in LVC_MixSoft_2St_D16C31_SAT() 90 void LVC_MixSoft_2Mc_D16C31_SAT(LVMixer3_2St_FLOAT_st *ptrInstance, in LVC_MixSoft_2Mc_D16C31_SAT() argument [all …]
|
D | LVC_Mixer_Private.h | 61 void LVC_Core_MixInSoft_D16C31_SAT( LVMixer3_FLOAT_st *ptrInstance, 66 void LVC_Core_MixInSoft_Mc_D16C31_SAT(LVMixer3_FLOAT_st *ptrInstance, 79 void LVC_Core_MixSoft_1St_D16C31_WRA( LVMixer3_FLOAT_st *ptrInstance, 84 void LVC_Core_MixSoft_Mc_D16C31_WRA(LVMixer3_FLOAT_st *ptrInstance, 120 void LVC_Core_MixSoft_1St_MC_float_WRA(Mix_Private_FLOAT_st **ptrInstance, 147 void LVC_Core_MixHard_1St_MC_float_SAT(Mix_Private_FLOAT_st **ptrInstance,
|
D | LVC_Core_MixSoft_1St_D16C31_WRA.c | 30 void LVC_Core_MixSoft_1St_D16C31_WRA(LVMixer3_FLOAT_st *ptrInstance, in LVC_Core_MixSoft_1St_D16C31_WRA() argument 38 Mix_Private_FLOAT_st *pInstance=(Mix_Private_FLOAT_st *)(ptrInstance->PrivateParams); in LVC_Core_MixSoft_1St_D16C31_WRA() 128 void LVC_Core_MixSoft_Mc_D16C31_WRA(LVMixer3_FLOAT_st *ptrInstance, in LVC_Core_MixSoft_Mc_D16C31_WRA() argument 137 Mix_Private_FLOAT_st *pInstance=(Mix_Private_FLOAT_st *)(ptrInstance->PrivateParams); in LVC_Core_MixSoft_Mc_D16C31_WRA() 222 void LVC_Core_MixSoft_1St_D16C31_WRA( LVMixer3_st *ptrInstance, in LVC_Core_MixSoft_1St_D16C31_WRA() argument 231 Mix_Private_st *pInstance=(Mix_Private_st *)(ptrInstance->PrivateParams); in LVC_Core_MixSoft_1St_D16C31_WRA()
|
D | LVC_Core_MixInSoft_D16C31_SAT.c | 29 void LVC_Core_MixInSoft_D16C31_SAT(LVMixer3_FLOAT_st *ptrInstance, in LVC_Core_MixInSoft_D16C31_SAT() argument 38 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)(ptrInstance->PrivateParams); in LVC_Core_MixInSoft_D16C31_SAT() 135 void LVC_Core_MixInSoft_Mc_D16C31_SAT(LVMixer3_FLOAT_st *ptrInstance, in LVC_Core_MixInSoft_Mc_D16C31_SAT() argument 145 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)(ptrInstance->PrivateParams); in LVC_Core_MixInSoft_Mc_D16C31_SAT() 251 void LVC_Core_MixInSoft_D16C31_SAT( LVMixer3_st *ptrInstance, in LVC_Core_MixInSoft_D16C31_SAT() argument 261 Mix_Private_st *pInstance=(Mix_Private_st *)(ptrInstance->PrivateParams); in LVC_Core_MixInSoft_D16C31_SAT()
|
D | LVC_Core_MixHard_1St_2i_D16C31_SAT.c | 63 void LVC_Core_MixHard_1St_MC_float_SAT (Mix_Private_FLOAT_st **ptrInstance, in LVC_Core_MixHard_1St_MC_float_SAT() argument 75 Mix_Private_FLOAT_st *pInstance1 = (Mix_Private_FLOAT_st *)(ptrInstance[jj]); in LVC_Core_MixHard_1St_MC_float_SAT()
|
D | LVC_Core_MixSoft_1St_2i_D16C31_WRA.c | 150 void LVC_Core_MixSoft_1St_MC_float_WRA (Mix_Private_FLOAT_st **ptrInstance, in LVC_Core_MixSoft_1St_MC_float_WRA() argument 161 tempCurrent[ch] = ptrInstance[ch]->Current; in LVC_Core_MixSoft_1St_MC_float_WRA() 167 Mix_Private_FLOAT_st *pInstance = ptrInstance[ch]; in LVC_Core_MixSoft_1St_MC_float_WRA() 190 ptrInstance[ch]->Current = tempCurrent[ch]; in LVC_Core_MixSoft_1St_MC_float_WRA()
|