Searched defs:draining (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp261 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) { argument
268 if (draining) {
290 if (draining && mOutputTail == NULL) {
300 output = findOutputByPoc(draining);
302 output = findOutputByPct(draining);
337 if (draining && mOutputTail == NULL) {
363 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPct(bool draining) { argument
387 if (outputByPct == NULL && draining) {
394 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) {
398 // Otherwise, if draining fla
476 findOutputByPoc(bool draining) argument
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.cpp320 // fill render buffer without draining decoder output queue
404 // the input buffer is retained for draining purpose. Set nFilledLen to 0 so buffer will not be decoded again.
556 bool draining = (inportBufferFlags & OMX_BUFFERFLAG_EOS); local
558 const VideoRenderBuffer *renderBuffer = mVideoDecoder->getOutput(draining, ErrBufPtr);
562 if (draining) {

Completed in 6 milliseconds