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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderH263.h 24 class OMXVideoDecoderH263 : public OMXVideoDecoderBase {
26 OMXVideoDecoderH263();
27 virtual ~OMXVideoDecoderH263();
44 DECLARE_HANDLER(OMXVideoDecoderH263, ParamVideoH263);
45 DECLARE_HANDLER(OMXVideoDecoderH263, ParamVideoH263ProfileLevel);
OMXVideoDecoderH263.cpp 21 #include "OMXVideoDecoderH263.h"
26 OMXVideoDecoderH263::OMXVideoDecoderH263() {
27 LOGV("OMXVideoDecoderH263 is constructed.");
36 OMXVideoDecoderH263::~OMXVideoDecoderH263() {
37 LOGV("OMXVideoDecoderH263 is destructed.");
40 OMX_ERRORTYPE OMXVideoDecoderH263::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionInput) {
59 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorInit(void) {
63 OMX_ERRORTYPE OMXVideoDecoderH263::ProcessorDeinit(void)
    [all...]
Android.mk 314 OMXVideoDecoderH263.cpp

Completed in 90 milliseconds