HomeSort by relevance Sort by last modified time
    Searched defs:flushing (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 432 bool flushing = closing || (engine->engine_entered_ == 0); local
434 if (engine->output_handler_ && flushing) {
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 156 bool flushing() const { return flushing_; } function in class:__anon14061::Decoder
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h 145 unsigned eltSize; /* saved eltSize for flushing */
208 boolean flushing; /**< debugging/sanity */ member in struct:draw_context
452 * Flushing
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 145 unsigned eltSize; /* saved eltSize for flushing */
208 boolean flushing; /**< debugging/sanity */ member in struct:draw_context
452 * Flushing
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 1038 // a discontinuity that leads to flushing, we'll never find the
1048 ALOGV("flushing %s", audio ? "audio" : "video");
1108 bool flushing = false; local
1113 flushing = mFlushingAudio;
1115 flushing = mFlushingVideo;
1119 if (!flushing)
    [all...]
NuPlayer.cpp 807 FlushStatus *flushing = audio ? &mFlushingAudio : &mFlushingVideo; local
808 ALOGE("received error(%#x) from %s decoder, flushing(%d), now shutting down",
809 err, audio ? "audio" : "video", *flushing);
811 switch (*flushing) {
818 *flushing = FLUSHING_DECODER_SHUTDOWN; // initiate shutdown after flush.
830 *flushing = SHUTTING_DOWN_DECODER; // Shut down.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_common_context.h 144 int max_post_flush_size; /* Number of bytes necessary for post flushing emits */
383 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */ member in struct:radeon_cmdbuf
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.h 144 int max_post_flush_size; /* Number of bytes necessary for post flushing emits */
383 unsigned int flushing:1; /** whether we're currently in FlushCmdBufLocked */ member in struct:radeon_cmdbuf
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 229 milliseconds