Searched defs:pInstance (Results 26 - 50 of 72) sorted by relevance

123

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DBP_1I_D32F32C30_TRC_WRA_02.c37 void BP_1I_D32F32C30_TRC_WRA_02 ( Biquad_Instance_t *pInstance, argument
44 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DBQ_1I_D16F16C15_TRC_WRA_01.c36 void BQ_1I_D16F16C15_TRC_WRA_01 ( Biquad_Instance_t *pInstance, argument
43 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DBQ_1I_D16F32C14_TRC_WRA_01.c36 void BQ_1I_D16F32C14_TRC_WRA_01 ( Biquad_Instance_t *pInstance, argument
43 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DBQ_2I_D16F16C14_TRC_WRA_01.c41 void BQ_2I_D16F16C14_TRC_WRA_01 ( Biquad_Instance_t *pInstance, argument
48 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DBQ_2I_D16F16C15_TRC_WRA_01.c41 void BQ_2I_D16F16C15_TRC_WRA_01 ( Biquad_Instance_t *pInstance, argument
48 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DBQ_2I_D16F32C13_TRC_WRA_01.c41 void BQ_2I_D16F32C13_TRC_WRA_01 ( Biquad_Instance_t *pInstance, argument
48 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DBQ_2I_D16F32C14_TRC_WRA_01.c40 void BQ_2I_D16F32C14_TRC_WRA_01 ( Biquad_Instance_t *pInstance, argument
47 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DBQ_2I_D16F32C15_TRC_WRA_01.c40 void BQ_2I_D16F32C15_TRC_WRA_01 ( Biquad_Instance_t *pInstance, argument
47 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DDC_2I_D16_TRC_WRA_01.c22 void DC_2I_D16_TRC_WRA_01( Biquad_Instance_t *pInstance, argument
30 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DFO_1I_D16F16C15_TRC_WRA_01.c34 void FO_1I_D16F16C15_TRC_WRA_01( Biquad_Instance_t *pInstance, argument
41 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DFO_1I_D32F32C31_TRC_WRA_01.c35 void FO_1I_D32F32C31_TRC_WRA_01( Biquad_Instance_t *pInstance, argument
42 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DLVC_MixInSoft_D16C31_SAT.c44 Mix_Private_st *pInstance=(Mix_Private_st *)(ptrInstance->MixerStream[0].PrivateParams); local
51 if (pInstance->Current != pInstance->Target)
53 if(pInstance->Delta == 0x7FFFFFFF){
54 pInstance->Current = pInstance->Target;
55 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format
57 }else if (Abs_32(pInstance->Current-pInstance
[all...]
H A DLVC_MixSoft_1St_D16C31_SAT.c44 Mix_Private_st *pInstance=(Mix_Private_st *)(ptrInstance->MixerStream[0].PrivateParams); local
51 if (pInstance->Current != pInstance->Target)
53 if(pInstance->Delta == 0x7FFFFFFF){
54 pInstance->Current = pInstance->Target;
55 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format
57 }else if (Abs_32(pInstance->Current-pInstance
[all...]
H A DLVC_Mixer_SetTimeConstant.c62 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; local
74 pInstance->Delta=Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in Q 0.31 format
H A DLVC_Mixer_VarSlope_SetTimeConstant.c63 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams; local
94 pInstance->Delta=Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in Q 0.31 format
H A DMixInSoft_D32C31_SAT.c36 void MixInSoft_D32C31_SAT( Mix_1St_Cll_t *pInstance, argument
48 if (pInstance->Current != pInstance->Target)
50 if(pInstance->Alpha == 0){
51 pInstance->Current = pInstance->Target;
52 }else if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&&
53 (pInstance->Current-pInstance
[all...]
H A DMixSoft_1St_D32C31_WRA.c38 void MixSoft_1St_D32C31_WRA( Mix_1St_Cll_t *pInstance, argument
50 if (pInstance->Current != pInstance->Target)
52 if(pInstance->Alpha == 0){
53 pInstance->Current = pInstance->Target;
54 }else if ((pInstance->Current-pInstance->Target <POINT_ZERO_ONE_DB)&&
55 (pInstance->Current-pInstance
[all...]
H A DBQ_2I_D32F32C30_TRC_WRA_01.c40 void BQ_2I_D32F32C30_TRC_WRA_01 ( Biquad_Instance_t *pInstance, argument
49 PFilter_State pBiquadState = (PFilter_State) pInstance;
H A DCore_MixHard_2St_D32C31_SAT.c29 void Core_MixHard_2St_D32C31_SAT( Mix_2St_Cll_t *pInstance, argument
40 Current1Short = (LVM_INT16)(pInstance->Current1 >> 16);
41 Current2Short = (LVM_INT16)(pInstance->Current2 >> 16);
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Init.c68 LVEQNB_Instance_t *pInstance = (LVEQNB_Instance_t *)hInstance; local
146 *pMemoryTable = pInstance->MemoryTable;
192 LVEQNB_Instance_t *pInstance; local
229 pInstance =(LVEQNB_Instance_t *)*phInstance;
236 pInstance->Capabilities = *pCapabilities;
243 pInstance->MemoryTable = *pMemoryTable;
251 pInstance->pEQNB_FilterState = InstAlloc_AddMember(&AllocMem,
263 pInstance->pEQNB_Taps = (Biquad_2I_Order2_Taps_t *)InstAlloc_AddMember(&AllocMem,
266 pInstance->pBandDefinitions = (LVEQNB_BandDef_t *)InstAlloc_AddMember(&AllocMem,
270 memset(pInstance
[all...]
H A DLVEQNB_Process.c69 LVEQNB_Instance_t *pInstance = (LVEQNB_Instance_t *)hInstance; local
85 pScratch = (LVM_INT32 *)pInstance->pFastTemporary;
90 if (NumSamples > pInstance->Capabilities.MaxBlockSize)
95 if (pInstance->Params.OperatingMode == LVEQNB_ON)
108 if (pInstance->NBands != 0)
110 for (i=0; i<pInstance->NBands; i++)
115 if (pInstance->pBandDefinitions[i].Gain != 0)
120 pBiquad = &pInstance->pEQNB_FilterState[i];
126 switch (pInstance->pBiquadType[i])
153 if(pInstance
[all...]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_Init.c69 LVCS_Instance_t *pInstance = (LVCS_Instance_t *)hInstance; local
109 *pMemoryTable = pInstance->MemoryTable;
154 LVCS_Instance_t *pInstance; local
165 pInstance =(LVCS_Instance_t *)*phInstance;
171 pInstance->Capabilities = *pCapabilities;
176 pInstance->MemoryTable = *pMemoryTable;
182 pInstance->Params.OperatingMode = LVCS_OFF;
183 pInstance->Params.SpeakerType = LVCS_SPEAKERTYPE_MAX;
184 pInstance->OutputDevice = LVCS_HEADPHONE;
185 pInstance
[all...]
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
H A DLVDBE_Control.c54 LVDBE_Instance_t *pInstance =(LVDBE_Instance_t *)hInstance; local
56 *pParams = pInstance->Params;
85 LVDBE_Instance_t *pInstance =(LVDBE_Instance_t *)hInstance; local
87 *pCapabilities = pInstance->Capabilities;
101 /* pInstance Pointer to the instance */
106 void LVDBE_SetFilters(LVDBE_Instance_t *pInstance, argument
120 (void *)&pInstance->pData->HPFTaps, /* Destination Cast to void: \
122 sizeof(pInstance->pData->HPFTaps)/sizeof(LVM_INT16)); /* Number of words */
123 BQ_2I_D32F32Cll_TRC_WRA_01_Init(&pInstance->pCoef->HPFInstance, /* Initialise the filter */
124 &pInstance
156 LVDBE_SetAGC(LVDBE_Instance_t *pInstance, LVDBE_Params_t *pParams) argument
207 LVDBE_SetVolume(LVDBE_Instance_t *pInstance, LVDBE_Params_t *pParams) argument
311 LVDBE_Instance_t *pInstance =(LVDBE_Instance_t *)hInstance; local
[all...]
H A DLVDBE_Init.c64 LVDBE_Instance_t *pInstance = (LVDBE_Instance_t *)hInstance; local
108 *pMemoryTable = pInstance->MemoryTable;
153 LVDBE_Instance_t *pInstance; local
167 pInstance =(LVDBE_Instance_t *)*phInstance;
191 pInstance->Capabilities = *pCapabilities;
197 pInstance->MemoryTable = *pMemoryTable;
203 pInstance->Params.CentreFrequency = LVDBE_CENTRE_55HZ;
204 pInstance->Params.EffectLevel = 0;
205 pInstance->Params.HeadroomdB = 0;
206 pInstance
[all...]
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Process.c62 LVM_Instance_t *pInstance = (LVM_Instance_t *)hInstance; local
89 if(pInstance->InstParams.BufferMode == LVM_UNMANAGED_BUFFERS)
94 if((NumSamples % pInstance->BlickSizeMultiple) != 0)
112 if (pInstance->ControlPending == LVM_TRUE)
126 if (pInstance->Params.SourceFormat == LVM_MONO)
160 if (pInstance->CS_Active == LVM_TRUE)
162 (void)LVCS_Process(pInstance->hCSInstance, /* Concert Sound instance handle */
172 if (pInstance->VC_Active!=0)
174 LVC_MixSoft_1St_D16C31_SAT(&pInstance->VC_Volume,
184 if (pInstance
[all...]

Completed in 155 milliseconds

123