Lines Matching refs:draining
261 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput() argument
268 if (draining) { in getOutput()
290 if (draining && mOutputTail == NULL) { in getOutput()
303 output = findOutputByPoc(draining); in getOutput()
305 output = findOutputByPct(draining); in getOutput()
347 if (draining && mOutputTail == NULL) { in getOutput()
373 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPct(bool draining) { in findOutputByPct() argument
397 if (outputByPct == NULL && draining) { in findOutputByPct()
404 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) {
464 if (draining == false && dpbFullness < mOutputWindowSize) {
486 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) { in findOutputByPoc() argument
534 if (draining == true && output == NULL) { in findOutputByPoc()