HomeSort by relevance Sort by last modified time
    Searched refs:buf_size (Results 101 - 125 of 276) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_debug.c 210 UINT16 buf_size; local
225 buf_size = gki_cb.com.freeq[pool_id].size + BUFFER_PADDING_SIZE;
228 for (i = 0; i < num_bufs; i++, p_start += buf_size)
231 magic = (UINT32 *)((UINT8 *)p_hdr + buf_size - sizeof(UINT32));
  /external/libnfc-nci/src/gki/common/
gki_debug.c 210 UINT16 buf_size; local
225 buf_size = gki_cb.com.freeq[pool_id].size + BUFFER_PADDING_SIZE;
228 for (i = 0; i < num_bufs; i++, p_start += buf_size)
231 magic = (UINT32 *)((UINT8 *)p_hdr + buf_size - sizeof(UINT32));
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.h 65 size_t buf_size, const u8 *payload, size_t payload_len,
  /packages/inputmethods/PinyinIME/jni/include/
dictlist.h 51 bool alloc_resource(size_t buf_size, size_t scim_num);
  /external/chromium/net/url_request/
url_request_job.cc 60 bool URLRequestJob::Read(IOBuffer* buf, int buf_size, int *bytes_read) {
63 DCHECK_LT(buf_size, 1000000); // sanity check
73 rv = ReadRawDataHelper(buf, buf_size, bytes_read);
78 filtered_read_buffer_len_ = buf_size;
415 bool URLRequestJob::ReadRawData(IOBuffer* buf, int buf_size,
566 bool URLRequestJob::ReadRawDataHelper(IOBuffer* buf, int buf_size,
575 bool rv = ReadRawData(buf, buf_size, bytes_read);
  /external/opencv/cxcore/src/
cxlogic.cpp 271 int buf_size; local
289 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
290 if( buf_size > CV_MAX_LOCAL_SIZE )
292 CV_CALL( buffer = (uchar*)cvAlloc( buf_size ));
296 buffer = (uchar*)cvStackAlloc( buf_size );
438 int buf_size; local
456 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
457 if( buf_size > CV_MAX_LOCAL_SIZE )
459 CV_CALL( buffer = (uchar*)cvAlloc( buf_size ));
463 buffer = (uchar*)cvStackAlloc( buf_size );
    [all...]
cxsvd.cpp 1228 int a_buf_offset = 0, u_buf_offset = 0, buf_size, pix_size; local
1470 int buf_size = 0, pix_size; local
    [all...]
  /external/qemu/
qemu-option.c 40 * and is copied into buf. If the option name is longer than buf_size, it is
46 const char *get_opt_name(char *buf, int buf_size, const char *p, char delim)
52 if (q && (q - buf) < buf_size - 1)
70 const char *get_opt_value(char *buf, int buf_size, const char *p)
81 if (q && (q - buf) < buf_size - 1)
91 int get_next_param_value(char *buf, int buf_size,
104 *pstr = get_opt_value(buf, buf_size, p);
119 int get_param_value(char *buf, int buf_size,
122 return get_next_param_value(buf, buf_size, tag, &str);
125 int check_params(char *buf, int buf_size,
    [all...]
  /system/media/camera/tests/
camera_metadata_tests.cpp 90 size_t buf_size = calculate_camera_metadata_size(entry_capacity, local
93 EXPECT_TRUE(buf_size > 0);
95 buf = malloc(buf_size);
99 m = place_camera_metadata(buf, buf_size, entry_capacity, data_capacity);
107 EXPECT_EQ(OK, validate_camera_metadata_structure(m, &buf_size));
119 size_t buf_size = calculate_camera_metadata_size(entry_capacity, local
122 EXPECT_GT(buf_size, (size_t)0);
124 buf_size--;
126 buf = malloc(buf_size);
130 m = place_camera_metadata(buf, buf_size, entry_capacity, data_capacity)
145 size_t buf_size = calculate_camera_metadata_size(entry_capacity, local
412 size_t buf_size = get_camera_metadata_compact_size(m); local
467 size_t buf_size = get_camera_metadata_compact_size(m); local
525 size_t buf_size = get_camera_metadata_compact_size(m); local
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareInterface.h 488 CameraHeapMemory(int fd, size_t buf_size, uint_t num_buffers = 1) :
489 mBufSize(buf_size),
492 mHeap = new MemoryHeapBase(fd, buf_size * num_buffers);
496 CameraHeapMemory(size_t buf_size, uint_t num_buffers = 1) :
497 mBufSize(buf_size),
500 mHeap = new MemoryHeapBase(buf_size * num_buffers);
532 static camera_memory_t* __get_memory(int fd, size_t buf_size, uint_t num_bufs,
537 mem = new CameraHeapMemory(buf_size, num_bufs);
539 mem = new CameraHeapMemory(fd, buf_size, num_bufs);
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.cc 165 int* buf_size,
167 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size);
prerender_resource_handler.h 60 int* buf_size,
  /external/chromium/chrome/browser/renderer_host/
offline_resource_handler.cc 124 int* buf_size, int min_size) {
125 return next_handler_->OnWillRead(request_id, buf, buf_size, min_size);
safe_browsing_resource_handler.h 58 virtual bool OnWillRead(int request_id, net::IOBuffer** buf, int* buf_size,
  /external/esd/include/
esd.h 323 int esd_audio_write( void *buffer, int buf_size );
324 int esd_audio_read( void *buffer, int buf_size );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 323 int esd_audio_write( void *buffer, int buf_size );
324 int esd_audio_read( void *buffer, int buf_size );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 170 WORD buf_size; /* size in bytes of the buf */ member in struct:_IOCTL_Command_struct
179 DWORD buf_size; /* size in bytes of the buf */ member in struct:_BIG_IOCTL_Command_struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 323 int esd_audio_write( void *buffer, int buf_size );
324 int esd_audio_read( void *buffer, int buf_size );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 170 WORD buf_size; /* size in bytes of the buf */ member in struct:_IOCTL_Command_struct
179 DWORD buf_size; /* size in bytes of the buf */ member in struct:_BIG_IOCTL_Command_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 323 int esd_audio_write( void *buffer, int buf_size );
324 int esd_audio_read( void *buffer, int buf_size );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 170 WORD buf_size; /* size in bytes of the buf */ member in struct:_IOCTL_Command_struct
179 DWORD buf_size; /* size in bytes of the buf */ member in struct:_BIG_IOCTL_Command_struct
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 60 uint32_t buf_size; /* total size of buf (header + image) */ member in struct:__anon1727
  /external/chromium/chrome/browser/automation/
url_request_automation_job.cc 156 net::IOBuffer* buf, int buf_size, int* bytes_read) {
158 << " - read pending: " << buf_size;
164 pending_buf_size_ = buf_size;
167 message_filter_->Send(new AutomationMsg_RequestRead(tab_, id_, buf_size));
url_request_automation_job.h 80 virtual bool ReadRawData(net::IOBuffer* buf, int buf_size, int* bytes_read);
  /external/chromium/googleurl/src/
url_canon_etc.cc 243 const int buf_size = 6; local
244 char buf[buf_size];
245 WritePortInt(buf, buf_size, port_num);
250 for (int i = 0; i < buf_size && buf[i]; i++)

Completed in 1148 milliseconds

1 2 3 45 6 7 8 91011>>