Home
last modified time | relevance | path

Searched refs:workBuffer (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h98 effect_buffer_t *workBuffer; member
DEffectBundle.cpp293 pContext->pBundledContext->workBuffer = NULL; in EffectCreate()
466 if (pContext->pBundledContext->workBuffer != NULL) { in EffectRelease()
467 free(pContext->pBundledContext->workBuffer); in EffectRelease()
793 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()
794 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()
796 pContext->pBundledContext->workBuffer = in LvmBundle_process()
798 if (pContext->pBundledContext->workBuffer == NULL) { in LvmBundle_process()
803 pOutTmp = pContext->pBundledContext->workBuffer; in LvmBundle_process()
876 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()
877 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()
[all …]
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp480 pContext->pBundledContext->workBuffer = NULL; in lvmCreate()