Searched defs:OMXVideoDecoderVP8 (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP8.h26 class OMXVideoDecoderVP8 : public OMXVideoDecoderBase { class in inherits:OMXVideoDecoderBase
28 OMXVideoDecoderVP8();
29 virtual ~OMXVideoDecoderVP8();
46 DECLARE_HANDLER(OMXVideoDecoderVP8, ParamVideoVp8);
H A DOMXVideoDecoderVP8.cpp21 #include "OMXVideoDecoderVP8.h"
25 OMXVideoDecoderVP8::OMXVideoDecoderVP8() { function in class:OMXVideoDecoderVP8
26 LOGV("OMXVideoDecoderVP8 is constructed.");
36 OMXVideoDecoderVP8::~OMXVideoDecoderVP8() {
37 LOGV("OMXVideoDecoderVP8 is destructed.");
40 OMX_ERRORTYPE OMXVideoDecoderVP8::InitInputPortFormatSpecific(OMX_PARAM_PORTDEFINITIONTYPE *paramPortDefinitionInput) {
58 OMX_ERRORTYPE OMXVideoDecoderVP8::ProcessorInit(void) {
62 OMX_ERRORTYPE OMXVideoDecoderVP8
[all...]

Completed in 1997 milliseconds