Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp1425 …oDecoderBase::drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface) { in drainDecodingErrors() argument
1426 if (mErrReportEnabled && outErrBuf && currentSurface) { in drainDecodingErrors()
1427 memcpy(outErrBuf, &(currentSurface->errBuf), sizeof(VideoErrorBuffer)); in drainDecodingErrors()
1429 currentSurface->errBuf.errorNumber = 0; in drainDecodingErrors()
1430 currentSurface->errBuf.timeStamp = INVALID_PTS; in drainDecodingErrors()
1436 void VideoDecoderBase::fillDecodingErrors(VideoRenderBuffer *currentSurface) { in fillDecodingErrors() argument
1440 currentSurface->errBuf.timeStamp = currentSurface->timeStamp; in fillDecodingErrors()
1443 …ret = vaQuerySurfaceError(mVADisplay, currentSurface->surface, VA_STATUS_ERROR_DECODING_ERROR, (vo… in fillDecodingErrors()
1449 int offset = 0x1 & currentSurface->errBuf.errorNumber;// offset is either 0 or 1 in fillDecodingErrors()
1452 currentSurface->errBuf.errorNumber++; in fillDecodingErrors()
[all …]
DVideoDecoderBase.h96 void drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface);
97 void fillDecodingErrors(VideoRenderBuffer *currentSurface);