Home
last modified time | relevance | path

Searched refs:av_fast_mallocz (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/
Dmem.h433 void av_fast_mallocz(void *ptr, unsigned int *size, size_t min_size);
Dmem.c507 void av_fast_mallocz(void *ptr, unsigned int *size, size_t min_size) in av_fast_mallocz() function
/third_party/ffmpeg/libavcodec/
Ddca_core.c780 av_fast_mallocz(&s->subband_buffer, &s->subband_size, in alloc_sample_buffer()
1288 av_fast_mallocz(&s->x96_subband_buffer, &s->x96_subband_size, in alloc_x96_sample_buffer()
Dh264_slice.c138 av_fast_mallocz(&sl->top_borders[0], &sl->top_borders_allocated[0], in alloc_scratch_buffers()
140 av_fast_mallocz(&sl->top_borders[1], &sl->top_borders_allocated[1], in alloc_scratch_buffers()
Ddca_lbr.c1001 av_fast_mallocz(&s->ts_buffer, &s->ts_size, nsamples * sizeof(float)); in alloc_sample_buffer()
/third_party/ffmpeg/doc/
DAPIchanges930 Add av_fast_mallocz()