HomeSort by relevance Sort by last modified time
    Searched refs:buffer_length (Results 126 - 150 of 258) sorted by null

1 2 3 4 56 7 8 91011

  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 138 size_t buffer_length; member in struct:apple_glx_drawable
  /external/qemu/
disas.c 25 || memaddr + length > info->buffer_vma + info->buffer_length)
164 int i, n = info->buffer_length;
210 s.info.buffer_length = size;
341 s.info.buffer_length = size;
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
usbdevice_fs.h 90 int buffer_length; member in struct:usbdevfs_urb
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
usbdevice_fs.h 90 int buffer_length; member in struct:usbdevfs_urb
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
usbdevice_fs.h 90 int buffer_length; member in struct:usbdevfs_urb
  /system/core/include/usbhost/
usbhost.h 46 int buffer_length; member in struct:usb_request
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util.cc 177 void HpackFuzzUtil::FlipBits(uint8* buffer, size_t buffer_length,
179 uint64 buffer_bit_length = buffer_length * 8u;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 371 (char* buffer, int buffer_length), (buffer, buffer_length));
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 354 (char* buffer, int buffer_length), (buffer, buffer_length));
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 101 request->buffer_length = length;
154 request->buffer_length = length;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 231 buffer_length : the length of the NAL buffer
250 OMX_IN OMX_U32 buffer_length,
258 uint32 nal_len = buffer_length;
269 if(pos >= buffer_length)
290 if (nal_len >= buffer_length)
297 if (nal_len > buffer_length)
314 pos-1, nal_unit->nalu_type, buffer_length);
360 buffer_length : the length of the NAL buffer
383 OMX_IN OMX_U32 buffer_length = p_buf_hdr->nFilledLen; local
386 ALOGV("isNewFrame: buffer %p buffer_length %d
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 221 buffer_length : the length of the NAL buffer
240 OMX_IN OMX_U32 buffer_length,
248 uint32 nal_len = buffer_length;
259 if (pos >= buffer_length) {
276 if (nal_len >= buffer_length) {
282 if (nal_len > buffer_length) {
296 pos-1, nal_unit->nalu_type, buffer_length);
341 buffer_length : the length of the NAL buffer
364 OMX_IN OMX_U32 buffer_length = p_buf_hdr->nFilledLen; local
367 ALOGV("isNewFrame: buffer %p buffer_length %d
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.cc 265 int buffer_length,
269 next_byte_limit_(buffer + buffer_length),
270 byte_length_(buffer_length),
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.primary.cpp 154 IIO_BUFFER_LENGTH, compassSysFs.buffer_length, getTimestamp());
155 tempFp = fopen(compassSysFs.buffer_length, "w");
546 sprintf(compassSysFs.buffer_length, "%s%s", sysfs_path, "/buffer/length");
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.primary.cpp 154 IIO_BUFFER_LENGTH, compassSysFs.buffer_length, getTimestamp());
155 tempFp = fopen(compassSysFs.buffer_length, "w");
523 sprintf(compassSysFs.buffer_length, "%s%s", sysfs_path, "/buffer/length");
  /bionic/libc/kernel/uapi/linux/
fd.h 236 int buffer_length; member in struct:floppy_raw_cmd
  /development/ndk/platforms/android-3/include/linux/
fd.h 238 int buffer_length; member in struct:floppy_raw_cmd
  /development/ndk/platforms/android-L/include/linux/
fd.h 235 int buffer_length; member in struct:floppy_raw_cmd
  /external/chromium_org/content/renderer/
render_font_warmup_win.cc 76 DWORD* buffer_length,
  /external/kernel-headers/original/uapi/linux/
fd.h 356 int buffer_length; /* length of allocated buffer */ member in struct:floppy_raw_cmd
  /frameworks/av/media/mtp/
MtpPacket.cpp 159 request->buffer_length,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fd.h 355 int buffer_length; /* length of allocated buffer */ member in struct:floppy_raw_cmd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fd.h 355 int buffer_length; /* length of allocated buffer */ member in struct:floppy_raw_cmd
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fd.h 238 int buffer_length; member in struct:floppy_raw_cmd
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fd.h 238 int buffer_length; member in struct:floppy_raw_cmd

Completed in 1137 milliseconds

1 2 3 4 56 7 8 91011