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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP8.cpp 21 #include "OMXVideoDecoderVP8.h"
25 OMXVideoDecoderVP8::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::ProcessorDeinit(void)
    [all...]
OMXVideoDecoderVP8.h 26 class OMXVideoDecoderVP8 : public OMXVideoDecoderBase {
28 OMXVideoDecoderVP8();
29 virtual ~OMXVideoDecoderVP8();
46 DECLARE_HANDLER(OMXVideoDecoderVP8, ParamVideoVp8);
Android.mk 109 OMXVideoDecoderVP8.cpp

Completed in 592 milliseconds