Home | History | Annotate | Download | only in src

Lines Matching defs:pInstance

69     LVCS_Instance_t     *pInstance = (LVCS_Instance_t *)hInstance;
109 *pMemoryTable = pInstance->MemoryTable;
154 LVCS_Instance_t *pInstance;
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->Params.SourceFormat = LVCS_SOURCEMAX;
186 pInstance->Params.CompressorMode = LVM_MODE_OFF;
187 pInstance->Params.SampleRate = LVM_FS_INVALID;
188 pInstance->Params.EffectLevel = 0;
189 pInstance->Params.ReverbLevel = (LVM_UINT16)0x8000;
191 pInstance->VolCorrect = pLVCS_VolCorrectTable[0];
192 pInstance->TransitionGain = 0;
194 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[0],0,0);
196 LVC_Mixer_Init(&pInstance->BypassMix.Mixer_Instance.MixerStream[1],0,0);
201 pInstance->MSTarget0=0;
202 pInstance->MSTarget1=0;
203 pInstance->bInOperatingModeTransition = LVM_FALSE;
204 pInstance->bTimerDone = LVM_FALSE;
205 pInstance->TimerParams.CallBackParam = 0;
206 pInstance->TimerParams.pCallBack = LVCS_TimerCallBack;
207 pInstance->TimerParams.pCallbackInstance = pInstance;
208 pInstance->TimerParams.pCallBackParams = LVM_NULL;