Home
last modified time | relevance | path

Searched refs:InstParams (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Process.cpp84 if (pInstance->InstParams.BufferMode == LVM_UNMANAGED_BUFFERS) { in LVM_Process()
196 (pInstance->InstParams.PSA_Included == LVM_PSA_ON)) { in LVM_Process()
DLVM_Init.cpp98 pInstance->InstParams = *pInstParams; in LVM_GetInstanceHandle()
472 if (pInstance->InstParams.BufferMode == LVM_MANAGED_BUFFERS) { in LVM_DelInstanceHandle()
566 LVM_InstParams_t InstParams; /* Instance parameters */ in LVM_ClearAudioBuffers() local
583 InstParams = pInstance->InstParams; in LVM_ClearAudioBuffers()
DLVM_API_Specials.cpp62 if (pInstance->InstParams.PSA_Included != LVM_PSA_ON) { in LVM_GetSpectrum()
DLVM_Buffers.cpp309 if (pInstance->InstParams.BufferMode == LVM_MANAGED_BUFFERS) { in LVM_BufferIn()
573 if (pInstance->InstParams.BufferMode == LVM_MANAGED_BUFFERS) { in LVM_BufferOut()
DLVM_Private.h135 LVM_InstParams_t InstParams; /* Instance parameters */ member
DLVM_Control.cpp103 if (pParams->EQNB_NBands > pInstance->InstParams.EQNB_NumBands) { in LVM_SetControlParameters()
128 (pParams->EQNB_NBands > pInstance->InstParams.EQNB_NumBands)) { in LVM_SetControlParameters()
724 if (pInstance->InstParams.PSA_Included == LVM_PSA_ON) { in LVM_ApplyNewSettings()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp239 LVM_InstParams_t InstParams; /* Instance parameters */ in LvmBundle_init() local
245 InstParams.BufferMode = LVM_UNMANAGED_BUFFERS; in LvmBundle_init()
246 InstParams.MaxBlockSize = MAX_CALL_SIZE; in LvmBundle_init()
247 InstParams.EQNB_NumBands = MAX_NUM_BANDS; in LvmBundle_init()
248 InstParams.PSA_Included = LVM_PSA_ON; in LvmBundle_init()
250 LvmStatus = LVM_GetInstanceHandle(&pContext->pBundledContext->hInstance, &InstParams); in LvmBundle_init()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp660 LVREV_InstanceParams_st InstParams; /* Instance parameters */ in Reverb_init() local
663 InstParams.MaxBlockSize = MAX_CALL_SIZE; in Reverb_init()
664 InstParams.SourceFormat = LVM_STEREO; // Max format, could be mono during process in Reverb_init()
665 InstParams.NumDelays = LVREV_DELAYLINES_4; in Reverb_init()
671 LvmStatus = LVREV_GetInstanceHandle(&pContext->hInstance, &InstParams); in Reverb_init()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp512 LVM_InstParams_t InstParams; /* Instance parameters */ in LvmBundle_init() local
518 InstParams.BufferMode = LVM_UNMANAGED_BUFFERS; in LvmBundle_init()
519 InstParams.MaxBlockSize = MAX_CALL_SIZE; in LvmBundle_init()
520 InstParams.EQNB_NumBands = MAX_NUM_BANDS; in LvmBundle_init()
521 InstParams.PSA_Included = LVM_PSA_ON; in LvmBundle_init()
523 LvmStatus = LVM_GetInstanceHandle(&pContext->pBundledContext->hInstance, &InstParams); in LvmBundle_init()