Home
last modified time | relevance | path

Searched refs:outErrBuf (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp288 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput() argument
319 drainDecodingErrors(outErrBuf, &(outputByPos->renderBuffer)); in getOutput()
367 drainDecodingErrors(outErrBuf, &(output->renderBuffer)); in getOutput()
1570 void VideoDecoderBase::drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentS… in drainDecodingErrors() argument
1571 if (mErrReportEnabled && outErrBuf && currentSurface) { in drainDecodingErrors()
1572 memcpy(outErrBuf, &(currentSurface->errBuf), sizeof(VideoErrorBuffer)); in drainDecodingErrors()
1577 if (outErrBuf) in drainDecodingErrors()
1578 VTRACE("%s: error number is %d", __FUNCTION__, outErrBuf->errorNumber); in drainDecodingErrors()
DVideoDecoderBase.h116 void drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface);