Home
last modified time | relevance | path

Searched refs:workBuffer (Results 1 – 2 of 2) 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()
783 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()
784 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()
786 pContext->pBundledContext->workBuffer = in LvmBundle_process()
788 if (pContext->pBundledContext->workBuffer == NULL) { in LvmBundle_process()
793 pOutTmp = pContext->pBundledContext->workBuffer; in LvmBundle_process()
862 if (pContext->pBundledContext->workBuffer != NULL) { in LvmBundle_process()
863 free(pContext->pBundledContext->workBuffer); in LvmBundle_process()
[all …]