Home
last modified time | relevance | path

Searched refs:ipCoreDescriptor (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp41 ipCoreDescriptor = NULL; in OmxComponentBase()
182 if (ipCoreDescriptor) in ConstructBaseComponent()
184 oscl_free(ipCoreDescriptor); in ConstructBaseComponent()
185 ipCoreDescriptor = NULL; in ConstructBaseComponent()
188 ipCoreDescriptor = (CoreDescriptorType*) oscl_malloc(sizeof(CoreDescriptorType)); in ConstructBaseComponent()
189 if (NULL == ipCoreDescriptor) in ConstructBaseComponent()
194 ipCoreDescriptor->pMessageQueue = NULL; in ConstructBaseComponent()
195 ipCoreDescriptor->pMessageQueue = (QueueType*) oscl_malloc(sizeof(QueueType)); in ConstructBaseComponent()
196 if (NULL == ipCoreDescriptor->pMessageQueue) in ConstructBaseComponent()
201 if (OMX_ErrorNone != QueueInit(ipCoreDescriptor->pMessageQueue)) in ConstructBaseComponent()
[all …]
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h456 CoreDescriptorType* ipCoreDescriptor; variable