Home
last modified time | relevance | path

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

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