OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:component_init
(Results
1 - 10
of
10
) sorted by null
/hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_encoder.h
49
OMX_ERRORTYPE
component_init
(OMX_STRING role);
omx_video_base.h
203
virtual OMX_ERRORTYPE
component_init
(OMX_STRING role)= 0;
/hardware/qcom/media/mm-core/inc/
qc_omx_component.h
58
virtual OMX_ERRORTYPE
component_init
(OMX_IN OMX_STRING componentName)=0;
/hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h
58
virtual OMX_ERRORTYPE
component_init
(OMX_IN OMX_STRING componentName)=0;
/hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp
94
eRet = pThis->
component_init
(componentName);
/hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp
94
eRet = pThis->
component_init
(componentName);
/hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h
281
OMX_ERRORTYPE
component_init
(OMX_STRING role);
/hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp
96
OMX_ERRORTYPE omx_venc::
component_init
(OMX_STRING role)
function in class:omx_venc
106
DEBUG_PRINT_HIGH("\n omx_venc(): Inside
component_init
()");
457
DEBUG_PRINT_HIGH("\n
Component_init
return value = 0x%x", eRet);
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
1166
OMX_ERRORTYPE omx_vdec::
component_init
(OMX_STRING role)
function in class:omx_vdec
[
all
...]
omx_vdec_copper.cpp
1184
OMX_ERRORTYPE omx_vdec::
component_init
(OMX_STRING role)
function in class:omx_vdec
[
all
...]
Completed in 327 milliseconds