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.h61 struct BundledEffectContext{ struct
117 BundledEffectContext *pBundledContext; argument
124 BundledEffectContext *pBundledContext;
DEffectBundle.cpp240 GlobalSessionMemory[sessionNo].pBundledContext = new BundledEffectContext; in EffectCreate()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp446 pContext->pBundledContext = (BundledEffectContext *)malloc(sizeof(struct BundledEffectContext)); in lvmCreate()