Searched refs:buf_size (Results 1 - 25 of 41) sorted by relevance

12

/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera_sock.h57 size_t buf_size,
63 size_t buf_size,
70 uint32_t buf_size,
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DBufFileInput.cpp34 BufFileInput::BufFileInput( FILE *f, int buf_size )
36 buf( new int[buf_size] ),
37 size( buf_size ),
H A DBufFileInput.h29 // buf_size - size of buffer (maximal length for string in is_in)
31 BufFileInput(FILE *f, int buf_size = 8 );
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DBufFileInput.cpp34 BufFileInput::BufFileInput( FILE *f, int buf_size )
36 buf( new int[buf_size] ),
37 size( buf_size ),
H A DBufFileInput.h29 // buf_size - size of buffer (maximal length for string in is_in)
31 BufFileInput(FILE *f, int buf_size = 8 );
/device/linaro/hikey/kernel-headers/linux/
H A Daudio_hifi.h9 unsigned int buf_size; member in struct:misc_io_dump_buf_param
14 uint32_t buf_size; member in struct:misc_io_pcm_buf_param
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_sock.c119 size_t buf_size,
136 iov[0].iov_len = buf_size;
180 size_t buf_size,
199 iov[0].iov_len = buf_size;
236 * @buf_size: the size of the buf that holds incoming msg
244 uint32_t buf_size,
254 if ( (msg == NULL) || (buf_size <= 0) ) {
266 iov[0].iov_len = buf_size;
116 mm_camera_socket_sendmsg( int fd, void *msg, size_t buf_size, int sendfd) argument
177 mm_camera_socket_bundle_sendmsg( int fd, void *msg, size_t buf_size, int sendfds[CAM_MAX_NUM_BUFS_PER_STREAM], int numfds) argument
241 mm_camera_socket_recvmsg( int fd, void *msg, uint32_t buf_size, int *rcvdfd) argument
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A DServerConnection.h32 int create(size_t buf_size = 4 * 1024 * 1024, const char *defaultServer = RGL_DEFAULT_SERVER);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregerror.c203 UChar buf[], int buf_size, int *is_over)
215 if (code > 0xffff && len + 10 <= buf_size) {
222 else if (len + 6 <= buf_size) {
236 if (len >= buf_size) break;
242 len = MIN((int)(end - s), buf_size);
244 *is_over = ((buf_size < (end - s)) ? 1 : 0);
202 to_ascii(OnigEncoding enc, UChar *s, UChar *end, UChar buf[], int buf_size, int *is_over) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dpystrtod.c414 ensure_minimum_exponent_length(char* buffer, size_t buf_size) argument
468 < buffer + buf_size) {
528 ensure_decimal_point(char* buffer, size_t buf_size, int precision) argument
580 if (buf_len + insert_count + 1 >= buf_size) {
600 assert(p <= buf_size+buffer);
601 buf_avail = buf_size+buffer-p;
623 * @buf_size: The length of the buffer.
641 size_t buf_size,
693 PyOS_snprintf(buffer, buf_size, format, d);
706 ensure_minimum_exponent_length(buffer, buf_size);
640 _PyOS_ascii_formatd(char *buffer, size_t buf_size, const char *format, double d, int precision) argument
720 PyOS_ascii_formatd(char *buffer, size_t buf_size, const char *format, double d) argument
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dpystrtod.c414 ensure_minimum_exponent_length(char* buffer, size_t buf_size) argument
468 < buffer + buf_size) {
528 ensure_decimal_point(char* buffer, size_t buf_size, int precision) argument
580 if (buf_len + insert_count + 1 >= buf_size) {
600 assert(p <= buf_size+buffer);
601 buf_avail = buf_size+buffer-p;
623 * @buf_size: The length of the buffer.
641 size_t buf_size,
693 PyOS_snprintf(buffer, buf_size, format, d);
706 ensure_minimum_exponent_length(buffer, buf_size);
640 _PyOS_ascii_formatd(char *buffer, size_t buf_size, const char *format, double d, int precision) argument
720 PyOS_ascii_formatd(char *buffer, size_t buf_size, const char *format, double d) argument
[all...]
/device/linaro/bootloader/arm-trusted-firmware/include/lib/
H A Dsemihosting.h52 size_t buf_size,
/device/linaro/hikey/hifi/debug-hifi/
H A Ddebug-hifi.c57 dump_buf.buf_size = memsize;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A DcStringIO.c59 Py_ssize_t buf_size; member in struct:__anon3369
385 if (newl >= oself->buf_size) {
386 oself->buf_size *= 2;
387 if (oself->buf_size <= newl) {
389 oself->buf_size = (int)(newl+1);
391 newbuf = (char*)realloc(oself->buf, oself->buf_size);
396 oself->buf_size = oself->pos = 0;
447 self->pos = self->string_size = self->buf_size = 0;
573 self->buf_size = 0;
578 self->buf_size
[all...]
H A DcPickle.c352 int buf_size; member in struct:Picklerobject
381 int buf_size; member in struct:Unpicklerobject
486 if (!( self->buf_size )) return 0;
488 self->buf_size);
493 if (self->buf_size && (n + self->buf_size) > WRITE_BUF_SIZE) {
504 memcpy(self->write_buf + self->buf_size, s, n);
505 self->buf_size += n;
523 self->buf_size = 0;
533 if (self->buf_size
[all...]
/device/linaro/bootloader/arm-trusted-firmware/lib/semihosting/
H A Dsemihosting.c177 size_t buf_size,
200 if (length > buf_size)
176 semihosting_download_file(const char *file_name, size_t buf_size, uintptr_t buf) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A DcStringIO.c59 Py_ssize_t buf_size; member in struct:__anon3036
407 if (newpos >= oself->buf_size) {
408 size_t newsize = oself->buf_size;
419 oself->buf_size = (Py_ssize_t)newsize;
469 self->pos = self->string_size = self->buf_size = 0;
595 self->buf_size = 0;
600 self->buf_size=size;
H A DcPickle.c350 Py_ssize_t buf_size; member in struct:Picklerobject
379 Py_ssize_t buf_size; member in struct:Unpicklerobject
483 if (!( self->buf_size )) return 0;
485 self->buf_size);
490 if (self->buf_size && n > WRITE_BUF_SIZE - self->buf_size) {
501 memcpy(self->write_buf + self->buf_size, s, n);
502 self->buf_size += n;
520 self->buf_size = 0;
530 if (self->buf_size
[all...]
/device/google/marlin/camera/usbcamcore/src/
H A DQCameraMjpegDecode.cpp620 uint32_t buf_size; local
629 jpeg_buffer_get_max_size(buffer, &buf_size);
631 bytes_to_read = (length < buf_size) ? length : buf_size;
634 ALOGD("%s: buf_ptr = %p, start_offset = %d, length = %d buf_size = %d bytes_to_read = %d", __func__, buf_ptr, start_offset, length, buf_size, bytes_to_read);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Dbytesio.c10 size_t buf_size; member in struct:__anon3015
63 size_t alloc = self->buf_size;
97 self->buf_size = alloc;
117 if ((size_t)self->pos + len > self->buf_size) {
814 res += self->buf_size;
H A Dstringio.c15 size_t buf_size; member in struct:__anon3018
58 size_t alloc = self->buf_size;
95 self->buf_size = alloc;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dbytesio.c10 size_t buf_size; member in struct:__anon3328
63 size_t alloc = self->buf_size;
97 self->buf_size = alloc;
117 if ((size_t)self->pos + len > self->buf_size) {
H A Dstringio.c15 size_t buf_size; member in struct:__anon3331
58 size_t alloc = self->buf_size;
95 self->buf_size = alloc;
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
H A Dfiptool.c495 uint64_t entry_offset, buf_size, payload_size = 0; local
502 buf_size = sizeof(fip_toc_header_t) +
504 buf = calloc(1, buf_size);
516 entry_offset = buf_size;
539 log_dbgx("Metadata size: %zu bytes", buf_size);
541 xfwrite(buf, buf_size, fp, filename);
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpegdec_test.c275 p_params->dest_buf[0].buf_size = p_obj->output.size;
290 p_params->src_main_buf[0].buf_size = p_obj->input.size;

Completed in 286 milliseconds

12