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

  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 30 // If libvpx is using frame buffer callbacks then buffer_alloc_sz must
32 if (ybf->buffer_alloc_sz > 0) {
64 ybf->buffer_alloc_sz = frame_size;
67 if (!ybf->buffer_alloc || ybf->buffer_alloc_sz < frame_size) return -1;
122 if (ybf->buffer_alloc_sz > 0) {
169 // frame_size is stored in buffer_alloc_sz, which is an int. If it won't
198 } else if (frame_size > (size_t)ybf->buffer_alloc_sz) {
206 ybf->buffer_alloc_sz = (int)frame_size;
211 memset(ybf->buffer_alloc, 0, ybf->buffer_alloc_sz);
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 52 int buffer_alloc_sz; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 65 cpi->svc.empty_frame.img.buffer_alloc_sz);
    [all...]

Completed in 72 milliseconds