Lines Matching refs:draining
288 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput() argument
294 if (draining) { in getOutput()
316 if (draining && mOutputTail == NULL) { in getOutput()
326 output = findOutputByPoc(draining); in getOutput()
328 output = findOutputByPct(draining); in getOutput()
363 if (draining && mOutputTail == NULL) { in getOutput()
389 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPct(bool draining) { in findOutputByPct() argument
413 if (outputByPct == NULL && draining) { in findOutputByPct()
420 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) {
480 if (draining == false && dpbFullness < mOutputWindowSize) {
502 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) { in findOutputByPoc() argument
550 if (draining == true && output == NULL) { in findOutputByPoc()