HomeSort by relevance Sort by last modified time
    Searched defs:buffer_size (Results 251 - 275 of 397) sorted by null

<<111213141516

  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 442 const LONG buffer_size = static_cast<LONG>(string_buffer_.size()); local
444 buffer_size);
446 buffer_size);
  /external/compiler-rt/lib/lsan/
lsan_common.cc 97 uptr buffer_size; local
99 &buffer_size, 1 << 26 /* max_len */))
101 if (flags()->suppressions[0] && !buffer_size) {
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 145 UINT8 buffer_size = p_cb->buff_size; local
185 if (p_data->len <= buffer_size)
194 ulen = buffer_size;
    [all...]
  /external/libpcap/
pcap-int.h 90 int buffer_size; member in struct:pcap_opt
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 808 const unsigned buffer_size = block_size * nblocksy * nblocksx; local
809 return buffer_size;
981 uint buffer_size = tex_image_size(lpr, level, layout); local
982 lpr->tiled[level].data = align_malloc(buffer_size, alignment);
984 memset(lpr->tiled[level].data, 0, buffer_size);
1002 uint buffer_size = tex_image_size(lpr, level, LP_TEX_LAYOUT_LINEAR); local
1003 lpr->linear[level].data = align_malloc(buffer_size, alignment);
1005 memset(lpr->linear[level].data, 0, buffer_size);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 91 unsigned int buffer_size; member in struct:xa_context
  /external/opencv/cv/src/
cvemd.cpp 345 int buffer_size; local
354 buffer_size = (size1+1) * (size2+1) * (sizeof( float ) + /* cost */
365 if( buffer_size < (int) (dims * 2 * sizeof( float )))
367 buffer_size = dims * 2 * sizeof( float );
371 if( local_buffer != 0 && local_buffer_size >= buffer_size )
377 buffer = (char*)cvAlloc( buffer_size );
383 buffer_end = buffer + buffer_size;
    [all...]
cvfloodfill.cpp 97 CvFFillSegment* buffer, int buffer_size, int cn )
106 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer;
229 CvFFillSegment* buffer, int buffer_size, int cn )
238 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer;
376 CvFFillSegment* buffer, int buffer_size, int cn )
391 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer;
682 CvFFillSegment* buffer, int buffer_size, int cn )
697 CvFFillSegment* buffer_end = buffer + buffer_size, *head = buffer, *tail = buffer;
1029 int buffer_size, connectivity = flags & 255; local
    [all...]
cvpyrsegmentation.cpp 208 int buffer_size; local
243 buffer_size = roi.width * roi.height * (sizeof( float ) + sizeof( _CvPyramidBase ));
246 buffer_size += ((roi.width >> l) + 1) * ((roi.height >> l) + 1) * sizeof(_CvPyramid);
249 buffer = (char *) cvAlloc( buffer_size );
622 int buffer_size; local
660 buffer_size = roi.width * roi.height * (sizeof( _CvRGBf ) + sizeof( _CvPyramidBaseC3 ));
663 buffer_size += ((roi.width >> l) + 1) * ((roi.height >> l) + 1) * sizeof(_CvPyramidC3);
666 buffer = (char *) cvAlloc( buffer_size );
725 assert( (char*)p_cur - buffer < buffer_size );
    [all...]
  /external/qemu/distrib/libsparse/src/
output_file.c 701 int buffer_size; local
706 buffer_size = len + aligned_diff;
709 char *data = mmap64(NULL, buffer_size, PROT_READ, MAP_SHARED, fd,
737 munmap(data, buffer_size);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 300 int buffer_size; member in struct:SDL_VideoDevice::__anon33152
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 384 int buffer_size; local
388 glGetProgramiv(program_, GL_ACTIVE_UNIFORM_MAX_LENGTH, &buffer_size);
389 std::vector<GLchar> name(buffer_size);
391 glGetActiveUniform(program_, i, buffer_size, NULL, &capacity, &type, &name[0]);
    [all...]
  /hardware/intel/audio_media/hdmi/
tinyaudio_hw.c 138 uint32_t buffer_size; member in struct:stream_out
  /system/core/libsparse/
output_file.c 701 int buffer_size; local
706 buffer_size = len + aligned_diff;
709 char *data = mmap64(NULL, buffer_size, PROT_READ, MAP_SHARED, fd,
737 munmap(data, buffer_size);
  /bionic/libc/kernel/uapi/linux/
omapfb.h 189 size_t buffer_size; member in struct:omapfb_memory_read
  /development/ndk/platforms/android-L/include/linux/
omapfb.h 189 size_t buffer_size; member in struct:omapfb_memory_read
  /device/asus/grouper/audio/
audio_hw.c 157 size_t buffer_size; member in struct:stream_in
397 in->buffer_size = pcm_frames_to_bytes(in->pcm,
399 in->buffer = malloc(in->buffer_size);
428 in->buffer_size);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.cc 911 PeerHandle(), buffer_size, id, &handle); local
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 86 int buffer_size; member in struct:XRayTraceCapture
149 index = capture->buffer_size - 1;
157 if (index >= capture->buffer_size)
247 num = capture->buffer_size - (start - end);
578 if (total_capture < capture->buffer_size) {
720 int buffer_size,
728 sizeof(capture->buffer[0]) * buffer_size;
735 capture->buffer_size = buffer_size;
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 1483 const int buffer_size = local
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_headers.h 76 size_t buffer_size; member in struct:net::BalsaBuffer::BufferBlock
80 return buffer_size - bytes_free;
86 BufferBlock() : buffer(NULL), buffer_size(0), bytes_free(0) {}
90 buffer(buf), buffer_size(size), bytes_free(free) {}
178 size_t buffer_size(size_t idx) const { return blocks_[idx].buffer_size; } function in class:net::BalsaBuffer
    [all...]
  /external/chromium_org/ppapi/tests/
test_websocket.cc 290 uint32_t buffer_size = 0; local
291 PP_Bool success = arraybuffer_interface_->ByteLength(var, &buffer_size);
292 if (!success || buffer_size != binary.size())
    [all...]
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 621 size_t buffer_size = height * bytes_per_row; local
622 pp::VarArrayBuffer array_buffer(buffer_size);
624 memcpy(dst, cursor_image->data(), buffer_size);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
testutils.h 501 size_t buffer_size = actual_length * 2 + 1; local
502 char* buffer = STACK_ARRAY(char, buffer_size);
503 hex_encode(buffer, buffer_size,
511 size_t buffer_size = expected_length * 2 + 1; local
512 char* buffer = STACK_ARRAY(char, buffer_size);
513 hex_encode(buffer, buffer_size,
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
svc_encodeframe.c 82 size_t buffer_size; member in struct:SvcInternal
985 if (si->frame_size > si->buffer_size) {
992 si->buffer_size = si->frame_size;
    [all...]

Completed in 2601 milliseconds

<<111213141516