Searched refs:pBundledContext (Results 1 – 3 of 3) sorted by relevance
221 GlobalSessionMemory[sessionNo].pBundledContext = new BundledEffectContext; in EffectCreate()224 pContext->pBundledContext = GlobalSessionMemory[sessionNo].pBundledContext; in EffectCreate()225 pContext->pBundledContext->SessionNo = sessionNo; in EffectCreate()226 pContext->pBundledContext->SessionId = sessionId; in EffectCreate()227 pContext->pBundledContext->hInstance = NULL; in EffectCreate()228 pContext->pBundledContext->bVolumeEnabled = LVM_FALSE; in EffectCreate()229 pContext->pBundledContext->bEqualizerEnabled = LVM_FALSE; in EffectCreate()230 pContext->pBundledContext->bBassEnabled = LVM_FALSE; in EffectCreate()231 pContext->pBundledContext->bBassTempDisabled = LVM_FALSE; in EffectCreate()232 pContext->pBundledContext->bVirtualizerEnabled = LVM_FALSE; in EffectCreate()[all …]
109 BundledEffectContext* pBundledContext; member116 BundledEffectContext* pBundledContext; member
229 if (pContext->pBundledContext->hInstance != NULL) { in LvmBundle_init()232 LVM_DelInstanceHandle(&pContext->pBundledContext->hInstance); in LvmBundle_init()250 LvmStatus = LVM_GetInstanceHandle(&pContext->pBundledContext->hInstance, &InstParams); in LvmBundle_init()266 pContext->pBundledContext->SampleRate = LVM_FS_44100; in LvmBundle_init()308 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, params); in LvmBundle_init()327 LvmStatus = LVM_SetHeadroomParams(pContext->pBundledContext->hInstance, &HeadroomParams); in LvmBundle_init()341 pContext->pBundledContext = NULL; in lvmCreate()342 pContext->pBundledContext = (BundledEffectContext*)malloc(sizeof(struct BundledEffectContext)); in lvmCreate()343 if (NULL == pContext->pBundledContext) { in lvmCreate()347 pContext->pBundledContext->SessionNo = 0; in lvmCreate()[all …]