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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_audio_vector.h 39 void(size_t extra_length));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_vector.cc 74 void AudioVector::Extend(size_t extra_length) {
75 Reserve(Size() + extra_length);
76 memset(&array_[first_free_ix_], 0, extra_length * sizeof(int16_t));
77 first_free_ix_ += extra_length;
audio_vector.h 68 // Extends this object with |extra_length| elements at the end. The new
70 virtual void Extend(size_t extra_length);
  /external/libusb/libusb/
descriptor.c 140 endpoint->extra_length = 0;
147 endpoint->extra_length = 0;
152 endpoint->extra_length = len;
213 ifp->extra_length = 0;
255 ifp->extra_length = len;
359 config->extra_length = 0;
396 if (!config->extra_length) {
404 config->extra_length = len;
libusb.h 399 int extra_length; member in struct:libusb_endpoint_descriptor
449 int extra_length; member in struct:libusb_interface_descriptor
507 int extra_length; member in struct:libusb_config_descriptor
    [all...]
  /external/libusb-compat/libusb/
core.c 401 dest->extralen = src->extra_length;
402 if (src->extra_length) {
403 dest->extra = malloc(src->extra_length);
406 memcpy(dest->extra, src->extra, src->extra_length);
433 dest->extralen = src->extra_length;
434 if (src->extra_length) {
435 dest->extra = malloc(src->extra_length);
440 memcpy(dest->extra, src->extra, src->extra_length);
493 dest->extralen = src->extra_length;
494 if (src->extra_length) {
    [all...]
  /external/chromium_org/device/usb/
usb_device_impl.cc 298 platform_endpoint->extra + platform_endpoint->extra_length);
305 platform_alt_setting->extra + platform_alt_setting->extra_length);
313 platform_config->extra + platform_config->extra_length);
  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 172 endpoint->extra_length = 0;
179 endpoint->extra_length = 0;
184 endpoint->extra_length = len;
268 ifp->extra_length = 0;
319 ifp->extra_length = len;
423 config->extra_length = 0;
466 if (!config->extra_length) {
474 config->extra_length = len;
767 int size = endpoint->extra_length;
    [all...]
libusb.h 576 int extra_length; member in struct:libusb_endpoint_descriptor
626 int extra_length; member in struct:libusb_interface_descriptor
684 int extra_length; member in struct:libusb_config_descriptor
    [all...]
  /system/core/libziparchive/
zip_archive.cc 639 const uint16_t extra_length = cdr->extra_field_length; local
658 ptr += sizeof(CentralDirectoryRecord) + file_name_length + extra_length + comment_length;
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 1323 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); local
    [all...]

Completed in 144 milliseconds