HomeSort by relevance Sort by last modified time
    Searched refs:buf_sz (Results 1 - 11 of 11) sorted by null

  /external/adhd/cras/src/server/
buffer_share.h 19 unsigned int buf_sz; member in struct:buffer_share
28 struct buffer_share *buffer_share_create(unsigned int buf_sz);
buffer_share.c 51 struct buffer_share *buffer_share_create(unsigned int buf_sz)
58 mix->buf_sz = buf_sz;
123 unsigned int min_written = mix->buf_sz + 1;
139 if (min_written > mix->buf_sz)
  /system/core/libcutils/include/cutils/
uevent.h 27 int uevent_open_socket(int buf_sz, bool passcred);
  /system/core/libcutils/
uevent.cpp 95 int uevent_open_socket(int buf_sz, bool passcred) {
108 /* buf_sz should be less than net.core.rmem_max for this to succeed */
109 if (setsockopt(s, SOL_SOCKET, SO_RCVBUF, &buf_sz, sizeof(buf_sz)) < 0) {
  /external/opencv/ml/src/
mlknearest.cpp 317 int i, count, count_scale, blk_count0, blk_count = 0, buf_sz, k1; local
360 buf_sz = MIN( blk_count0 * count_scale, max_buf_sz );
361 blk_count0 = MAX( buf_sz/count_scale, 1 );
364 buf_sz = blk_count0 * count_scale + k*sizeof(float);
368 if( buf_sz <= CV_MAX_LOCAL_SIZE )
370 buf = (float*)cvStackAlloc( buf_sz );
374 CV_CALL( buf = (float*)cvAlloc( buf_sz ));
mlann_mlp.cpp 217 int i, l_step, l_count, buf_sz = 0; local
248 buf_sz += (l_dst[i-1]+1)*n;
251 buf_sz += (l_dst[0] + l_dst[l_count-1]*2)*2;
253 CV_CALL( wbuf = cvCreateMat( 1, buf_sz, CV_64F ));
273 int i, j, n, dn = 0, l_count, dn0, buf_sz, min_buf_sz; local
295 buf_sz = n*min_buf_sz;
297 if( buf_sz > max_buf_sz )
301 buf_sz = dn0*min_buf_sz;
304 buf = (double*)cvStackAlloc( buf_sz*sizeof(buf[0]) );
1063 int i, ivcount, ovcount, l_count, total = 0, max_iter, buf_sz, dcount0, dcount=0 local
    [all...]
mlsvm.cpp 1889 int var_count, buf_sz; local
    [all...]
  /external/adhd/cras/src/tests/
rstream_unittest.cc 217 struct buffer_share *buffer_share_create(unsigned int buf_sz) {
iodev_unittest.cc     [all...]
  /external/libvpx/libvpx/
vpxenc.c 308 static const arg_def_t buf_sz = variable
318 &buf_sz, &buf_initial_sz, &buf_optimal_sz, NULL
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 2211 int res, t, buf_sz, dio_tmp; local
    [all...]

Completed in 510 milliseconds