Lines Matching refs:Decode_Status
93 Decode_Status VideoDecoderBase::start(VideoConfigBuffer *buffer) { in start()
150 Decode_Status VideoDecoderBase::reset(VideoConfigBuffer *buffer) { in reset()
586 Decode_Status VideoDecoderBase::acquireSurfaceBuffer(void) { in acquireSurfaceBuffer()
659 Decode_Status VideoDecoderBase::outputSurfaceBuffer(void) { in outputSurfaceBuffer()
660 Decode_Status status; in outputSurfaceBuffer()
715 Decode_Status VideoDecoderBase::releaseSurfaceBuffer(void) { in releaseSurfaceBuffer()
741 Decode_Status VideoDecoderBase::endDecodingFrame(bool dropFrame) { in endDecodingFrame()
742 Decode_Status status = DECODE_SUCCESS; in endDecodingFrame()
783 Decode_Status VideoDecoderBase::setupVA(uint32_t numSurface, VAProfile profile, uint32_t numExtraSu… in setupVA()
785 Decode_Status status; 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()
1314 Decode_Status status; in createSurfaceFromHandle()
1419 Decode_Status VideoDecoderBase::signalRenderDone(void * graphichandler, bool isNew) { in signalRenderDone()
1420 Decode_Status status; in signalRenderDone()
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()