Searched refs:outErrBuf (Results 1 – 2 of 2) sorted by relevance
261 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput() argument293 drainDecodingErrors(outErrBuf, &(outputByPos->renderBuffer)); in getOutput()351 drainDecodingErrors(outErrBuf, &(output->renderBuffer)); in getOutput()1425 void VideoDecoderBase::drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentS… in drainDecodingErrors() argument1426 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()
96 void drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface);