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

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

Completed in 112 milliseconds