Lines Matching refs:VideoDecoderBase
31 VideoDecoderBase::VideoDecoderBase(const char *mimeType, _vbp_parser_type type) in VideoDecoderBase() function in VideoDecoderBase
86 VideoDecoderBase::~VideoDecoderBase() { in ~VideoDecoderBase()
93 Decode_Status VideoDecoderBase::start(VideoConfigBuffer *buffer) { in start()
150 Decode_Status VideoDecoderBase::reset(VideoConfigBuffer *buffer) { in reset()
182 void VideoDecoderBase::stop(void) { in stop()
210 void VideoDecoderBase::flush(void) { in flush()
249 void VideoDecoderBase::freeSurfaceBuffers(void) { in freeSurfaceBuffers()
265 const VideoFormatInfo* VideoDecoderBase::getFormatInfo(void) { in getFormatInfo()
276 int VideoDecoderBase::getOutputQueueLength(void) { in getOutputQueueLength()
288 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput()
372 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPts() { in findOutputByPts()
389 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPct(bool draining) { in findOutputByPct()
420 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) {
502 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) { in findOutputByPoc()
558 bool VideoDecoderBase::checkBufferAvail(void) { in checkBufferAvail()
586 Decode_Status VideoDecoderBase::acquireSurfaceBuffer(void) { in acquireSurfaceBuffer()
659 Decode_Status VideoDecoderBase::outputSurfaceBuffer(void) { in outputSurfaceBuffer()
715 Decode_Status VideoDecoderBase::releaseSurfaceBuffer(void) { in releaseSurfaceBuffer()
728 void VideoDecoderBase::flushSurfaceBuffers(void) { in flushSurfaceBuffers()
741 Decode_Status VideoDecoderBase::endDecodingFrame(bool dropFrame) { in endDecodingFrame()
783 Decode_Status VideoDecoderBase::setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSu… in setupVA()
1052 Decode_Status VideoDecoderBase::terminateVA(void) { in terminateVA()
1130 Decode_Status VideoDecoderBase::parseBuffer(uint8_t *buffer, int32_t size, bool config, void** vbpD… in parseBuffer()
1151 Decode_Status VideoDecoderBase::mapSurface(void) { in mapSurface()
1197 Decode_Status VideoDecoderBase::getRawDataFromSurface(VideoRenderBuffer *renderBuffer, uint8_t *pRa… in getRawDataFromSurface()
1312 Decode_Status VideoDecoderBase::createSurfaceFromHandle(int index) { in createSurfaceFromHandle()
1371 void VideoDecoderBase::initSurfaceBuffer(bool reset) { in initSurfaceBuffer()
1419 Decode_Status VideoDecoderBase::signalRenderDone(void * graphichandler, bool isNew) { in signalRenderDone()
1482 void VideoDecoderBase::querySurfaceRenderStatus(VideoSurfaceBuffer* surface) { in querySurfaceRenderStatus()
1508 Decode_Status VideoDecoderBase::setParserType(_vbp_parser_type type) { in setParserType()
1519 Decode_Status VideoDecoderBase::updateBuffer(uint8_t *buffer, int32_t size, void** vbpData) { in updateBuffer()
1535 Decode_Status VideoDecoderBase::queryBuffer(void** vbpData) { in queryBuffer()
1547 Decode_Status VideoDecoderBase::getCodecSpecificConfigs(VAProfile profile, VAConfigID *config) { in getCodecSpecificConfigs()
1571 Decode_Status VideoDecoderBase::checkHardwareCapability() { in checkHardwareCapability()
1575 void VideoDecoderBase::drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentS… in drainDecodingErrors()
1586 void VideoDecoderBase::fillDecodingErrors(VideoRenderBuffer *currentSurface) { in fillDecodingErrors()
1619 void VideoDecoderBase::setRotationDegrees(int32_t rotationDegrees) { in setRotationDegrees()
1644 void VideoDecoderBase::setRenderRect() { in setRenderRect()
1671 void VideoDecoderBase::setColorSpaceInfo(int32_t colorMatrix, int32_t videoRange) { in setColorSpaceInfo()