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 56 virtual const VideoRenderBuffer* getOutput(bool draining = false, VideoErrorBuffer *output_buf = NULL);
73 virtual VideoSurfaceBuffer* findOutputByPoc(bool draining = false);
74 virtual VideoSurfaceBuffer* findOutputByPct(bool draining = false);
VideoDecoderBase.cpp 261 const VideoRenderBuffer* VideoDecoderBase::getOutput(bool draining, VideoErrorBuffer *outErrBuf) {
268 if (draining) {
290 if (draining && mOutputTail == NULL) {
303 output = findOutputByPoc(draining);
305 output = findOutputByPct(draining);
347 if (draining && mOutputTail == NULL) {
373 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPct(bool draining) {
397 if (outputByPct == NULL && draining) {
404 VideoSurfaceBuffer* VideoDecoderBase::findOutputByPoc(bool draining) {
408 // 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 317 // fill render buffer without draining decoder output queue
401 // the input buffer is retained for draining purpose. Set nFilledLen to 0 so buffer will not be decoded again.
553 bool draining = (inportBufferFlags & OMX_BUFFERFLAG_EOS); local
555 const VideoRenderBuffer *renderBuffer = mVideoDecoder->getOutput(draining, ErrBufPtr);
559 if (draining) {
    [all...]
  /external/oprofile/events/i386/nehalem/
events 70 event:0xA2 counters:0,1,2,3 um:resource_stalls minimum:6000 name:RESOURCE_STALLS : Counts the number of Allocator resource related stalls. Includes register renaming buffer entries, memory buffer entries. In addition to resource related stalls, this event counts some other events. Includes stalls arising during branch misprediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arising while store buffer is draining from synchronizing operations.

Completed in 720 milliseconds