HomeSort by relevance Sort by last modified time
    Searched refs:buffersize (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
sound9.c 27 void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format)
32 soundsystem->buffersize = buffersize;
34 soundsystem->buffersize = buffersize * sizeof(short);
36 soundsystem->mixbuffer = (s8*)SDL_malloc(soundsystem->buffersize);
soundcommon.h 55 u32 buffersize; member in struct:__anon13305
66 extern void SoundSystemInit(u32 rate,u32 buffersize,u8 channel,u8 format);
SDL_ndsaudio.c 151 if((soundsystem->soundcursor + soundsystem->numsamples) > soundsystem->buffersize)
153 SoundMixCallback(&soundsystem->mixbuffer[soundsystem->soundcursor],soundsystem->buffersize - soundsystem->soundcursor);
154 remain = soundsystem->numsamples - (soundsystem->buffersize - soundsystem->soundcursor);
164 if((soundsystem->soundcursor + soundsystem->numsamples) > (soundsystem->buffersize >> 1))
166 SoundMixCallback(&soundsystem->mixbuffer[soundsystem->soundcursor << 1],(soundsystem->buffersize >> 1) - soundsystem->soundcursor);
167 remain = soundsystem->numsamples - ((soundsystem->buffersize >> 1) - soundsystem->soundcursor);
  /external/apache-http/src/org/apache/http/impl/io/
SocketOutputBuffer.java 53 int buffersize,
61 // 'buffersize' as a hint in the weakest sense, and always use
AbstractSessionOutputBuffer.java 66 protected void init(final OutputStream outstream, int buffersize, final HttpParams params) {
70 if (buffersize <= 0) {
77 this.buffer = new ByteArrayBuffer(buffersize);
AbstractSessionInputBuffer.java 68 protected void init(final InputStream instream, int buffersize, final HttpParams params) {
72 if (buffersize <= 0) {
79 this.buffer = new byte[buffersize];
82 this.linebuffer = new ByteArrayBuffer(buffersize);
SocketInputBuffer.java 58 int buffersize,
66 // Workaround for http://b/3514259. We take 'buffersize' as a hint in
  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 81 int buffersize,
83 return new SocketInputBuffer(socket, buffersize, params);
88 int buffersize,
90 return new SocketOutputBuffer(socket, buffersize, params);
104 int buffersize = HttpConnectionParams.getSocketBufferSize(params); local
107 createSessionInputBuffer(socket, buffersize, params),
108 createSessionOutputBuffer(socket, buffersize, params),
SocketHttpServerConnection.java 81 int buffersize,
83 return new SocketInputBuffer(socket, buffersize, params);
88 int buffersize,
90 return new SocketOutputBuffer(socket, buffersize, params);
102 int buffersize = HttpConnectionParams.getSocketBufferSize(params); local
105 createHttpDataReceiver(socket, buffersize, params),
106 createHttpDataTransmitter(socket, buffersize, params),
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 258 int startcolumn, int buffersize)
264 available = bufsize = buffersize;
265 buffer = new char[buffersize];
266 bufline = new int[buffersize];
267 bufcolumn = new int[buffersize];
281 int startcolumn, int buffersize)
287 if (buffer == null || buffersize != buffer.length)
289 available = bufsize = buffersize;
290 buffer = new char[buffersize];
291 bufline = new int[buffersize];
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 258 int startcolumn, int buffersize)
264 available = bufsize = buffersize;
265 buffer = new char[buffersize];
266 bufline = new int[buffersize];
267 bufcolumn = new int[buffersize];
281 int startcolumn, int buffersize)
287 if (buffer == null || buffersize != buffer.length)
289 available = bufsize = buffersize;
290 buffer = new char[buffersize];
291 bufline = new int[buffersize];
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 258 int startcolumn, int buffersize)
264 available = bufsize = buffersize;
265 buffer = new char[buffersize];
266 bufline = new int[buffersize];
267 bufcolumn = new int[buffersize];
281 int startcolumn, int buffersize)
287 if (buffer == null || buffersize != buffer.length)
289 available = bufsize = buffersize;
290 buffer = new char[buffersize];
291 bufline = new int[buffersize];
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnection.java 168 int buffersize,
172 buffersize,
184 int buffersize,
188 buffersize,
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 262 -buffersize ^
263 && ( echo -buffersize option with no argument should fail, but succeeded ^
267 rem Using -buffersize=1 should still work.
272 -buffersize 1 ^
274 || ( echo vcdiff test with -buffersize=1 failed ^
280 rem Using -buffersize=1 with stdin/stdout means that vcdiff
283 -buffersize 1 ^
287 || ( echo Encode using stdin/stdout with -buffersize=1 failed ^
290 -buffersize 1 ^
294 || ( echo Decode using stdin/stdout with -buffersize=1 failed
    [all...]
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 262 -buffersize ^
263 && ( echo -buffersize option with no argument should fail, but succeeded ^
267 rem Using -buffersize=1 should still work.
272 -buffersize 1 ^
274 || ( echo vcdiff test with -buffersize=1 failed ^
280 rem Using -buffersize=1 with stdin/stdout means that vcdiff
283 -buffersize 1 ^
287 || ( echo Encode using stdin/stdout with -buffersize=1 failed ^
290 -buffersize 1 ^
294 || ( echo Decode using stdin/stdout with -buffersize=1 failed
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh 284 -buffersize \
285 && { echo "-buffersize option with no argument should fail, but succeeded"; \
289 # Using -buffersize=1 should still work.
294 -buffersize 1 \
296 || { echo "vcdiff test with -buffersize=1 failed"; \
302 # Using -buffersize=1 with stdin/stdout means that vcdiff
305 -buffersize 1 \
309 || { echo "Encode using stdin/stdout with -buffersize=1 failed"; \
312 -buffersize 1 \
316 || { echo "Decode using stdin/stdout with -buffersize=1 failed";
    [all...]
  /external/open-vcdiff/src/
vcdiff_test.sh 284 -buffersize \
285 && { echo "-buffersize option with no argument should fail, but succeeded"; \
289 # Using -buffersize=1 should still work.
294 -buffersize 1 \
296 || { echo "vcdiff test with -buffersize=1 failed"; \
302 # Using -buffersize=1 with stdin/stdout means that vcdiff
305 -buffersize 1 \
309 || { echo "Encode using stdin/stdout with -buffersize=1 failed"; \
312 -buffersize 1 \
316 || { echo "Decode using stdin/stdout with -buffersize=1 failed";
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerFlakyNetworkTest.java 265 Socket socket, int buffersize, HttpParams params) throws IOException {
266 return createSessionOutputBuffer(socket, buffersize, params);
270 Socket socket, int buffersize, HttpParams params) throws IOException {
271 return new SocketOutputBuffer(socket, buffersize, params) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.h 222 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
227 If BUFFERSIZE is too small to store the output string, return the
228 value that would have been returned had BUFFERSIZE been large enough.
233 size_t quotearg_buffer (char *buffer, size_t buffersize,
quotearg.c 171 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
176 If BUFFERSIZE is too small to store the output string, return the
177 value that would have been returned had BUFFERSIZE been large enough.
180 This function acts like quotearg_buffer (BUFFER, BUFFERSIZE, ARG,
185 quotearg_buffer_restyled (char *buffer, size_t buffersize,
201 if (len < buffersize) \
557 if (len < buffersize)
564 return quotearg_buffer_restyled (buffer, buffersize, arg, argsize,
569 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
574 If BUFFERSIZE is too small to store the output string, return th
    [all...]
  /external/bison/lib/
quotearg.c 228 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
233 If BUFFERSIZE is too small to store the output string, return the
234 value that would have been returned had BUFFERSIZE been large enough.
237 This function acts like quotearg_buffer (BUFFER, BUFFERSIZE, ARG,
242 quotearg_buffer_restyled (char *buffer, size_t buffersize,
260 if (len < buffersize) \
645 if (len < buffersize)
652 return quotearg_buffer_restyled (buffer, buffersize, arg, argsize,
658 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
663 If BUFFERSIZE is too small to store the output string, return th
    [all...]
quotearg.h 284 /* Place into buffer BUFFER (of size BUFFERSIZE) a quoted version of
289 If BUFFERSIZE is too small to store the output string, return the
290 value that would have been returned had BUFFERSIZE been large enough.
295 size_t quotearg_buffer (char *buffer, size_t buffersize,
  /hardware/qcom/media/mm-video/vidc/vdec/test/
decoder_driver_test.c 453 unsigned int buffersize = 0; local
472 buffersize = decode_context->input_buffer.buffer_size;
473 buffersize = (buffersize + alignedsize) & (~alignedsize);
486 buffersize = decode_context->output_buffer.buffer_size;
487 buffersize = (buffersize + alignedsize) & (~alignedsize);
567 ptemp [i]->bufferaddr = mmap(NULL,clp2(buffersize),PROT_READ|PROT_WRITE,
577 ptemp [i]->buffer_len = buffersize;
578 ptemp [i]->mmaped_size = clp2 (buffersize);
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 492 unsigned int buffersize = 0; local
511 buffersize = encoder_context->input_buffer.datasize;
512 buffersize = (buffersize + alignedsize) & (~alignedsize);
525 buffersize = encoder_context->output_buffer.datasize;
526 buffersize = (buffersize + alignedsize) & (~alignedsize);
580 ptemp [i]->pbuffer = mmap(NULL,clp2(buffersize),PROT_READ|PROT_WRITE,
590 ptemp [i]->sz = buffersize;
591 ptemp [i]->maped_size = clp2 (buffersize);
    [all...]
  /frameworks/base/core/java/android/net/http/
AndroidHttpClientConnection.java 113 int buffersize = HttpConnectionParams.getSocketBufferSize(params); local
114 this.inbuffer = new SocketInputBuffer(socket, buffersize, params);
115 this.outbuffer = new SocketOutputBuffer(socket, buffersize, params);

Completed in 900 milliseconds

1 2 3