Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h116 void drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentSurface);
DVideoDecoderBase.cpp319 drainDecodingErrors(outErrBuf, &(outputByPos->renderBuffer)); in getOutput()
367 drainDecodingErrors(outErrBuf, &(output->renderBuffer)); in getOutput()
1575 void VideoDecoderBase::drainDecodingErrors(VideoErrorBuffer *outErrBuf, VideoRenderBuffer *currentS… in drainDecodingErrors() function in VideoDecoderBase