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.h55 struct BundledEffectContext { struct
109 BundledEffectContext* pBundledContext; argument
116 BundledEffectContext* pBundledContext;
DEffectBundle.cpp221 GlobalSessionMemory[sessionNo].pBundledContext = new BundledEffectContext; in EffectCreate()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp342 pContext->pBundledContext = (BundledEffectContext*)malloc(sizeof(struct BundledEffectContext)); in lvmCreate()