Searched refs:OMXVideoEncoderVP8 (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderVP8.h8 class OMXVideoEncoderVP8 : public OMXVideoEncoderBase { class in inherits:OMXVideoEncoderBase
10 OMXVideoEncoderVP8();
11 virtual ~OMXVideoEncoderVP8();
19 DECLARE_HANDLER(OMXVideoEncoderVP8, ParamVideoVp8);
20 DECLARE_HANDLER(OMXVideoEncoderVP8, ConfigVideoVp8ReferenceFrame);
21 DECLARE_HANDLER(OMXVideoEncoderVP8, ConfigVp8MaxFrameSizeRatio);
H A DOMXVideoEncoderVP8.cpp2 #define LOG_TAG "OMXVideoEncoderVP8"
3 #include "OMXVideoEncoderVP8.h"
7 OMXVideoEncoderVP8::OMXVideoEncoderVP8() { function in class:OMXVideoEncoderVP8
8 LOGV("OMXVideoEncoderVP8 is constructed.");
15 OMXVideoEncoderVP8::~OMXVideoEncoderVP8() {
16 LOGV("OMXVideoEncoderVP8 is destructed.");
19 OMX_ERRORTYPE OMXVideoEncoderVP8::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionOutput) {
54 OMX_ERRORTYPE OMXVideoEncoderVP8
[all...]
H A DAndroid.mk718 OMXVideoEncoderVP8.cpp

Completed in 136 milliseconds