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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderAVC.h 23 class OMXVideoDecoderAVC : public OMXVideoDecoderBase {
25 OMXVideoDecoderAVC();
26 virtual ~OMXVideoDecoderAVC();
44 DECLARE_HANDLER(OMXVideoDecoderAVC, ParamVideoAvc);
45 DECLARE_HANDLER(OMXVideoDecoderAVC, ParamIntelAVCDecodeSettings);
46 DECLARE_HANDLER(OMXVideoDecoderAVC, ParamVideoAVCProfileLevel);
OMXVideoDecoderAVC.cpp 21 #include "OMXVideoDecoderAVC.h"
29 OMXVideoDecoderAVC::OMXVideoDecoderAVC()
34 LOGV("OMXVideoDecoderAVC is constructed.");
44 OMXVideoDecoderAVC::~OMXVideoDecoderAVC() {
45 LOGV("OMXVideoDecoderAVC is destructed.");
48 OMX_ERRORTYPE OMXVideoDecoderAVC::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionInput) {
72 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorInit(void) {
76 OMX_ERRORTYPE OMXVideoDecoderAVC::ProcessorDeinit(void)
    [all...]
Android.mk 43 OMXVideoDecoderAVC.cpp

Completed in 163 milliseconds