HomeSort by relevance Sort by last modified time
    Searched refs:OMXVideoEncoderVP8 (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderVP8.h 8 class OMXVideoEncoderVP8 : public OMXVideoEncoderBase {
10 OMXVideoEncoderVP8();
11 virtual ~OMXVideoEncoderVP8();
19 DECLARE_HANDLER(OMXVideoEncoderVP8, ParamVideoVp8);
20 DECLARE_HANDLER(OMXVideoEncoderVP8, ConfigVideoVp8ReferenceFrame);
21 DECLARE_HANDLER(OMXVideoEncoderVP8, ConfigVp8MaxFrameSizeRatio);
OMXVideoEncoderVP8.cpp 2 #define LOG_TAG "OMXVideoEncoderVP8"
3 #include "OMXVideoEncoderVP8.h"
7 OMXVideoEncoderVP8::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::SetVideoEncoderParam()
    [all...]
Android.mk 719 OMXVideoEncoderVP8.cpp

Completed in 80 milliseconds