Searched refs:ptrInstance (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVC_MixSoft_1St_2i_D16C31_SAT.c37 void LVC_MixSoft_1St_2i_D16C31_SAT( LVMixer3_2St_st *ptrInstance, argument
44 Mix_Private_st *pInstance1=(Mix_Private_st *)(ptrInstance->MixerStream[0].PrivateParams);
45 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance->MixerStream[1].PrivateParams);
58 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
64 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
78 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[1]),TargetGain);
84 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[1]),TargetGain);
95 LVC_Core_MixSoft_1St_2i_D16C31_WRA( &(ptrInstance->MixerStream[0]),&(ptrInstance->MixerStream[1]), src, dst, n);
114 LVC_Core_MixHard_1St_2i_D16C31_SAT(&(ptrInstance
[all...]
H A DLVC_MixSoft_2St_D16C31_SAT.c29 void LVC_MixSoft_2St_D16C31_SAT( LVMixer3_2St_st *ptrInstance, argument
35 Mix_Private_st *pInstance1=(Mix_Private_st *)(ptrInstance->MixerStream[0].PrivateParams);
36 Mix_Private_st *pInstance2=(Mix_Private_st *)(ptrInstance->MixerStream[1].PrivateParams);
44 LVC_MixSoft_1St_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[1]), src2, dst, n);
47 LVC_MixSoft_1St_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[0]), src1, dst, n);
51 LVC_MixSoft_1St_D16C31_SAT((LVMixer3_1St_st *)(&ptrInstance->MixerStream[0]), src1, dst, n);
52 LVC_MixInSoft_D16C31_SAT( (LVMixer3_1St_st *)(&ptrInstance->MixerStream[1]), src2, dst, n);
63 LVC_Core_MixHard_2St_D16C31_SAT( &ptrInstance->MixerStream[0], &ptrInstance->MixerStream[1], dst, src2, dst, n);
66 LVC_Core_MixHard_2St_D16C31_SAT( &ptrInstance
[all...]
H A DLVC_MixInSoft_D16C31_SAT.c37 void LVC_MixInSoft_D16C31_SAT( LVMixer3_1St_st *ptrInstance, argument
44 Mix_Private_st *pInstance=(Mix_Private_st *)(ptrInstance->MixerStream[0].PrivateParams);
56 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
60 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
66 LVC_Core_MixInSoft_D16C31_SAT( &(ptrInstance->MixerStream[0]), src, dst, n);
69 LVC_Core_MixInSoft_D16C31_SAT( &(ptrInstance->MixerStream[0]), src, dst, n);
98 if (ptrInstance->MixerStream[0].CallbackSet){
102 LVC_Mixer_SetTarget(ptrInstance->MixerStream,TargetGain);
103 ptrInstance->MixerStream[0].CallbackSet = FALSE;
104 if (ptrInstance
[all...]
H A DLVC_MixSoft_1St_D16C31_SAT.c37 void LVC_MixSoft_1St_D16C31_SAT( LVMixer3_1St_st *ptrInstance, argument
44 Mix_Private_st *pInstance=(Mix_Private_st *)(ptrInstance->MixerStream[0].PrivateParams);
56 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
60 LVC_Mixer_SetTarget(&(ptrInstance->MixerStream[0]),TargetGain);
66 LVC_Core_MixSoft_1St_D16C31_WRA( &(ptrInstance->MixerStream[0]), dst, dst, n);
69 LVC_Core_MixSoft_1St_D16C31_WRA( &(ptrInstance->MixerStream[0]), src, dst, n);
98 if (ptrInstance->MixerStream[0].CallbackSet){
102 LVC_Mixer_SetTarget(ptrInstance->MixerStream,TargetGain);
103 ptrInstance->MixerStream[0].CallbackSet = FALSE;
104 if (ptrInstance
[all...]
H A DLVC_Core_MixInSoft_D16C31_SAT.c29 void LVC_Core_MixInSoft_D16C31_SAT( LVMixer3_st *ptrInstance, argument
39 Mix_Private_st *pInstance=(Mix_Private_st *)(ptrInstance->PrivateParams);
H A DLVC_Core_MixSoft_1St_D16C31_WRA.c30 void LVC_Core_MixSoft_1St_D16C31_WRA( LVMixer3_st *ptrInstance, argument
39 Mix_Private_st *pInstance=(Mix_Private_st *)(ptrInstance->PrivateParams);

Completed in 45 milliseconds