OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECLARE_OMX_COMPONENT
(Results
1 - 14
of
14
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXComponentDefines.h
103
#define
DECLARE_OMX_COMPONENT
(NAME, ROLE, CLASS) \
OMXVideoDecoderVP8.cpp
131
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoDecoder.VP8", "video_decoder.vp8", OMXVideoDecoderVP8);
OMXVideoDecoderWMV.cpp
126
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoDecoder.WMV", "video_decoder.wmv", OMXVideoDecoderWMV);
OMXVideoDecoderH263.cpp
157
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoDecoder.H263", "video_decoder.h263", OMXVideoDecoderH263);
OMXVideoDecoderMPEG4.cpp
158
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoDecoder.MPEG4", "video_decoder.mpeg4", OMXVideoDecoderMPEG4);
OMXVideoDecoderPAVC.cpp
205
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoDecoder.PAVC", "video_decoder.pavc", OMXVideoDecoderPAVC);
OMXVideoDecoderAVC.cpp
332
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoDecoder.AVC", "video_decoder.avc", OMXVideoDecoderAVC);
OMXVideoEncoderH263.cpp
300
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoEncoder.H263", "video_encoder.h263", OMXVideoEncoderH263);
OMXVideoEncoderMPEG4.cpp
298
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoEncoder.MPEG4", "video_encoder.mpeg4", OMXVideoEncoderMPEG4);
OMXVideoDecoderVP9Hybrid.cpp
360
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoDecoder.VP9.hybrid", "video_decoder.vp9", OMXVideoDecoderVP9Hybrid);
OMXVideoEncoderVP8.cpp
301
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoEncoder.VP8", "video_encoder.vp8", OMXVideoEncoderVP8);
OMXVideoDecoderVP9HWR.cpp
844
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoDecoder.VP9.hwr", "video_decoder.vp9", OMXVideoDecoderVP9HWR);
OMXVideoEncoderAVC.cpp
[
all
...]
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp
644
DECLARE_OMX_COMPONENT
("OMX.Intel.VideoDecoder.AVC.secure", "video_decoder.avc", OMXVideoDecoderAVCSecure);
Completed in 1541 milliseconds