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

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

Completed in 119 milliseconds