Searched refs:pStream (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | LVC_Mixer.h | 105 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 …]
|
D | LVC_Mixer_VarSlope_SetTimeConstant.c | 49 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()
|
D | LVC_Mixer_GetTarget.c | 34 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()
|
D | LVC_Mixer_GetCurrent.c | 35 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()
|
D | LVC_Mixer_SetTarget.c | 47 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()
|
D | LVC_Mixer_Init.c | 48 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()
|
D | LVC_Mixer_SetTimeConstant.c | 48 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()
|