Lines Matching refs:VideoDecoderBase
29 : VideoDecoderBase(mimeType, VBP_H264), in VideoDecoderAVC()
45 status = VideoDecoderBase::start(buffer); in start()
49 VideoDecoderBase::ManageReference(false); in start()
51 VideoDecoderBase::setOutputMethod(OUTPUT_BY_POC); in start()
58 return VideoDecoderBase::setupVA(buffer->surfaceNumber, buffer->profile); in start()
64 status = VideoDecoderBase::parseBuffer(buffer->data, buffer->size, true, (void**)&data); in start()
74 VideoDecoderBase::stop(); in stop()
84 VideoDecoderBase::flush(); in flush()
97 status = VideoDecoderBase::parseBuffer( in decode()
114 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees); in decode()
685 …VideoDecoderBase::setOutputWindowSize(mConfigBuffer.flag & WANT_ADAPTIVE_PLAYBACK ? OUTPUT_WINDOW_… in startVA()
704 return VideoDecoderBase::setupVA(DPBSize + AVC_EXTRA_SURFACE_NUMBER, vaProfile); in startVA()
717 if (VideoDecoderBase::alignMB(mVideoFormatInfo.width) != width || in updateFormatInfo()
718 VideoDecoderBase::alignMB(mVideoFormatInfo.height) != height) { in updateFormatInfo()