Home
last modified time | relevance | path

Searched refs:buffer_alloc_sz (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c32 if (ybf->buffer_alloc_sz > 0) { in vp8_yv12_de_alloc_frame_buffer()
64 ybf->buffer_alloc_sz = frame_size; in vp8_yv12_realloc_frame_buffer()
67 if (!ybf->buffer_alloc || ybf->buffer_alloc_sz < frame_size) in vp8_yv12_realloc_frame_buffer()
122 if (ybf->buffer_alloc_sz > 0) { in vpx_free_frame_buffer()
206 } else if (frame_size > (size_t)ybf->buffer_alloc_sz) { in vpx_realloc_frame_buffer()
218 ybf->buffer_alloc_sz = (int)frame_size; in vpx_realloc_frame_buffer()
223 memset(ybf->buffer_alloc, 0, ybf->buffer_alloc_sz); in vpx_realloc_frame_buffer()
/external/libvpx/libvpx/vpx_scale/
Dyv12config.h52 int buffer_alloc_sz; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c51 cpi->svc.empty_frame.img.buffer_alloc_sz); in vp9_init_layer_context()