OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBaseComponent
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp
90
memset(&
mBaseComponent
, 0, sizeof(OMX_COMPONENTTYPE));
92
SetTypeHeader(&
mBaseComponent
, sizeof(
mBaseComponent
));
93
mBaseComponent
.pApplicationPrivate = pAppData;
94
mBaseComponent
.pComponentPrivate = static_cast<OMX_PTR>(this);
97
mBaseComponent
.GetComponentVersion = NULL;
98
mBaseComponent
.SendCommand = SendCommand;
99
mBaseComponent
.GetParameter = GetParameter;
100
mBaseComponent
.SetParameter = SetParameter;
101
mBaseComponent
.GetConfig = GetConfig
[
all
...]
/hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h
56
OMX_COMPONENTTYPE *
mBaseComponent
;
78
OMX_COMPONENTTYPE *getBaseComponent(){return &
mBaseComponent
;}
259
OMX_COMPONENTTYPE
mBaseComponent
; //returned by GetComponetHandle()
Completed in 65 milliseconds