Searched refs:pBundledContext (Results 1 – 3 of 3) sorted by relevance
241 GlobalSessionMemory[sessionNo].pBundledContext = new BundledEffectContext; in EffectCreate()244 pContext->pBundledContext = GlobalSessionMemory[sessionNo].pBundledContext; in EffectCreate()245 pContext->pBundledContext->SessionNo = sessionNo; in EffectCreate()246 pContext->pBundledContext->SessionId = sessionId; in EffectCreate()247 pContext->pBundledContext->hInstance = NULL; in EffectCreate()248 pContext->pBundledContext->bVolumeEnabled = LVM_FALSE; in EffectCreate()249 pContext->pBundledContext->bEqualizerEnabled = LVM_FALSE; in EffectCreate()250 pContext->pBundledContext->bBassEnabled = LVM_FALSE; in EffectCreate()251 pContext->pBundledContext->bBassTempDisabled = LVM_FALSE; in EffectCreate()252 pContext->pBundledContext->bVirtualizerEnabled = LVM_FALSE; in EffectCreate()[all …]
122 BundledEffectContext *pBundledContext; member129 BundledEffectContext *pBundledContext; member
202 LvmStatus = LVM_GetMemoryTable(pContext->pBundledContext->hInstance, &MemTab, in LvmEffect_free()262 if (pContext->pBundledContext->hInstance != NULL) { in LvmBundle_init()340 pContext->pBundledContext->hInstance = LVM_NULL; in LvmBundle_init()343 LvmStatus = LVM_GetInstanceHandle(&pContext->pBundledContext->hInstance, in LvmBundle_init()361 pContext->pBundledContext->SampleRate = LVM_FS_44100; in LvmBundle_init()408 LVM_SetControlParameters(pContext->pBundledContext->hInstance, params); in LvmBundle_init()428 LvmStatus = LVM_SetHeadroomParams(pContext->pBundledContext->hInstance, in LvmBundle_init()445 pContext->pBundledContext = NULL; in lvmCreate()446 pContext->pBundledContext = (BundledEffectContext *)malloc(sizeof(struct BundledEffectContext)); in lvmCreate()447 if (NULL == pContext->pBundledContext) { in lvmCreate()[all …]