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

  /external/libvpx/vp8/common/
swapyv12buffer.c 18 temp = last_frame->buffer_alloc;
19 last_frame->buffer_alloc = new_frame->buffer_alloc;
20 new_frame->buffer_alloc = temp;
  /external/libvpx/vpx_scale/blackfin/
yv12config.c 42 if (ybf->buffer_alloc)
44 duck_free(ybf->buffer_alloc);
47 ybf->buffer_alloc = 0;
85 ybf->buffer_alloc = (unsigned char *) duck_memalign(32, (yplane_size * 3 / 2) + ybf->y_stride , 0);
87 if (ybf->buffer_alloc == NULL)
90 ybf->y_buffer = ybf->buffer_alloc + border * ybf->y_stride + border;
91 ybf->u_buffer = ybf->buffer_alloc + yplane_size + border / 2 * ybf->uv_stride + border / 2;
92 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + border / 2 * ybf->uv_stride + border / 2;
109 if (ybf->buffer_alloc)
  /external/libvpx/vpx_scale/generic/
yv12config.c 27 if (ybf->buffer_alloc)
29 duck_free(ybf->buffer_alloc);
32 ybf->buffer_alloc = 0;
72 ybf->buffer_alloc = (unsigned char *) duck_memalign(32, ybf->frame_size + (ybf->y_stride * 2) + 32, 0);
74 if (ybf->buffer_alloc == NULL)
77 ybf->y_buffer = ybf->buffer_alloc + (border * ybf->y_stride) + border;
82 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * ybf->uv_stride) + border / 2;
83 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * ybf->uv_stride) + border / 2;
101 if (ybf->buffer_alloc)
  /external/libvpx/vpx_scale/
yv12config.h 56 unsigned char *buffer_alloc; member in struct:__anon5174
  /external/libvpx/vpx_scale/arm/nds/
yv12extend.c 187 mi_cpu_copy_fast(src_ybc->buffer_alloc, dst_ybc->buffer_alloc, mem_size);
  /external/libvpx/vp8/
vp8_dx_iface.c 446 sd.buffer_alloc);
  /external/bluetooth/bluez/audio/
gstavdtpsink.c 1222 basesink_class->buffer_alloc =
    [all...]
  /external/libvpx/vp8/encoder/
firstpass.c 882 if(fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file));
    [all...]
onyx_if.c     [all...]

Completed in 153 milliseconds