Home | History | Annotate | Download | only in videodecoder

Lines Matching refs:VideoDecoderBase

22     : VideoDecoderBase(mimeType, VBP_VP8) {
60 if ((VideoDecoderBase::alignMB(mVideoFormatInfo.width) != width) ||
61 (VideoDecoderBase::alignMB(mVideoFormatInfo.height) != height)) {
114 return VideoDecoderBase::setupVA(VP8_SURFACE_NUMBER + VP8_REF_SIZE, vaProfile);
120 status = VideoDecoderBase::start(buffer);
121 CHECK_STATUS("VideoDecoderBase::start");
124 VideoDecoderBase::ManageReference(false);
132 status = VideoDecoderBase::parseBuffer(buffer->data, buffer->size, true, (void**)&data);
133 CHECK_STATUS("VideoDecoderBase::parseBuffer");
140 VideoDecoderBase::stop();
147 VideoDecoderBase::flush();
161 status = VideoDecoderBase::parseBuffer(
166 CHECK_STATUS("VideoDecoderBase::parseBuffer");
175 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees);