HomeSort by relevance Sort by last modified time
    Searched refs:draining (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderInterface.h 32 virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = NULL) = 0;
VideoDecoderBase.h 74 virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = NULL);
92 virtual VideoSurfaceBuffer* findOutputByPoc(bool draining = false);
93 virtual VideoSurfaceBuffer* findOutputByPct(bool draining = false);
VideoDecoderBase.cpp 288 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) {
294 if (draining) {
316 if (draining && mOutputTail == NULL) {
326 output = findOutputByPoc(draining);
328 output = findOutputByPct(draining);
363 if (draining && mOutputTail == NULL) {
389 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPct(bool draining) {
413 if (outputByPct == NULL && draining) {
420 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) {
424 // Otherwise, if draining flag is set or list is full, frame with the least POC is output
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 345 // fill render buffer without draining decoder output queue
448 // the input buffer is retained for draining purpose. Set nFilledLen to 0 so buffer will not be decoded again.
620 bool draining = (inportBufferFlags & OMX_BUFFERFLAG_EOS); local
627 renderBuffer = mVideoDecoder->getOutput(draining, ErrBufPtr);
631 if (draining) {
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
parse5.js     [all...]

Completed in 530 milliseconds