Home
last modified time | relevance | path

Searched refs:OMXVideoEncoderBase (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderBase.h40 class OMXVideoEncoderBase : public OMXComponentCodecBase {
42 OMXVideoEncoderBase();
43 virtual ~OMXVideoEncoderBase();
65 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoPortFormat);
66 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoBitrate);
67 DECLARE_HANDLER(OMXVideoEncoderBase, IntelPrivateInfo);
68 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelBitrate);
69 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelAIR);
70 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoIntraRefresh);
71 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoFramerate);
[all …]
DOMXVideoEncoderBase.cpp27 OMXVideoEncoderBase::OMXVideoEncoderBase() in OMXVideoEncoderBase() function in OMXVideoEncoderBase
50 OMXVideoEncoderBase::~OMXVideoEncoderBase() { in ~OMXVideoEncoderBase()
82 OMX_ERRORTYPE OMXVideoEncoderBase::InitInputPort(void) { in InitInputPort()
141 OMX_ERRORTYPE OMXVideoEncoderBase::InitOutputPort(void) { in InitOutputPort()
274 OMX_ERRORTYPE OMXVideoEncoderBase::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *) { in InitInputPortFormatSpecific()
279 OMX_ERRORTYPE OMXVideoEncoderBase::SetVideoEncoderParam() { in SetVideoEncoderParam()
353 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorInit(void) { in ProcessorInit()
367 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorDeinit(void) { in ProcessorDeinit()
375 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorStop(void) { in ProcessorStop()
380 OMX_ERRORTYPE OMXVideoEncoderBase:: ProcessorProcess( in ProcessorProcess()
[all …]
DOMXVideoEncoderH263.cpp75 return OMXVideoEncoderBase::SetVideoEncoderParam(); in SetVideoEncoderParam()
80 return OMXVideoEncoderBase::ProcessorInit(); in ProcessorInit()
84 return OMXVideoEncoderBase::ProcessorDeinit(); in ProcessorDeinit()
243 OMXVideoEncoderBase::BuildHandlerList(); in BuildHandlerList()
DOMXVideoEncoderMPEG4.cpp69 return OMXVideoEncoderBase::SetVideoEncoderParam(); in SetVideoEncoderParam()
73 return OMXVideoEncoderBase::ProcessorInit(); in ProcessorInit()
77 return OMXVideoEncoderBase::ProcessorDeinit(); in ProcessorDeinit()
240 OMXVideoEncoderBase::BuildHandlerList(); in BuildHandlerList()
DOMXVideoEncoderVP8.cpp63 return OMXVideoEncoderBase::SetVideoEncoderParam(); in SetVideoEncoderParam()
67 return OMXVideoEncoderBase::ProcessorInit(); in ProcessorInit()
71 return OMXVideoEncoderBase::ProcessorDeinit(); in ProcessorDeinit()
235 OMXVideoEncoderBase::BuildHandlerList(); in BuildHandlerList()
DOMXVideoEncoderH263.h24 class OMXVideoEncoderH263 : public OMXVideoEncoderBase {
DOMXVideoEncoderMPEG4.h25 class OMXVideoEncoderMPEG4 : public OMXVideoEncoderBase {
DOMXVideoEncoderVP8.h8 class OMXVideoEncoderVP8 : public OMXVideoEncoderBase {
DAndroid.mk523 OMXVideoEncoderBase.cpp \
561 OMXVideoEncoderBase.cpp \
603 OMXVideoEncoderBase.cpp \
690 OMXVideoEncoderBase.cpp \
DOMXVideoEncoderAVC.h68 class OMXVideoEncoderAVC : public OMXVideoEncoderBase {
DOMXVideoEncoderAVC.cpp222 OMXVideoEncoderBase::SetVideoEncoderParam(); in SetVideoEncoderParam()
265 return OMXVideoEncoderBase::ProcessorInit(); in ProcessorInit()
269 return OMXVideoEncoderBase::ProcessorDeinit(); in ProcessorDeinit()
282 return OMXVideoEncoderBase::ProcessorStop(); in ProcessorStop()
666 OMXVideoEncoderBase::BuildHandlerList(); in BuildHandlerList()