HomeSort by relevance Sort by last modified time
    Searched refs:draining (Results 1 - 23 of 23) 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...]
  /prebuilts/go/darwin-x86/test/chan/
select6.go 11 // on the channel without draining it first then those waiters
  /prebuilts/go/linux-x86/test/chan/
select6.go 11 // on the channel without draining it first then those waiters
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 349 // fill render buffer without draining decoder output queue
468 // the input buffer is retained for draining purpose. Set nFilledLen to 0 so buffer will not be decoded again.
697 bool draining = (inportBufferFlags & OMX_BUFFERFLAG_EOS); local
711 renderBuffer = mVideoDecoder->getOutput(draining, ErrBufPtr);
715 if (draining) {
    [all...]
  /prebuilts/go/darwin-x86/src/time/
sleep.go 120 // is a race condition between draining the channel and the new timer expiring.
  /prebuilts/go/linux-x86/src/time/
sleep.go 120 // is a race condition between draining the channel and the new timer expiring.
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgc.go     [all...]
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /prebuilts/devtools/tools/lib/
guava-22.0.jar 
  /prebuilts/misc/common/guava/
guava-21.0.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
guava-20.0.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
guava-20.0.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
guava-20.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/20.0/
guava-20.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/21.0/
guava-21.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/22.0/
guava-22.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/23.0/
guava-23.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/23.5-jre/
guava-23.5-jre.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/23.6-android/
guava-23.6-android.jar 

Completed in 354 milliseconds