Searched refs:draining (Results 1 – 4 of 4) sorted by relevance
56 …virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = N…73 virtual VideoSurfaceBuffer* findOutputByPoc(bool draining = false);74 virtual VideoSurfaceBuffer* findOutputByPct(bool draining = false);
261 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { in getOutput() argument268 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() argument397 if (outputByPct == NULL && draining) { in findOutputByPct()404 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) {464 if (draining == false && dpbFullness < mOutputWindowSize) {[all …]
32 …virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = N…
553 bool draining = (inportBufferFlags & OMX_BUFFERFLAG_EOS); in FillRenderBuffer() local555 const VideoRenderBuffer *renderBuffer = mVideoDecoder->getOutput(draining, ErrBufPtr); in FillRenderBuffer()559 if (draining) { in FillRenderBuffer()