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.h93 effect_buffer_t *workBuffer; member
DEffectBundle.cpp272 pContext->pBundledContext->workBuffer = NULL; in EffectCreate()
438 if (pContext->pBundledContext->workBuffer != NULL) { in EffectRelease()
439 free(pContext->pBundledContext->workBuffer); in EffectRelease()
736 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()
737 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()
739 pContext->pBundledContext->workBuffer = in LvmBundle_process()
741 if (pContext->pBundledContext->workBuffer == NULL) { in LvmBundle_process()
746 pOutTmp = pContext->pBundledContext->workBuffer; in LvmBundle_process()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp480 pContext->pBundledContext->workBuffer = NULL; in lvmCreate()