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.h87 effect_buffer_t* workBuffer; member
DEffectBundle.cpp252 pContext->pBundledContext->workBuffer = NULL; in EffectCreate()
411 if (pContext->pBundledContext->workBuffer != NULL) { in EffectRelease()
412 free(pContext->pBundledContext->workBuffer); in EffectRelease()
642 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()
643 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()
645 pContext->pBundledContext->workBuffer = in LvmBundle_process()
647 if (pContext->pBundledContext->workBuffer == NULL) { in LvmBundle_process()
652 pOutTmp = pContext->pBundledContext->workBuffer; in LvmBundle_process()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp376 pContext->pBundledContext->workBuffer = NULL; in lvmCreate()