HomeSort by relevance Sort by last modified time
    Searched refs:buffer_alloc (Results 1 - 8 of 8) 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/generic/
yv12config.c 27 duck_free(ybf->buffer_alloc);
29 ybf->buffer_alloc = 0;
69 ybf->buffer_alloc = (unsigned char *) duck_memalign(32, ybf->frame_size + (ybf->y_stride * 2) + 32, 0);
71 if (ybf->buffer_alloc == NULL)
74 ybf->y_buffer = ybf->buffer_alloc + (border * ybf->y_stride) + border;
79 ybf->u_buffer = ybf->buffer_alloc + yplane_size + (border / 2 * ybf->uv_stride) + border / 2;
80 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size + (border / 2 * ybf->uv_stride) + border / 2;
  /external/libvpx/vpx_scale/
yv12config.h 56 unsigned char *buffer_alloc; member in struct:__anon8534
  /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 434 sd.buffer_alloc);
  /external/bluetooth/bluez/audio/
gstavdtpsink.c     [all...]
  /external/libvpx/vp8/encoder/
firstpass.c 833 if(fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file));
    [all...]
onyx_if.c     [all...]

Completed in 479 milliseconds