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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.h 24 class OMXVideoEncoderH263 : public OMXVideoEncoderBase {
26 OMXVideoEncoderH263();
27 virtual ~OMXVideoEncoderH263();
40 DECLARE_HANDLER(OMXVideoEncoderH263, ParamVideoH263);
41 DECLARE_HANDLER(OMXVideoEncoderH263, ParamVideoProfileLevelQuerySupported);
OMXVideoEncoderH263.cpp 18 #define LOG_TAG "OMXVideoEncoderH263"
19 #include "OMXVideoEncoderH263.h"
23 OMXVideoEncoderH263::OMXVideoEncoderH263() {
24 LOGV("Constructer for OMXVideoEncoderH263.");
33 OMXVideoEncoderH263::~OMXVideoEncoderH263() {
34 LOGV("Destructer for OMXVideoEncoderH263.");
37 OMX_ERRORTYPE OMXVideoEncoderH263::InitOutputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionOutput) {
66 OMX_ERRORTYPE OMXVideoEncoderH263::SetVideoEncoderParam(void)
    [all...]
Android.mk 587 OMXVideoEncoderH263.cpp

Completed in 109 milliseconds