HomeSort by relevance Sort by last modified time
    Searched refs:OMXVideoDecoderBase (Results 1 - 23 of 23) 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);
OMXVideoDecoderMPEG2.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);
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);
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();
OMXVideoDecoderBase.cpp 24 #include "OMXVideoDecoderBase.h"
29 OMXVideoDecoderBase::OMXVideoDecoderBase()
47 OMXVideoDecoderBase::~OMXVideoDecoderBase() {
63 OMX_ERRORTYPE OMXVideoDecoderBase::InitInputPort(void) {
121 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPort(void) {
178 OMX_ERRORTYPE OMXVideoDecoderBase::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *) {
183 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorInit(void) {
208 OMX_ERRORTYPE OMXVideoDecoderBase::ProcessorReset(void)
    [all...]
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...]
OMXVideoDecoderH263.h 22 #include "OMXVideoDecoderBase.h"
24 class OMXVideoDecoderH263 : public OMXVideoDecoderBase {
OMXVideoDecoderMPEG2.h 23 #include "OMXVideoDecoderBase.h"
25 class OMXVideoDecoderMPEG2 : 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 {
OMXVideoDecoderPAVC.h 21 #include "OMXVideoDecoderBase.h"
23 class OMXVideoDecoderPAVC : public OMXVideoDecoderBase {
OMXVideoDecoderAVC.h 21 #include "OMXVideoDecoderBase.h"
23 class OMXVideoDecoderAVC : public OMXVideoDecoderBase {
Android.mk 42 OMXVideoDecoderBase.cpp \
105 OMXVideoDecoderBase.cpp \
178 OMXVideoDecoderBase.cpp \
225 OMXVideoDecoderBase.cpp \
281 OMXVideoDecoderBase.cpp \
339 OMXVideoDecoderBase.cpp \
397 OMXVideoDecoderBase.cpp \
455 OMXVideoDecoderBase.cpp
505 OMXVideoDecoderBase.cpp\
667 OMXVideoDecoderBase.cpp
    [all...]
OMXVideoDecoderVP9HWR.h 22 #include "OMXVideoDecoderBase.h"
48 class OMXVideoDecoderVP9HWR : public OMXVideoDecoderBase {
OMXVideoDecoderVP9Hybrid.h 22 #include "OMXVideoDecoderBase.h"
26 class OMXVideoDecoderVP9Hybrid : public OMXVideoDecoderBase {
OMXVideoDecoderVP9Hybrid.cpp 464 OMXVideoDecoderBase::BuildHandlerList();
OMXVideoDecoderVP9HWR.cpp 697 OMXVideoDecoderBase::BuildHandlerList();
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 120 return OMXVideoDecoderBase::ProcessorInit();
134 return OMXVideoDecoderBase::ProcessorDeinit();
146 return OMXVideoDecoderBase::ProcessorStart();
155 return OMXVideoDecoderBase::ProcessorStop();
160 return OMXVideoDecoderBase::ProcessorFlush(portIndex);
229 ret = OMXVideoDecoderBase::ProcessorProcess(pBuffers, retains, numberBuffers);
231 ALOGE("OMXVideoDecoderBase::ProcessorProcess failed. Result: %#x", ret);
247 return OMXVideoDecoderBase::ProcessorPause();
251 return OMXVideoDecoderBase::ProcessorResume();
256 ret = OMXVideoDecoderBase::PrepareConfigBuffer(p)
    [all...]
OMXVideoDecoderAVCSecure.h 21 #include "OMXVideoDecoderBase.h"
26 class OMXVideoDecoderAVCSecure : public OMXVideoDecoderBase {

Completed in 114 milliseconds