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

<<1112

  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp 4674 unsigned int buf_size = 0; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec_copper.cpp 7258 unsigned int buf_size = 0, extra_data_size = 0; local
7357 unsigned buf_size = 0; local
    [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]
_cxipp.h     [all...]
  /external/qemu/block/
qcow2-cluster.c 874 const uint8_t *buf, int buf_size)
882 strm->avail_in = buf_size;
vmdk.c 89 static int vmdk_probe(const uint8_t *buf, int buf_size, const char *filename)
93 if (buf_size < 4)
qcow2.c 55 static int qcow_probe(const uint8_t *buf, int buf_size, const char *filename)
59 if (buf_size >= sizeof(QCowHeader) &&
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 1745 png_size_t buf_size; local
    [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 425 UINT16 buf_size; member in struct:__anon2420
  /external/libpng/
pngwutil.c 1777 png_size_t buf_size; local
    [all...]
  /external/qemu/android/config/linux-x86/linux/
kvm.h 19 __u32 buf_size; /* sub_buffer size of each per-cpu */ member in struct:kvm_user_trace_setup
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 19 __u32 buf_size; /* sub_buffer size of each per-cpu */ member in struct:kvm_user_trace_setup
  /external/qemu/
net-android.c 226 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep)
236 if (buf_size > 0) {
237 if (len > buf_size - 1)
238 len = buf_size - 1;
    [all...]
net.c 193 static int get_str_sep(char *buf, int buf_size, const char **pp, int sep)
203 if (buf_size > 0) {
204 if (len > buf_size - 1)
205 len = buf_size - 1;
    [all...]
vl.c 431 int get_param_value(char *buf, int buf_size,
444 (void)get_opt_value(buf, buf_size, p);
456 int check_params(char *buf, int buf_size,
464 p = get_opt_name(buf, buf_size, p, '=');
    [all...]
usb-linux.c 1031 static int get_tag_value(char *buf, int buf_size,
1045 if ((q - buf) < (buf_size - 1))
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.c     [all...]
  /external/opencv/ml/src/
mltree.cpp 172 buf_count = data->buf_count; buf_size = data->buf_size;
261 buf_size = (ord_var_count + get_work_var_count())*sample_count + 2;
264 CV_CALL( buf = cvCreateMat( buf_count, buf_size, CV_32SC1 ));
931 buf_count = buf_size = 0;
    [all...]
  /external/libxml2/
parser.c 3768 int buf_size = 0; local
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /external/zlib/src/contrib/minizip/
zip.c 814 size_t buf_size = SIZEDATA_INDATABLOCK; local
815 void* buf_read = (void*)ALLOC(buf_size);
    [all...]
  /external/opencv/ml/include/
ml.h 796 int buf_count, buf_size; member in struct:CvDTreeTrainData
    [all...]
  /external/v8/test/cctest/
test-api.cc 516 const int buf_size = 10 * 1024; local
517 char* buf = i::NewArray<char>(buf_size);
518 memset(buf, 'a', buf_size);
519 buf[buf_size - 1] = '\0';
556 const int buf_size = 10 * 1024; local
557 char* buf = i::NewArray<char>(buf_size);
558 memset(buf, 'a', buf_size);
559 buf[buf_size - 1] = '\0';
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c     [all...]

Completed in 2537 milliseconds

<<1112