Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp261 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput() argument
293 drainDecodingErrors(outErrBuf, &(outputByPos->renderBuffer)); in getOutput()
351 drainDecodingErrors(outErrBuf, &(output->renderBuffer)); in getOutput()
1425 void VideoDecoderBase::drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentS… in drainDecodingErrors() argument
1426 if (mErrReportEnabled && outErrBuf && currentSurface) { in drainDecodingErrors()
1427 memcpy(outErrBuf, &(currentSurface->errBuf), sizeof(VideoErrorBuffer)); in drainDecodingErrors()
1432 if (outErrBuf) in drainDecodingErrors()
1433 VTRACE("%s: error number is %d", __FUNCTION__, outErrBuf->errorNumber); in drainDecodingErrors()
DVideoDecoderBase.h96 void drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface);