Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h66 struct BundledEffectContext{ struct
122 BundledEffectContext *pBundledContext; argument
129 BundledEffectContext *pBundledContext;
DEffectBundle.cpp241 GlobalSessionMemory[sessionNo].pBundledContext = new BundledEffectContext; in EffectCreate()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp446 pContext->pBundledContext = (BundledEffectContext *)malloc(sizeof(struct BundledEffectContext)); in lvmCreate()