Searched refs:outErrBuf (Results 1 – 2 of 2) sorted by relevance
288 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput() argument319 drainDecodingErrors(outErrBuf, &(outputByPos->renderBuffer)); in getOutput()367 drainDecodingErrors(outErrBuf, &(output->renderBuffer)); in getOutput()1570 void VideoDecoderBase::drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentS… in drainDecodingErrors() argument1571 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()
116 void drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface);