HomeSort by relevance Sort by last modified time
    Searched full:buffered (Results 26 - 50 of 484) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/jpeg/
jdtrans.c 34 * during a buffered-image-mode decompression operation. This is allowed
79 * to the coefficients during a full buffered-image-mode decompression.
145 * to the coefficients during a full buffered-image-mode decompression.
196 * to the coefficients during a full buffered-image-mode decompression.
225 /* This is effectively a buffered-image operation. */
  /bionic/libc/stdio/
ftell.c 54 * adjust for buffered bytes.
76 * Writing. Any buffered characters cause the
fvwrite.c 97 * Fully buffered: fill partially full buffer, if any,
160 * Line buffered: like fully buffered, but we
  /external/bluetooth/glib/gio/
gbufferedoutputstream.c 34 * @short_description: Buffered Output Stream
38 * Buffered output stream implements #GFilterOutputStream and provides
39 * for buffered writes.
43 * To create a buffered output stream, use g_buffered_output_stream_new(),
47 * To get the size of a buffer within a buffered input stream, use
49 * buffered output stream's buffer, use
354 * Creates a new buffered output stream for a base stream.
377 * Creates a new buffered output stream with a given buffer size.
  /external/chromium/net/websockets/
websocket_frame_handler.cc 29 int WebSocketFrameHandler::UpdateCurrentBuffer(bool buffered) {
40 if (buffered) {
  /external/webkit/Source/WebCore/platform/audio/
AudioResamplerKernel.h 68 // m_fillIndex represents how many buffered samples we have which can be as many as 2.
69 // For the first call to process() (or after reset()) there will be no buffered samples.
  /frameworks/base/include/camera/
ICamera.h 49 // pass the buffered Surface to the camera service
52 // pass the buffered ISurfaceTexture to the camera service
  /libcore/luni/src/main/java/libcore/net/http/
ChunkedOutputStream.java 26 * buffered until {@code maxChunkLength} bytes are ready, at which point the
72 // fill the buffered chunk and then maybe write that to the stream
RetryableOutputStream.java 25 * An HTTP request body that's completely buffered in memory. This allows
  /sdk/chimpchat/src/com/android/chimpchat/adb/image/
ImageUtils.java 40 * Convert a raw image into a buffered image.
57 * Convert a raw image into a buffered image.
  /external/bluetooth/glib/gio/tests/
buffered-input-stream.c 57 g_test_add_func ("/buffered-input-stream/read-byte", test_read_byte);
  /external/chromium/webkit/glue/media/
buffered_resource_loader.h 34 // and un-defers the resource loading if it is under buffered.
41 // kThresholdDefer - Try to keep amount of buffered data at a threshold.
89 // The read was made too far away from the current buffered position.
93 // Returns the position of the last byte buffered. Returns
  /external/giflib/
gif_lib_private.h 50 GifByteType Buf[256]; /* Compressed input is buffered here. */
  /external/llvm/lib/Support/
circular_raw_ostream.cpp 10 // This implements support for circular buffered streams.
  /external/valgrind/main/drd/tests/
fp_race.c 58 * Switch to line-buffered mode, such that timing information can be
sem_as_mutex.c 59 * Switch to line-buffered mode, such that timing information can be
  /external/webrtc/src/common_audio/resampler/main/interface/
resampler.h 80 // Asynchronous resampling output, remaining samples are buffered
  /external/zlib/contrib/iostream3/
test.cc 25 std::cout << "\nReading 'test1.txt.gz' (buffered) produces:\n";
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedOutputStreamTest.java 135 assertEquals("Bytes written, not buffered", 0, bais.available());
653 assertEquals("Byte written, not buffered", 0, bais.available());
690 assertEquals("Bytes written, not buffered", 10, byteArrayis.available());
701 assertEquals("Bytes written, not buffered", 20, byteArrayis.available());
715 assertEquals("Bytes written, not buffered", 30, byteArrayis.available());
739 assertEquals("Bytes written, not buffered", 0, byteArrayis.available());
751 assertEquals("Bytes written, not buffered", 10, byteArrayis.available());
766 assertEquals("Bytes written, not buffered", 14, byteArrayis.available());
783 assertEquals("Bytes written, not buffered", 19, byteArrayis.available());
800 assertEquals("Bytes written, not buffered", 0, byteArrayis.available())
    [all...]
  /external/zlib/examples/
gzjoin.c 72 /* -- simple buffered file input with access to the buffer -- */
76 /* bin buffered input file type */
85 /* close a buffered file and free allocated memory */
97 /* open a buffered file for input, return a pointer to type bin, or NULL on
200 /* -- end of buffered input functions -- */
252 /* Load up zlib stream from buffered input, bail if end of file */
284 bin *in; /* buffered input file */
  /external/speex/libspeex/
jitter.c 143 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/chromium/net/spdy/
spdy_proxy_client_socket_unittest.cc 630 // sock_ to be buffered.
655 // sock_ to be buffered.
658 // sock_ to be buffered.
683 // sock_ to be buffered.
709 // sock_ to be buffered.
739 // sock_ to be buffered.
769 // sock_ to be buffered.
796 // sock_ to be buffered.
801 // Now attempt to do a read of more data than remains buffered
829 // sock_ to be buffered
    [all...]
  /external/icu4c/tools/toolutil/
ucbuf.h 52 * @param buffered If TRUE performs a buffered read of the input file. If FALSE reads
60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err);
  /external/openssl/include/openssl/
dtls1.h 207 /* Buffered handshake messages */
210 /* Buffered (sent) handshake records */
213 /* Buffered application records.
  /external/openssl/ssl/
dtls1.h 207 /* Buffered handshake messages */
210 /* Buffered (sent) handshake records */
213 /* Buffered application records.

Completed in 8049 milliseconds

12 3 4 5 6 7 8 91011>>