Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderBase.h36 class OMXVideoEncoderBase : public OMXComponentCodecBase {
38 OMXVideoEncoderBase();
39 virtual ~OMXVideoEncoderBase();
61 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoPortFormat);
62 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoBitrate);
63 DECLARE_HANDLER(OMXVideoEncoderBase, IntelPrivateInfo);
64 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelBitrate);
65 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigIntelAIR);
66 DECLARE_HANDLER(OMXVideoEncoderBase, ParamVideoIntraRefresh);
67 DECLARE_HANDLER(OMXVideoEncoderBase, ConfigVideoFramerate);
[all …]
DOMXVideoEncoderBase.cpp26 OMXVideoEncoderBase::OMXVideoEncoderBase() in OMXVideoEncoderBase() function in OMXVideoEncoderBase
49 OMXVideoEncoderBase::~OMXVideoEncoderBase() { in ~OMXVideoEncoderBase()
81 OMX_ERRORTYPE OMXVideoEncoderBase::InitInputPort(void) { in InitInputPort()
140 OMX_ERRORTYPE OMXVideoEncoderBase::InitOutputPort(void) { in InitOutputPort()
261 OMX_ERRORTYPE OMXVideoEncoderBase::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *) { in InitInputPortFormatSpecific()
266 OMX_ERRORTYPE OMXVideoEncoderBase::SetVideoEncoderParam() { in SetVideoEncoderParam()
344 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorInit(void) { in ProcessorInit()
358 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorDeinit(void) { in ProcessorDeinit()
368 OMX_ERRORTYPE OMXVideoEncoderBase::ProcessorStop(void) { in ProcessorStop()
373 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.cpp62 return OMXVideoEncoderBase::SetVideoEncoderParam(); in SetVideoEncoderParam()
66 return OMXVideoEncoderBase::ProcessorInit(); in ProcessorInit()
70 return OMXVideoEncoderBase::ProcessorDeinit(); in ProcessorDeinit()
212 OMXVideoEncoderBase::BuildHandlerList(); in BuildHandlerList()
DOMXVideoEncoderH263.h24 class OMXVideoEncoderH263 : public OMXVideoEncoderBase {
DOMXVideoEncoderMPEG4.h25 class OMXVideoEncoderMPEG4 : public OMXVideoEncoderBase {
DOMXVideoEncoderVP8.h8 class OMXVideoEncoderVP8 : public OMXVideoEncoderBase {
DAndroid.mk483 OMXVideoEncoderBase.cpp \
521 OMXVideoEncoderBase.cpp \
563 OMXVideoEncoderBase.cpp \
646 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()