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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.h 34 class OMXVideoDecoderBase : public OMXComponentCodecBase {
36 OMXVideoDecoderBase();
37 virtual ~OMXVideoDecoderBase();
76 DECLARE_HANDLER(OMXVideoDecoderBase, ParamVideoPortFormat);
77 DECLARE_HANDLER(OMXVideoDecoderBase, CapabilityFlags);
78 DECLARE_HANDLER(OMXVideoDecoderBase, NativeBufferUsage);
79 DECLARE_HANDLER(OMXVideoDecoderBase, NativeBuffer);
80 DECLARE_HANDLER(OMXVideoDecoderBase, NativeBufferMode);
81 DECLARE_HANDLER(OMXVideoDecoderBase, DecoderRotation);
82 DECLARE_HANDLER(OMXVideoDecoderBase, DecoderOutputCrop)
    [all...]
OMXVideoDecoderVP8.cpp 59 return OMXVideoDecoderBase::ProcessorInit();
63 return OMXVideoDecoderBase::ProcessorDeinit();
71 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
75 return OMXVideoDecoderBase::PrepareConfigBuffer(p);
79 return OMXVideoDecoderBase::PrepareDecodeBuffer(buffer, retain, p);
83 OMXVideoDecoderBase::BuildHandlerList();
119 return OMXVideoDecoderBase::GetOutputColorFormat(width);
129 return OMXVideoDecoderBase::SetMaxOutputBufferCount(p);
OMXVideoDecoderWMV.cpp 58 return OMXVideoDecoderBase::ProcessorInit();
62 return OMXVideoDecoderBase::ProcessorDeinit();
70 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
74 return OMXVideoDecoderBase::PrepareConfigBuffer(p);
78 return OMXVideoDecoderBase::PrepareDecodeBuffer(buffer, retain, p);
82 OMXVideoDecoderBase::BuildHandlerList();
114 return OMXVideoDecoderBase::GetOutputColorFormat(width);
124 return OMXVideoDecoderBase::SetMaxOutputBufferCount(p);
OMXVideoDecoderH263.cpp 60 return OMXVideoDecoderBase::ProcessorInit();
64 return OMXVideoDecoderBase::ProcessorDeinit();
72 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
76 return OMXVideoDecoderBase::PrepareConfigBuffer(p);
80 return OMXVideoDecoderBase::PrepareDecodeBuffer(buffer, retain, p);
84 OMXVideoDecoderBase::BuildHandlerList();
144 return OMXVideoDecoderBase::GetOutputColorFormat(width);
154 return OMXVideoDecoderBase::SetMaxOutputBufferCount(p);
OMXVideoDecoderMPEG4.cpp 60 return OMXVideoDecoderBase::ProcessorInit();
64 return OMXVideoDecoderBase::ProcessorDeinit();
72 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
76 return OMXVideoDecoderBase::PrepareConfigBuffer(p);
80 return OMXVideoDecoderBase::PrepareDecodeBuffer(buffer, retain, p);
84 OMXVideoDecoderBase::BuildHandlerList();
145 return OMXVideoDecoderBase::GetOutputColorFormat(width);
155 return OMXVideoDecoderBase::SetMaxOutputBufferCount(p);
OMXVideoDecoderBase.cpp 20 #include "OMXVideoDecoderBase.h"
26 OMXVideoDecoderBase::OMXVideoDecoderBase()
39 OMXVideoDecoderBase::~OMXVideoDecoderBase() {
55 OMX_ERRORTYPE OMXVideoDecoderBase::InitInputPort(void) {
113 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPort(void) {
170 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *) {
175 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorInit(void) {
200 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorReset(void)
    [all...]
OMXVideoDecoderPAVC.cpp 65 return OMXVideoDecoderBase::ProcessorInit();
69 return OMXVideoDecoderBase::ProcessorDeinit();
73 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
81 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
86 ret = OMXVideoDecoderBase::PrepareConfigBuffer(p);
87 CHECK_RETURN_VALUE("OMXVideoDecoderBase::PrepareConfigBuffer");
98 ret = OMXVideoDecoderBase::PrepareDecodeBuffer(buffer, retain, p);
99 CHECK_RETURN_VALUE("OMXVideoDecoderBase::PrepareDecodeBuffer");
117 OMXVideoDecoderBase::BuildHandlerList();
OMXVideoDecoderH263.h 22 #include "OMXVideoDecoderBase.h"
24 class OMXVideoDecoderH263 : public OMXVideoDecoderBase {
OMXVideoDecoderMPEG4.h 23 #include "OMXVideoDecoderBase.h"
25 class OMXVideoDecoderMPEG4 : public OMXVideoDecoderBase {
OMXVideoDecoderVP8.h 23 #include "OMXVideoDecoderBase.h"
26 class OMXVideoDecoderVP8 : public OMXVideoDecoderBase {
OMXVideoDecoderWMV.h 23 #include "OMXVideoDecoderBase.h"
25 class OMXVideoDecoderWMV : public OMXVideoDecoderBase {
OMXVideoDecoderAVC.cpp 73 return OMXVideoDecoderBase::ProcessorInit();
85 return OMXVideoDecoderBase::ProcessorDeinit();
91 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
99 return OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
105 ret = OMXVideoDecoderBase::PrepareConfigBuffer(p);
106 CHECK_RETURN_VALUE("OMXVideoDecoderBase::PrepareConfigBuffer");
135 ret = OMXVideoDecoderBase::PrepareDecodeBuffer(buffer, retain, p);
136 CHECK_RETURN_VALUE("OMXVideoDecoderBase::PrepareDecodeBuffer");
230 OMXVideoDecoderBase::BuildHandlerList();
319 return OMXVideoDecoderBase::GetOutputColorFormat(width)
    [all...]
OMXVideoDecoderPAVC.h 21 #include "OMXVideoDecoderBase.h"
23 class OMXVideoDecoderPAVC : public OMXVideoDecoderBase {
OMXVideoDecoderAVC.h 21 #include "OMXVideoDecoderBase.h"
23 class OMXVideoDecoderAVC : public OMXVideoDecoderBase {
OMXVideoDecoderVP9Hybrid.h 22 #include "OMXVideoDecoderBase.h"
26 class OMXVideoDecoderVP9Hybrid : public OMXVideoDecoderBase {
Android.mk 41 OMXVideoDecoderBase.cpp\
101 OMXVideoDecoderBase.cpp\
172 OMXVideoDecoderBase.cpp\
219 OMXVideoDecoderBase.cpp\
270 OMXVideoDecoderBase.cpp\
325 OMXVideoDecoderBase.cpp\
380 OMXVideoDecoderBase.cpp\
436 OMXVideoDecoderBase.cpp
597 OMXVideoDecoderBase.cpp\
OMXVideoDecoderVP9HWR.h 22 #include "OMXVideoDecoderBase.h"
48 class OMXVideoDecoderVP9HWR : public OMXVideoDecoderBase {
OMXVideoDecoderVP9Hybrid.cpp 259 OMXVideoDecoderBase::BuildHandlerList();
OMXVideoDecoderVP9HWR.cpp 707 OMXVideoDecoderBase::BuildHandlerList();
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 132 return OMXVideoDecoderBase::ProcessorInit();
146 return OMXVideoDecoderBase::ProcessorDeinit();
160 return OMXVideoDecoderBase::ProcessorStart();
169 return OMXVideoDecoderBase::ProcessorStop();
174 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
226 ret = OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
228 ALOGE("OMXVideoDecoderBase::ProcessorProcess failed. Result: %#x", ret);
244 return OMXVideoDecoderBase::ProcessorPause();
248 return OMXVideoDecoderBase::ProcessorResume();
253 ret = OMXVideoDecoderBase::PrepareConfigBuffer(p)
    [all...]
OMXVideoDecoderAVCSecure.h 21 #include "OMXVideoDecoderBase.h"
26 class OMXVideoDecoderAVCSecure : public OMXVideoDecoderBase {

Completed in 3451 milliseconds