Searched defs:OMXVideoEncoderAVC (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderAVC.cpp17 #define LOG_TAG "OMXVideoEncoderAVC"
18 #include "OMXVideoEncoderAVC.h"
69 OMXVideoEncoderAVC::OMXVideoEncoderAVC() { function in class:OMXVideoEncoderAVC
117 OMXVideoEncoderAVC::~OMXVideoEncoderAVC() {
124 OMX_ERRORTYPE OMXVideoEncoderAVC::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionOutput) {
195 OMX_ERRORTYPE OMXVideoEncoderAVC::SetVideoEncoderParam(void) {
198 LOGV("OMXVideoEncoderAVC::SetVideoEncoderParam");
261 OMX_ERRORTYPE OMXVideoEncoderAVC
[all...]
H A DOMXVideoEncoderAVC.h68 class OMXVideoEncoderAVC : public OMXVideoEncoderBase { class in inherits: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, ParamIntelAVCVU
[all...]

Completed in 1681 milliseconds