Searched refs:LVMixer3_FLOAT_st (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_Mixer.h | 37 } LVMixer3_FLOAT_st; typedef 39 LVMixer3_FLOAT_st MixerStream[1]; /* Instance Params for one Audio Stream */ 42 LVMixer3_FLOAT_st MixerStream[2]; /* Instance Params for two Audio Streams */ 62 void LVC_Mixer_SetTarget(LVMixer3_FLOAT_st* pStream, LVM_FLOAT TargetGain); 63 LVM_FLOAT LVC_Mixer_GetTarget(LVMixer3_FLOAT_st* pStream); 65 LVM_FLOAT LVC_Mixer_GetCurrent(LVMixer3_FLOAT_st* pStream); 67 void LVC_Mixer_Init(LVMixer3_FLOAT_st* pStream, LVM_FLOAT TargetGain, LVM_FLOAT CurrentGain); 69 void LVC_Mixer_SetTimeConstant(LVMixer3_FLOAT_st* pStream, LVM_INT32 Tc_millisec, LVM_Fs_en Fs, 72 void LVC_Mixer_VarSlope_SetTimeConstant(LVMixer3_FLOAT_st* pStream, LVM_INT32 Tc_millisec,
|
D | LVC_Mixer_Private.h | 48 void LVC_Core_MixInSoft_D16C31_SAT(LVMixer3_FLOAT_st* ptrInstance, const LVM_FLOAT* src, 50 void LVC_Core_MixInSoft_Mc_D16C31_SAT(LVMixer3_FLOAT_st* ptrInstance, const LVM_FLOAT* src, 52 void LVC_Core_MixSoft_1St_D16C31_WRA(LVMixer3_FLOAT_st* ptrInstance, const LVM_FLOAT* src, 54 void LVC_Core_MixSoft_Mc_D16C31_WRA(LVMixer3_FLOAT_st* ptrInstance, const LVM_FLOAT* src, 56 void LVC_Core_MixHard_2St_D16C31_SAT(LVMixer3_FLOAT_st* pInstance1, LVMixer3_FLOAT_st* pInstance2,
|
D | LVC_Core_MixHard_2St_D16C31_SAT.cpp | 27 void LVC_Core_MixHard_2St_D16C31_SAT(LVMixer3_FLOAT_st* ptrInstance1, in LVC_Core_MixHard_2St_D16C31_SAT() 28 LVMixer3_FLOAT_st* ptrInstance2, const LVM_FLOAT* src1, in LVC_Core_MixHard_2St_D16C31_SAT()
|
D | LVC_Mixer_SetTarget.cpp | 46 void LVC_Mixer_SetTarget(LVMixer3_FLOAT_st* pStream, LVM_FLOAT TargetGain) { in LVC_Mixer_SetTarget()
|
D | LVC_Mixer_GetCurrent.cpp | 33 LVM_FLOAT LVC_Mixer_GetCurrent(LVMixer3_FLOAT_st* pStream) { in LVC_Mixer_GetCurrent()
|
D | LVC_Mixer_GetTarget.cpp | 33 LVM_FLOAT LVC_Mixer_GetTarget(LVMixer3_FLOAT_st* pStream) { 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()
|
D | LVC_Mixer_SetTimeConstant.cpp | 47 void LVC_Mixer_SetTimeConstant(LVMixer3_FLOAT_st* pStream, LVM_INT32 Tc_millisec, LVM_Fs_en Fs, in LVC_Mixer_SetTimeConstant()
|
D | LVC_Core_MixInSoft_D16C31_SAT.cpp | 28 void LVC_Core_MixInSoft_D16C31_SAT(LVMixer3_FLOAT_st* ptrInstance, const LVM_FLOAT* src, in LVC_Core_MixInSoft_D16C31_SAT() 104 void LVC_Core_MixInSoft_Mc_D16C31_SAT(LVMixer3_FLOAT_st* ptrInstance, const LVM_FLOAT* src, in LVC_Core_MixInSoft_Mc_D16C31_SAT()
|
D | LVC_Core_MixSoft_1St_D16C31_WRA.cpp | 28 void LVC_Core_MixSoft_1St_D16C31_WRA(LVMixer3_FLOAT_st* ptrInstance, const LVM_FLOAT* src, in LVC_Core_MixSoft_1St_D16C31_WRA() 101 void LVC_Core_MixSoft_Mc_D16C31_WRA(LVMixer3_FLOAT_st* ptrInstance, const LVM_FLOAT* src, in LVC_Core_MixSoft_Mc_D16C31_WRA()
|
D | LVC_Mixer_VarSlope_SetTimeConstant.cpp | 47 void LVC_Mixer_VarSlope_SetTimeConstant(LVMixer3_FLOAT_st* pStream, LVM_INT32 Tc_millisec, in LVC_Mixer_VarSlope_SetTimeConstant()
|