Searched defs:buffered (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/utils/
H A DSkFrontBufferedStream.cpp37 // Amount that has been buffered by calls to read. Will always be less than
46 // Read up to size bytes from already buffered data, and copy to
57 // nullptr. Updates fOffset. Assumes fOffset is at or beyond the buffered
102 // lesser of the size requested and the remainder of the buffered
110 // within the buffered data.
121 // Data needs to be buffered. Buffer up to the lesser of the size requested
125 const size_t buffered = fStream->read(buffer, bytesToBuffer); local
127 fBufferedSoFar += buffered;
133 memcpy(dst, buffer, buffered);
136 return buffered;
194 const size_t buffered = this->bufferAndWriteTo(dst, size); local
[all...]
/external/webrtc/webrtc/base/
H A Dstream_unittest.cc335 size_t buffered; local
336 EXPECT_TRUE(buf.GetBuffered(&buffered));
337 EXPECT_EQ(14u, buffered);
367 EXPECT_TRUE(buf.GetBuffered(&buffered));
368 EXPECT_EQ(16u, buffered);
/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.c448 ucbuf_open(const char* fileName,const char** cp,UBool showWarning, UBool buffered, UErrorCode* error){ argument
477 buf->isBuffered = buffered;
719 /* The input is buffered we have to do more
/external/speex/libspeex/
H A Djitter.c143 spx_int32_t buffered; /**< Amount of data we think is still buffered by the application (timestamp units)*/ member in struct:JitterBuffer_
316 jitter->buffered = 0;
516 jitter->buffered = packet->span - desired_span;
628 jitter->buffered = packet->span - desired_span;
631 jitter->buffered += *start_offset;
659 jitter->buffered = packet->span - desired_span;
672 jitter->buffered = packet->span - desired_span;
760 if (jitter->buffered >= 0)
762 jitter->next_stop = jitter->pointer_timestamp - jitter->buffered;
[all...]
/external/libvncserver/rfb/
H A Drfbclient.h219 int buffered; member in struct:_rfbClient
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 135 milliseconds