HomeSort by relevance Sort by last modified time
    Searched defs:buf_size (Results 151 - 175 of 225) sorted by null

1 2 3 4 5 67 8 9

  /hardware/qcom/msm8998/kernel-headers/media/
msm_vpu.h 194 __u32 buf_size; member in struct:vpu_control_extended
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_vpu.h 411 __u32 buf_size; member in struct:vpu_control_extended
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_vpu.h 189 __u32 buf_size; member in struct:vpu_control_extended
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vpu.h 391 __u32 buf_size; member in struct:vpu_control_extended
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 2279 Py_ssize_t buf_size = 0, len = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 2275 Py_ssize_t buf_size = 0, len = 0; local
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_io.c 556 snd_pcm_uframes_t buf_size = 0; local
581 err = cras_alsa_set_hwparams(handle, iodev->format, &buf_size, 0,
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 201 int buf_size; member in struct:io_unit
339 if (io->res != io->buf_size) {
353 io->iocb.u.c.offset, io->buf_size);
945 t->ios[i].buf_size = reclen;
    [all...]
  /external/brotli/c/enc/
encode.c 1465 const size_t buf_size = BROTLI_MIN(size_t, kCompressFragmentTwoPassBlockSize, local
    [all...]
  /external/curl/lib/
ftp.c 2778 const size_t buf_size = data->set.buffer_size; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 525 __u32 buf_size, start_data_sect, next, root_start, root_dir_entries; local
564 buf_size = root_dir_entries * sizeof(struct vfat_dir_entry);
566 buf_size);
578 buf_size = vs->vs_cluster_size * sector_size;
592 get_buffer(probe, next_off, buf_size);
596 count = buf_size / sizeof(struct vfat_dir_entry);
607 buf = get_buffer(probe, fat_entry_off, buf_size);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 1418 int buf_size = (1024*1024); local
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 203 int buf_size; member in struct:io_unit
342 if (io->res != io->buf_size) {
358 io->buf_size);
965 t->ios[i].buf_size = reclen;
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 742 int buf_len = dsize.width*cn + 4, buf_size, xofs_count = 0; local
806 int xmax = dsize.width, width = dsize.width*cn, buf_size; local
889 int width = dsize.width*cn, buf_size; local
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp 1012 int buf_size = d_size.width*d_size.height*CV_ELEM_SIZE(type); local
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 2284 Py_ssize_t buf_size = 0, len = 0; local
    [all...]
  /external/python/cpython3/Objects/
bytearrayobject.c 1603 Py_ssize_t buf_size = 0, len = 0; local
    [all...]
  /external/python/cpython3/Python/
marshal.c 647 Py_ssize_t buf_size; member in struct:__anon33606
674 p->buf_size = n;
676 else if (p->buf_size < n) {
682 p->buf_size = n;
    [all...]
  /external/valgrind/coregrind/
m_errormgr.c 1090 static Int buf_size = 0; local
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 575 size_t buf_size = kWidth * kHeight * 2; local
576 rtc::scoped_ptr<uint8_t[]> buf(new uint8_t[buf_size + kAlignment]);
587 EXPECT_TRUE(LoadFrame(y, buf_size, cricket::FOURCC_I422,
596 size_t buf_size = kWidth * kHeight * 2; local
597 rtc::scoped_ptr<uint8_t[]> buf(new uint8_t[buf_size + kAlignment]);
604 EXPECT_TRUE(LoadFrame(yuy2, buf_size, cricket::FOURCC_YUY2,
613 size_t buf_size = kWidth * kHeight * 2; local
614 rtc::scoped_ptr<uint8_t[]> buf(new uint8_t[buf_size + kAlignment + 1]);
621 EXPECT_TRUE(LoadFrame(yuy2, buf_size, cricket::FOURCC_YUY2,
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 1541 const int buf_size = 1024; local
    [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...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 4677 unsigned int buf_size = 0; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 4818 unsigned int buf_size = 0; local
    [all...]
video_encoder_device_v4l2.cpp 1190 unsigned int buf_size = 0, extra_data_size = 0, client_extra_data_size = 0; local
    [all...]

Completed in 750 milliseconds

1 2 3 4 5 67 8 9