Home | History | Annotate | Download | only in videodecoder

Lines Matching refs:VideoDecoderBase

22     : VideoDecoderBase(mimeType, VBP_MPEG2),
35 status = VideoDecoderBase::start(buffer);
36 CHECK_STATUS("VideoDecoderBase::start");
44 status = VideoDecoderBase::parseBuffer(
49 CHECK_STATUS("VideoDecoderBase::parseBuffer");
62 VideoDecoderBase::stop();
81 status = VideoDecoderBase::parseBuffer(
86 CHECK_STATUS("VideoDecoderBase::parseBuffer");
144 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees);
153 VideoDecoderBase::flush();
340 return VideoDecoderBase::setupVA(MPEG2_SURFACE_NUMBER, vaProfile);