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()235 ybf->buffer_alloc_sz = (size_t)frame_size; in vpx_realloc_frame_buffer()240 memset(ybf->buffer_alloc, 0, ybf->buffer_alloc_sz); in vpx_realloc_frame_buffer()
33 if (ybf->buffer_alloc_sz > 0) { in aom_free_frame_buffer()98 } else if (frame_size > ybf->buffer_alloc_sz) { in realloc_frame_buffer_aligned()102 ybf->buffer_alloc_sz = 0; in realloc_frame_buffer_aligned()109 ybf->buffer_alloc_sz = (size_t)frame_size; in realloc_frame_buffer_aligned()114 memset(ybf->buffer_alloc, 0, ybf->buffer_alloc_sz); in realloc_frame_buffer_aligned()
119 memset(lbd_src.buffer_alloc, kPixFiller, lbd_src.buffer_alloc_sz); in RunAccuracyCheck()120 while (i < lbd_src.buffer_alloc_sz) { in RunAccuracyCheck()136 while (i < lbd_src.buffer_alloc_sz) { in RunAccuracyCheck()150 while (i < lbd_src.buffer_alloc_sz) { in RunAccuracyCheck()
52 size_t buffer_alloc_sz; member
91 size_t buffer_alloc_sz; member
98 cpi->svc.empty_frame.img.buffer_alloc_sz); in vp9_init_layer_context()