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