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

  /external/libvpx/libvpx/vpx_scale/
yv12config.h 50 int buffer_alloc_sz; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 55 ybf->buffer_alloc_sz = frame_size;
58 if (!ybf->buffer_alloc || ybf->buffer_alloc_sz < frame_size)
151 if (frame_size > ybf->buffer_alloc_sz) {
156 ybf->buffer_alloc_sz = frame_size;
159 if (!ybf->buffer_alloc || ybf->buffer_alloc_sz < frame_size)

Completed in 93 milliseconds