Home
last modified time | relevance | path

Searched refs:LVMixer3_FLOAT_st (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_Mixer.h37 } 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,
DLVC_Mixer_Private.h48 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,
DLVC_Core_MixHard_2St_D16C31_SAT.cpp27 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()
DLVC_Mixer_SetTarget.cpp46 void LVC_Mixer_SetTarget(LVMixer3_FLOAT_st* pStream, LVM_FLOAT TargetGain) { in LVC_Mixer_SetTarget()
DLVC_Mixer_GetCurrent.cpp33 LVM_FLOAT LVC_Mixer_GetCurrent(LVMixer3_FLOAT_st* pStream) { in LVC_Mixer_GetCurrent()
DLVC_Mixer_GetTarget.cpp33 LVM_FLOAT LVC_Mixer_GetTarget(LVMixer3_FLOAT_st* pStream) { in LVC_Mixer_GetTarget()
DLVC_Mixer_Init.cpp47 void LVC_Mixer_Init(LVMixer3_FLOAT_st* pStream, LVM_FLOAT TargetGain, LVM_FLOAT CurrentGain) { in LVC_Mixer_Init()
DLVC_Mixer_SetTimeConstant.cpp47 void LVC_Mixer_SetTimeConstant(LVMixer3_FLOAT_st* pStream, LVM_INT32 Tc_millisec, LVM_Fs_en Fs, in LVC_Mixer_SetTimeConstant()
DLVC_Core_MixInSoft_D16C31_SAT.cpp28 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()
DLVC_Core_MixSoft_1St_D16C31_WRA.cpp28 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()
DLVC_Mixer_VarSlope_SetTimeConstant.cpp47 void LVC_Mixer_VarSlope_SetTimeConstant(LVMixer3_FLOAT_st* pStream, LVM_INT32 Tc_millisec, in LVC_Mixer_VarSlope_SetTimeConstant()