Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp44 ISVComponent *pComp = static_cast<ISVComponent*> \
49 Vector<ISVComponent*> ISVComponent::g_isv_components;
55 sp<ISVProcessor> ISVComponent::mProcThread = NULL;
59 pthread_mutex_t ISVComponent::ProcThreadInstanceLock = PTHREAD_MUTEX_INITIALIZER;
61 ISVComponent::ISVComponent( in ISVComponent() function in ISVComponent
115 g_isv_components.push_back(static_cast<ISVComponent*>(this)); in ISVComponent()
126 ISVComponent::~ISVComponent() in ~ISVComponent()
135 if (g_isv_components.itemAt(i) == static_cast<ISVComponent*>(this)) { in ~ISVComponent()
146 status_t ISVComponent::init(int32_t width, int32_t height) in init()
176 void ISVComponent::deinit() in deinit()
[all …]
Disv_omxcore.cpp51 static Vector<ISVComponent*> g_isv_components;
191 ISVComponent *pISVComponent = new ISVComponent(pAppData); in OMX_GetHandle()
259 ISVComponent *pComp = g_isv_components.itemAt(i); in OMX_FreeHandle()
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h45 class ISVComponent; variable
62 class ISVComponent //: public RefBase
68 ISVComponent(OMX_PTR);
69 ~ISVComponent();
82 static Vector<ISVComponent*> g_isv_components;