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

  /system/bt/hci/src/
buffer_allocator.cc 24 static void* buffer_alloc(size_t size) { function
29 static const allocator_t interface = {buffer_alloc, osi_free};
  /external/libvpx/libvpx/vp8/common/
swapyv12buffer.c 17 temp = last_frame->buffer_alloc;
18 last_frame->buffer_alloc = new_frame->buffer_alloc;
19 new_frame->buffer_alloc = temp;
vp8_skin_detection.c 86 memset(skinmap.buffer_alloc, 128, skinmap.frame_size);
alloccommon.c 112 memset(oci->post_proc_buffer.buffer_alloc, 128,
postproc.c 320 memset((&oci->post_proc_buffer_int)->buffer_alloc, 128,
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 33 vpx_free(ybf->buffer_alloc);
36 /* buffer_alloc isn't accessed by most functions. Rather y_buffer,
37 u_buffer and v_buffer point to buffer_alloc and are used. Clear out
62 if (!ybf->buffer_alloc) {
63 ybf->buffer_alloc = (uint8_t *)vpx_memalign(32, frame_size);
67 if (!ybf->buffer_alloc || ybf->buffer_alloc_sz < frame_size) return -1;
95 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border;
97 ybf->buffer_alloc + yplane_size + (border / 2 * uv_stride) + border / 2;
98 ybf->v_buffer = ybf->buffer_alloc + yplane_size + uvplane_size +
123 vpx_free(ybf->buffer_alloc);
    [all...]
  /external/libvpx/libvpx/test/
vp9_scale_test.cc 89 if (memcmp(dst_img_.buffer_alloc, ref_img_.buffer_alloc,
131 if (memcmp(dst_img_.buffer_alloc, ref_img_.buffer_alloc,
vpx_scale_test.h 37 memset(img->buffer_alloc, kBufFiller, img->frame_size);
63 memset(img->buffer_alloc, kBufFiller, img->frame_size);
189 EXPECT_EQ(0, memcmp(ref_img_.buffer_alloc, actual.buffer_alloc,
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 51 uint8_t *buffer_alloc; member in struct:yv12_buffer_config
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
st_tusb.h 40 void *(*buffer_alloc)(struct usb_bus *bus, size_t size, member in struct:usb_operations
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 404 memset(denoiser->yv12_running_avg[i].buffer_alloc, 0,
415 memset(denoiser->yv12_mc_running_avg.buffer_alloc, 0,
423 memset(denoiser->yv12_last_source.buffer_alloc, 0,
firstpass.c 841 (void)fwrite(lst_yv12->buffer_alloc, lst_yv12->frame_size, 1, recon_file);
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 326 if ((flags & VP9D_MFQE) && !cm->post_proc_buffer_int.buffer_alloc) {
344 memset(cm->post_proc_buffer_int.buffer_alloc, 128,
385 if ((flags & VP9D_DEMACROBLOCK) && cm->post_proc_buffer_int.buffer_alloc) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 149 memset(skinmap.buffer_alloc, 128, skinmap.frame_size);
vp9_denoiser.c 461 if (denoiser->running_avg_y[i + shift].buffer_alloc != NULL)
525 if (denoiser->running_avg_y[fb_idx].buffer_alloc == NULL) {
vp9_svc_layercontext.c 64 memset(cpi->svc.empty_frame.img.buffer_alloc, 0x80,
    [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 76 img->img_data = yv12->buffer_alloc;
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 224 img->img_data = yv12->buffer_alloc;

Completed in 549 milliseconds