Home
last modified time | relevance | path

Searched refs:pStream (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DLVC_Mixer.h105 void LVC_Mixer_SetTarget( LVMixer3_FLOAT_st *pStream,
108 void LVC_Mixer_SetTarget( LVMixer3_st *pStream,
112 LVM_FLOAT LVC_Mixer_GetTarget( LVMixer3_FLOAT_st *pStream);
114 LVM_INT32 LVC_Mixer_GetTarget( LVMixer3_st *pStream);
118 LVM_FLOAT LVC_Mixer_GetCurrent( LVMixer3_FLOAT_st *pStream);
120 LVM_INT32 LVC_Mixer_GetCurrent( LVMixer3_st *pStream);
124 void LVC_Mixer_Init( LVMixer3_FLOAT_st *pStream,
128 void LVC_Mixer_Init( LVMixer3_st *pStream,
134 void LVC_Mixer_SetTimeConstant( LVMixer3_FLOAT_st *pStream,
139 void LVC_Mixer_SetTimeConstant( LVMixer3_st *pStream,
[all …]
DLVC_Mixer_VarSlope_SetTimeConstant.c49 void LVC_Mixer_VarSlope_SetTimeConstant( LVMixer3_FLOAT_st *pStream, in LVC_Mixer_VarSlope_SetTimeConstant() argument
80 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams; in LVC_Mixer_VarSlope_SetTimeConstant()
116 void LVC_Mixer_VarSlope_SetTimeConstant( LVMixer3_st *pStream, in LVC_Mixer_VarSlope_SetTimeConstant() argument
130 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_VarSlope_SetTimeConstant()
139 Current = LVC_Mixer_GetCurrent( pStream ); in LVC_Mixer_VarSlope_SetTimeConstant()
140 Target = LVC_Mixer_GetTarget( pStream ); in LVC_Mixer_VarSlope_SetTimeConstant()
DLVC_Mixer_GetTarget.c34 LVM_FLOAT LVC_Mixer_GetTarget( LVMixer3_FLOAT_st *pStream) in LVC_Mixer_GetTarget() argument
37 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams; in LVC_Mixer_GetTarget()
43 LVM_INT32 LVC_Mixer_GetTarget( LVMixer3_st *pStream) in LVC_Mixer_GetTarget() argument
46 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_GetTarget()
DLVC_Mixer_GetCurrent.c35 LVM_FLOAT LVC_Mixer_GetCurrent( LVMixer3_FLOAT_st *pStream) in LVC_Mixer_GetCurrent() argument
38 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams; in LVC_Mixer_GetCurrent()
43 LVM_INT32 LVC_Mixer_GetCurrent( LVMixer3_st *pStream) in LVC_Mixer_GetCurrent() argument
46 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_GetCurrent()
DLVC_Mixer_SetTarget.c47 void LVC_Mixer_SetTarget(LVMixer3_FLOAT_st *pStream, in LVC_Mixer_SetTarget() argument
50 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams; in LVC_Mixer_SetTarget()
54 void LVC_Mixer_SetTarget(LVMixer3_st *pStream, in LVC_Mixer_SetTarget() argument
60 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_SetTarget()
DLVC_Mixer_Init.c48 void LVC_Mixer_Init( LVMixer3_FLOAT_st *pStream, in LVC_Mixer_Init() argument
53 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams; in LVC_Mixer_Init()
60 void LVC_Mixer_Init( LVMixer3_st *pStream, in LVC_Mixer_Init() argument
66 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_Init()
DLVC_Mixer_SetTimeConstant.c48 void LVC_Mixer_SetTimeConstant(LVMixer3_FLOAT_st *pStream, in LVC_Mixer_SetTimeConstant() argument
79 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams; in LVC_Mixer_SetTimeConstant()
94 void LVC_Mixer_SetTimeConstant(LVMixer3_st *pStream, in LVC_Mixer_SetTimeConstant() argument
108 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; in LVC_Mixer_SetTimeConstant()