HomeSort by relevance Sort by last modified time
    Searched defs:OMXVideoDecoderBase (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.h 34 class OMXVideoDecoderBase : public 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, DecoderOutputCrop)
    [all...]
OMXVideoDecoderBase.cpp 25 #include "OMXVideoDecoderBase.h"
32 OMXVideoDecoderBase::OMXVideoDecoderBase()
51 OMXVideoDecoderBase::~OMXVideoDecoderBase() {
67 OMX_ERRORTYPE OMXVideoDecoderBase::InitInputPort(void) {
125 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPort(void) {
182 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *) {
187 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorInit(void) {
212 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorReset(void)
    [all...]

Completed in 51 milliseconds