Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c34 if (ybf->buffer_alloc_sz > 0) { in vp8_yv12_de_alloc_frame_buffer()
66 ybf->buffer_alloc_sz = frame_size; in vp8_yv12_realloc_frame_buffer()
69 if (!ybf->buffer_alloc || ybf->buffer_alloc_sz < frame_size) in vp8_yv12_realloc_frame_buffer()
122 if (ybf->buffer_alloc_sz > 0) { in vp9_free_frame_buffer()
219 } else if (frame_size > ybf->buffer_alloc_sz) { in vp9_realloc_frame_buffer()
227 ybf->buffer_alloc_sz = frame_size; in vp9_realloc_frame_buffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h50 int buffer_alloc_sz; member