Searched defs:OMXVideoDecoderBase (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.h34 class OMXVideoDecoderBase : public OMXComponentCodecBase { class in inherits:OMXComponentCodecBase
36 OMXVideoDecoderBase();
37 virtual ~OMXVideoDecoderBase();
77 DECLARE_HANDLER(OMXVideoDecoderBase, ParamVideoPortFormat);
78 DECLARE_HANDLER(OMXVideoDecoderBase, CapabilityFlags);
79 DECLARE_HANDLER(OMXVideoDecoderBase, NativeBufferUsage);
80 DECLARE_HANDLER(OMXVideoDecoderBase, NativeBuffer);
81 DECLARE_HANDLER(OMXVideoDecoderBase, NativeBufferMode);
82 DECLARE_HANDLER(OMXVideoDecoderBase, DecoderRotation);
83 DECLARE_HANDLER(OMXVideoDecoderBase, DecoderOutputCro
[all...]
H A DOMXVideoDecoderBase.cpp24 #include "OMXVideoDecoderBase.h"
31 OMXVideoDecoderBase::OMXVideoDecoderBase() function in class:OMXVideoDecoderBase
50 OMXVideoDecoderBase::~OMXVideoDecoderBase() {
66 OMX_ERRORTYPE OMXVideoDecoderBase::InitInputPort(void) {
124 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPort(void) {
181 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *) {
186 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorInit(void) {
211 OMX_ERRORTYPE OMXVideoDecoderBase
[all...]

Completed in 92 milliseconds