Searched refs:buffer_alloc_sz (Results 1 – 6 of 6) sorted by relevance
35 if (ybf->buffer_alloc_sz > 0) { in vp8_yv12_de_alloc_frame_buffer()75 ybf->buffer_alloc_sz = frame_size; in vp8_yv12_realloc_frame_buffer()78 if (!ybf->buffer_alloc || ybf->buffer_alloc_sz < frame_size) return -1; in vp8_yv12_realloc_frame_buffer()133 if (ybf->buffer_alloc_sz > 0) { in vpx_free_frame_buffer()227 } else if (frame_size > ybf->buffer_alloc_sz) { in vpx_realloc_frame_buffer()231 ybf->buffer_alloc_sz = 0; in vpx_realloc_frame_buffer()236 ybf->buffer_alloc_sz = (size_t)frame_size; in vpx_realloc_frame_buffer()241 memset(ybf->buffer_alloc, 0, ybf->buffer_alloc_sz); in vpx_realloc_frame_buffer()
31 if (ybf->buffer_alloc_sz > 0) { in aom_free_frame_buffer()99 } else if (frame_size > ybf->buffer_alloc_sz) { in realloc_frame_buffer_aligned()103 ybf->buffer_alloc_sz = 0; in realloc_frame_buffer_aligned()110 ybf->buffer_alloc_sz = (size_t)frame_size; in realloc_frame_buffer_aligned()115 memset(ybf->buffer_alloc, 0, ybf->buffer_alloc_sz); in realloc_frame_buffer_aligned()
120 memset(lbd_src.buffer_alloc, kPixFiller, lbd_src.buffer_alloc_sz); in RunAccuracyCheck()121 while (i < lbd_src.buffer_alloc_sz) { in RunAccuracyCheck()137 while (i < lbd_src.buffer_alloc_sz) { in RunAccuracyCheck()151 while (i < lbd_src.buffer_alloc_sz) { in RunAccuracyCheck()
52 size_t buffer_alloc_sz; member
91 size_t buffer_alloc_sz; member
100 cpi->svc.empty_frame.img.buffer_alloc_sz); in vp9_init_layer_context()