Home
last modified time | relevance | path

Searched refs:OMXVideoEncoderAVC (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.h68 class OMXVideoEncoderAVC : public OMXVideoEncoderBase {
70 OMXVideoEncoderAVC();
71 virtual ~OMXVideoEncoderAVC();
86 DECLARE_HANDLER(OMXVideoEncoderAVC, ParamVideoAvc);
87 DECLARE_HANDLER(OMXVideoEncoderAVC, ParamNalStreamFormat);
88 DECLARE_HANDLER(OMXVideoEncoderAVC, ParamNalStreamFormatSupported);
89 DECLARE_HANDLER(OMXVideoEncoderAVC, ParamNalStreamFormatSelect);
90 DECLARE_HANDLER(OMXVideoEncoderAVC, ConfigVideoAVCIntraPeriod);
91 DECLARE_HANDLER(OMXVideoEncoderAVC, ConfigVideoNalSize);
92 DECLARE_HANDLER(OMXVideoEncoderAVC, ParamIntelAVCVUI);
[all …]
DOMXVideoEncoderAVC.cpp69 OMXVideoEncoderAVC::OMXVideoEncoderAVC() { in OMXVideoEncoderAVC() function in OMXVideoEncoderAVC
117 OMXVideoEncoderAVC::~OMXVideoEncoderAVC() { in ~OMXVideoEncoderAVC()
124 OMX_ERRORTYPE OMXVideoEncoderAVC::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramP… in InitOutputPortFormatSpecific()
195 OMX_ERRORTYPE OMXVideoEncoderAVC::SetVideoEncoderParam(void) { in SetVideoEncoderParam()
261 OMX_ERRORTYPE OMXVideoEncoderAVC::ProcessorInit(void) { in ProcessorInit()
268 OMX_ERRORTYPE OMXVideoEncoderAVC::ProcessorDeinit(void) { in ProcessorDeinit()
272 OMX_ERRORTYPE OMXVideoEncoderAVC::ProcessorStop(void) { in ProcessorStop()
285 OMX_ERRORTYPE OMXVideoEncoderAVC::ProcessorPreEmptyBuffer(OMX_BUFFERHEADERTYPE* buffer) { in ProcessorPreEmptyBuffer()
338 OMX_BOOL OMXVideoEncoderAVC::ProcessCacheOperation(OMX_BUFFERHEADERTYPE **buffers) { in ProcessCacheOperation()
436 OMX_ERRORTYPE OMXVideoEncoderAVC::ProcessDataRetrieve( in ProcessDataRetrieve()
[all …]
DAndroid.mk524 OMXVideoEncoderAVC.cpp