HomeSort by relevance Sort by last modified time
    Searched defs:buffer_alloc (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/hci/src/
vendor.c 45 static void *buffer_alloc(int size);
56 buffer_alloc,
158 static void *buffer_alloc(int size) { function
164 // |buffer_alloc|.
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 50 uint8_t *buffer_alloc; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 49 uint8_t *buffer_alloc; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 49 uint8_t *buffer_alloc; member in struct:yv12_buffer_config
  /bootable/recovery/updater/
blockimg.c 123 static void allocate(size_t size, uint8_t** buffer, size_t* buffer_alloc) {
125 if (size <= *buffer_alloc) return;
134 *buffer_alloc = size;
259 uint8_t** buffer, size_t* buffer_alloc, int fd) {
270 allocate(src->size * BLOCKSIZE, buffer, buffer_alloc);
319 uint8_t** buffer, size_t* buffer_alloc, int fd,
331 allocate(*src_blocks * BLOCKSIZE, buffer, buffer_alloc);
560 size_t buffer_alloc = 0; local
574 &buffer, &buffer_alloc, fd);
577 &buffer, &buffer_alloc, fd, stash_table)
    [all...]

Completed in 90 milliseconds