/system/media/audio_utils/ |
echo_reference.c | 50 size_t buf_size; // main buffer size in frames member in struct:echo_reference 117 er->buf_size = 0; 265 if (er->frames_in + inFrames > er->buf_size) { 267 er->buf_size, er->frames_in + inFrames); 268 er->buf_size = er->frames_in + inFrames; 269 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size); 278 inFrames, er->frames_in, er->buf_size, 413 if (er->frames_in > er->buf_size) { 414 er->buf_size = er->frames_in; 415 er->buffer = realloc(er->buffer, er->buf_size * er->rd_frame_size) [all...] |
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_sock.c | 118 size_t buf_size, 135 iov[0].iov_len = buf_size; 172 * @buf_size: the size of the buf that holds incoming msg 180 uint32_t buf_size, 190 if ( (msg == NULL) || (buf_size <= 0) ) { 202 iov[0].iov_len = buf_size;
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_sock.c | 118 size_t buf_size, 135 iov[0].iov_len = buf_size; 172 * @buf_size: the size of the buf that holds incoming msg 180 uint32_t buf_size, 190 if ( (msg == NULL) || (buf_size <= 0) ) { 202 iov[0].iov_len = buf_size;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
regerror.c | 203 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);
|
/external/libhevc/decoder/ |
ihevcd_job_queue.c | 221 * @param[in] buf_size 231 void* ihevcd_jobq_init(void *pv_buf, WORD32 buf_size) 239 buf_size -= sizeof(jobq_t); 243 buf_size -= ithread_get_mutex_lock_size(); 245 if(buf_size <= 0) 253 ps_jobq->pv_buf_end = pu1_buf + buf_size;
|
/external/opencv/cxcore/src/ |
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...] |
/frameworks/base/libs/hwui/tests/macrobench/ |
main.cpp | 109 static const int BUF_SIZE = 100; 110 char buffer[BUF_SIZE]; 112 if (snprintf(buffer, BUF_SIZE, "/dev/cpuset/%s/tasks", cpusetName) >= BUF_SIZE) { 123 int towrite = snprintf(buffer, BUF_SIZE, "%ld", (long) pid); 124 if (towrite >= BUF_SIZE) {
|
/development/host/windows/usb/adb_winapi_test/ |
adb_winapi_test.cpp | 126 unsigned long buf_size = sizeof(buf);
local 131 while (AdbNextInterface(enum_handle, &interface_info, &buf_size)) {
141 buf_size = sizeof(buf);
175 unsigned long buf_size = sizeof(buf);
local 178 while (AdbNextInterface(enum_handle, &interface_info, &buf_size)) {
180 buf_size = sizeof(buf);
239 const size_t buf_size = intr_name_size + 16; // extra in case of overwrite
local 240 buf = reinterpret_cast<char*>(malloc(buf_size));
242 printf("\n--- could not malloc %d bytes, errno %u", buf_size, errno);
247 memset(buf, buf_fill, buf_size);
701 unsigned long buf_size = sizeof(buf); local [all...] |
/bionic/libc/kernel/uapi/linux/ |
cciss_ioctl.h | 56 WORD buf_size; member in struct:_IOCTL_Command_struct 66 DWORD buf_size; member in struct:_BIG_IOCTL_Command_struct
|
/bionic/libc/kernel/uapi/linux/hsi/ |
cs-protocol.h | 51 __u32 buf_size; member in struct:cs_buffer_config 64 __u32 buf_size; member in struct:cs_mmap_config_block
|
/development/ndk/platforms/android-21/include/linux/ |
cciss_ioctl.h | 59 WORD buf_size; member in struct:_IOCTL_Command_struct 69 DWORD buf_size; member in struct:_BIG_IOCTL_Command_struct
|
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_sock.c | 118 size_t buf_size, 135 iov[0].iov_len = buf_size; 179 size_t buf_size, 198 iov[0].iov_len = buf_size; 235 * @buf_size: the size of the buf that holds incoming msg 243 uint32_t buf_size, 253 if ( (msg == NULL) || (buf_size <= 0) ) { 265 iov[0].iov_len = buf_size;
|
/external/kernel-headers/original/uapi/linux/hsi/ |
cs-protocol.h | 73 __u32 buf_size; /* bytes */ member in struct:cs_buffer_config 93 __u32 buf_size; /* 0=disabled, otherwise the transfer size */ member in struct:cs_mmap_config_block
|
/external/libpcap/ |
fad-gifc.c | 143 unsigned buf_size; local 169 buf_size = 8192; 171 buf = malloc(buf_size); 179 ifc.ifc_len = buf_size; 181 memset(buf, 0, buf_size); 190 if (ifc.ifc_len < buf_size && 191 (buf_size - ifc.ifc_len) > sizeof(ifrp->ifr_name) + MAX_SA_LEN) 194 buf_size *= 2;
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
fanotify05.c | 54 #define BUF_SIZE 256 55 static char fname[BUF_SIZE];
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
26-2.c | 36 #define BUF_SIZE 8 57 if (ftruncate(fd, BUF_SIZE) != 0) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
8-1.c | 35 #define BUF_SIZE 8 49 if (ftruncate(fd, BUF_SIZE) != 0) {
|
/external/webrtc/webrtc/base/ |
asyncudpsocket.cc | 16 static const int BUF_SIZE = 64 * 1024; 41 size_ = BUF_SIZE;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/ |
cciss_ioctl.h | 59 WORD buf_size; member in struct:_IOCTL_Command_struct 69 DWORD buf_size; member in struct:_BIG_IOCTL_Command_struct
|
/prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/ |
cciss_ioctl.h | 59 WORD buf_size; member in struct:_IOCTL_Command_struct 69 DWORD buf_size; member in struct:_BIG_IOCTL_Command_struct
|
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/ |
cciss_ioctl.h | 59 WORD buf_size; member in struct:_IOCTL_Command_struct 69 DWORD buf_size; member in struct:_BIG_IOCTL_Command_struct
|
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/ |
cciss_ioctl.h | 59 WORD buf_size; member in struct:_IOCTL_Command_struct 69 DWORD buf_size; member in struct:_BIG_IOCTL_Command_struct
|
/prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/ |
cciss_ioctl.h | 59 WORD buf_size; member in struct:_IOCTL_Command_struct 69 DWORD buf_size; member in struct:_BIG_IOCTL_Command_struct
|
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/ |
cciss_ioctl.h | 59 WORD buf_size; member in struct:_IOCTL_Command_struct 69 DWORD buf_size; member in struct:_BIG_IOCTL_Command_struct
|