Home
last modified time | relevance | path

Searched refs:av_realloc_f (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Daf_chorus.c121 s->delays = av_realloc_f(s->delays, nb_delays, sizeof(*s->delays)); in init()
122 s->decays = av_realloc_f(s->decays, nb_decays, sizeof(*s->decays)); in init()
123 s->speeds = av_realloc_f(s->speeds, nb_speeds, sizeof(*s->speeds)); in init()
124 s->depths = av_realloc_f(s->depths, nb_depths, sizeof(*s->depths)); in init()
Dvf_elbg.c119 elbg->codeword = av_realloc_f(elbg->codeword, elbg->codeword_length, in config_input()
125 av_realloc_f(elbg->codeword_closest_codebook_idxs, elbg->codeword_length, in config_input()
130 elbg->codebook = av_realloc_f(elbg->codebook, elbg->codebook_length, in config_input()
Daf_aecho.c115 s->delay = av_realloc_f(s->delay, nb_delays, sizeof(*s->delay)); in init()
116 s->decay = av_realloc_f(s->decay, nb_decays, sizeof(*s->decay)); in init()
134 s->samples = av_realloc_f(s->samples, nb_delays, sizeof(*s->samples)); in init()
Df_sendcmd.c241 *cmds = av_realloc_f(*cmds, n, 2*sizeof(Command)); in parse_commands()
380 *intervals = av_realloc_f(*intervals, n, 2*sizeof(Interval)); in parse_intervals()
Davf_showspatial.c196 av_realloc_f(s->window_func_lut, s->win_size, in config_output()
Daeval.c411 eval->channel_values = av_realloc_f(eval->channel_values, in aeval_config_output()
Dasrc_sinc.c324 *h = av_realloc_f(*h, *len, sizeof(**h)); in fir_to_phase()
Dvf_readeia608.c153 s->scan = av_realloc_f(s->scan, end - start + 1, sizeof(*s->scan)); in config_filter()
Daf_afftfilt.c212 s->window_func_lut = av_realloc_f(s->window_func_lut, s->window_size, in config_input()
Davf_showspectrum.c1131 av_realloc_f(s->window_func_lut, s->win_size, in config_output()
1188 av_realloc_f(s->combine_buffer, s->h * 3, in config_output()
1192 av_realloc_f(s->combine_buffer, s->w * 3, in config_output()
Dvaf_spectrumsynth.c210 s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, in config_output()
Dvf_perspective.c245 s->pv = av_realloc_f(s->pv, w * h, 2 * sizeof(*s->pv)); in config_input()
Davf_showfreqs.c214 s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, in config_output()
Daf_biquads.c666 s->cache = av_realloc_f(s->cache, sizeof(ChanCache), inlink->channels); in config_filter()
/third_party/ffmpeg/tests/api/
Dapi-seek-test.c43 crc_array = av_realloc_f(crc_array, size_of_array, sizeof(uint32_t)); in add_crc_to_array()
44 pts_array = av_realloc_f(pts_array, size_of_array, sizeof(int64_t)); in add_crc_to_array()
/third_party/ffmpeg/libavcodec/
Dtableprint_vlc.h33 #define av_realloc_f(p, o, n) NULL macro
Dzmbv.c502 c->cur = av_realloc_f(c->cur, avctx->width * avctx->height, (c->bpp / 8)); in decode_frame()
503 c->prev = av_realloc_f(c->prev, avctx->width * avctx->height, (c->bpp / 8)); in decode_frame()
Dbitstream.c124 vlc->table = av_realloc_f(vlc->table, vlc->table_allocated, sizeof(VLC_TYPE) * 2); in alloc_table()
Ddiracdec.c942 … s->slice_params_buf = av_realloc_f(s->slice_params_buf, s->num_x * s->num_y, sizeof(DiracSlice)); in decode_lowdelay()
961 s->thread_buf = av_realloc_f(s->thread_buf, avctx->thread_count, s->thread_buf_size); in decode_lowdelay()
/third_party/ffmpeg/libavutil/
Dmem.c146 void *av_realloc_f(void *ptr, size_t nelem, size_t elsize) in av_realloc_f() function
211 val = av_realloc_f(val, nmemb, size); in av_reallocp_array()
Dmem.h309 void *av_realloc_f(void *ptr, size_t nelem, size_t elsize);
/third_party/ffmpeg/libavformat/
Dsbgdec.c167 *array = av_realloc_f(*array, m, elsize); in alloc_array_elem()
873 buf = av_realloc_f(buf, bufsize, 1); in read_whole_file()
Davienc.c118 idx->cluster = av_realloc_f(idx->cluster, sizeof(void*), cl+1); in avi_add_ientry()
Daviobuf.c1119 if (!(buf = (*bufp) = av_realloc_f(buf, 1, alloc_size))) in ffio_rewind_with_probe_data()
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c2065 tmp = av_realloc_f(os->chapters, is->nb_chapters + os->nb_chapters, sizeof(*os->chapters)); in copy_chapters()

12