OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:component_init
(Results
1 - 7
of
7
) sorted by null
/hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_encoder.h
44
OMX_ERRORTYPE
component_init
(OMX_STRING role);
omx_video_base.h
143
virtual OMX_ERRORTYPE
component_init
(OMX_STRING role)= 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-video/vidc/vdec/inc/
omx_vdec.h
188
OMX_ERRORTYPE
component_init
(OMX_STRING role);
/hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp
81
OMX_ERRORTYPE omx_venc::
component_init
(OMX_STRING role)
function in class:omx_venc
91
DEBUG_PRINT_HIGH("\n omx_venc(): Inside
component_init
()");
395
DEBUG_PRINT_HIGH("\n
Component_init
return value = 0x%x", eRet);
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
803
OMX_ERRORTYPE omx_vdec::
component_init
(OMX_STRING role)
function in class:omx_vdec
833
DEBUG_PRINT_HIGH("\n omx_vdec::
component_init
(): Start of New Playback");
837
DEBUG_PRINT_HIGH("\n omx_vdec::
component_init
(): Open returned fd %d",
[
all
...]
Completed in 143 milliseconds