HomeSort by relevance Sort by last modified time
    Searched full:buffer_size (Results 126 - 150 of 275) sorted by null

1 2 3 4 56 7 8 91011

  /external/chromium/base/
event_trace_controller_win.h 122 size_t buffer_size);
  /external/chromium/net/base/
io_buffer.h 21 explicit IOBuffer(int buffer_size);
  /external/dhcpcd/
net.h 108 size_t buffer_size, buffer_len, buffer_pos; member in struct:interface
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 461 private static final int BUFFER_SIZE = 4096;
471 buffer = new byte[BUFFER_SIZE];
679 } else if (size < BUFFER_SIZE) {
731 final byte[] chunk = new byte[Math.min(sizeLeft, BUFFER_SIZE)];
  /external/qemu/distrib/sdl-1.2.12/src/audio/baudio/
SDL_beaudio.cc 202 format.buffer_size = spec->samples;
  /external/srec/srec/clib/
srec_arb.c 283 int read_arbdata_from_stream(srec_arbdata** pallotree, char* filename, int buffer_size)
303 buffer_size = fpos;
307 /* ASSERT(allotree->image_size == buffer_size); hack for now */
359 ASSERT(pbuf - buffer == buffer_size);
  /external/srec/srec/include/
srec_arb.h 124 int read_arbdata_from_stream(srec_arbdata** pallotree, char* buffer, int buffer_size);
utteranc.h 262 int buffer_size, int keep_frames, int num_chan, int do_voicing);
  /external/zlib/contrib/ada/
zlib-streams.ads 103 Buffer_Size : Stream_Element_Offset;
zlib.ads 247 Buffer_Size : in Ada.Streams.Stream_Element_Offset
256 -- Write. Output buffer size could be set in Buffer_Size generic parameter.
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.h 35 void BitstreamReset(BitstreamDecVideo *stream, uint8 *buffer, int32 buffer_size);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_log.c 109 me->uBufSize = config->buffer_size;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 102 public static final int BUFFER_SIZE = 4096;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_ioplug.h 115 snd_pcm_uframes_t buffer_size; /**< buffer size; filled after hw_params is called */ member in struct:snd_pcm_ioplug
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
dbg_module.c 133 ioctl_data.buffer_size = DEBUG_MODULE_BUFFER_SIZE;
  /external/speex/libspeex/
resample.c 121 spx_uint32_t buffer_size; member in struct:SpeexResamplerState_
640 st->mem_alloc_size = st->filt_len-1 + st->buffer_size;
648 st->mem_alloc_size = st->filt_len-1 + st->buffer_size;
659 if ((st->filt_len-1 + st->buffer_size) > st->mem_alloc_size)
661 st->mem_alloc_size = st->filt_len-1 + st->buffer_size;
753 st->buffer_size = 160;
755 st->buffer_size = 160;
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 84 #define BUFFER_SIZE 512
178 mBufferMask *= BUFFER_SIZE;
367 if ((unsigned int)(tick + BUFFER_SIZE - mBufferHead) > BUFFER_SIZE * 2) {
395 if (mBufferTail - mBufferHead > BUFFER_SIZE - mInterval) {
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 52 int buffer_size; // size unit is byte member in class:Buffer_byte
58 int new_size = buffer_size + add_size;
65 buffer_size = new_size;
69 int r = size - buffer_size;
77 Buffer_byte():start(NULL),current(start),buffer_size(0){
85 start != NULL ? memset(start, 0, buffer_size) : 0;
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 52 int buffer_size; // size unit is byte member in class:Buffer_byte
58 int new_size = buffer_size + add_size;
65 buffer_size = new_size;
69 int r = size - buffer_size;
77 Buffer_byte():start(NULL),current(start),buffer_size(0){
85 start != NULL ? memset(start, 0, buffer_size) : 0;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 134 if( this->gl_config.buffer_size ) {
136 attribs[i++] = this->gl_config.buffer_size;
  /external/v8/src/
flags.cc 274 int buffer_size,
307 CHECK(n < static_cast<size_t>(buffer_size)); // buffer is too small
  /external/webkit/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 308 m_reader->setReadOffset(m_reader->currentBufferSize() - png->buffer_size);
309 png->buffer_size = 0;
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 45 static final int BUFFER_SIZE = 0x1000;
48 byte buffer[] = new byte[BUFFER_SIZE];
  /bionic/libc/kernel/common/linux/
msm_vidc_dec.h 156 uint32_t buffer_size; member in struct:vdec_allocatorproperty
  /bootable/recovery/applypatch/
imgdiff.c 513 #define BUFFER_SIZE 32768
540 strm.avail_out = BUFFER_SIZE;
543 size_t have = BUFFER_SIZE - strm.avail_out;
573 unsigned char* out = malloc(BUFFER_SIZE);

Completed in 380 milliseconds

1 2 3 4 56 7 8 91011