OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qc_omx_component
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp
42
#include "
qc_omx_component
.h"
48
qc_omx_component
*pThis = (
qc_omx_component
*)obj_ptr;
88
qc_omx_component
*pThis = (hComp)? (
qc_omx_component
*)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
114
qc_omx_component
*pThis = (hComp)? (
qc_omx_component
*)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
130
qc_omx_component
*pThis = (hComp)? (
qc_omx_component
*)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL;
146
qc_omx_component
*pThis = (hComp)? (qc_omx_component *)(((OMX_COMPONENTTYPE *)hComp)->pComponentPrivate):NULL
[
all
...]
/hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h
32
*//** @file
qc_omx_component
.h
45
class
qc_omx_component
class
55
virtual ~
qc_omx_component
(){}
/hardware/qcom/media/mm-core/omxcore/
Android.mk
59
LOCAL_COPY_HEADERS += inc/
qc_omx_component
.h
/hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h
54
#include "
qc_omx_component
.h"
122
class omx_video: public
qc_omx_component
/hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h
77
#include "
qc_omx_component
.h"
167
class omx_vdec: public
qc_omx_component
Completed in 57 milliseconds