/third_party/ffmpeg/libavfilter/ |
D | af_chorus.c | 121 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()
|
D | vf_elbg.c | 119 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()
|
D | af_aecho.c | 115 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()
|
D | f_sendcmd.c | 241 *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()
|
D | avf_showspatial.c | 196 av_realloc_f(s->window_func_lut, s->win_size, in config_output()
|
D | aeval.c | 411 eval->channel_values = av_realloc_f(eval->channel_values, in aeval_config_output()
|
D | asrc_sinc.c | 324 *h = av_realloc_f(*h, *len, sizeof(**h)); in fir_to_phase()
|
D | vf_readeia608.c | 153 s->scan = av_realloc_f(s->scan, end - start + 1, sizeof(*s->scan)); in config_filter()
|
D | af_afftfilt.c | 212 s->window_func_lut = av_realloc_f(s->window_func_lut, s->window_size, in config_input()
|
D | avf_showspectrum.c | 1131 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()
|
D | vaf_spectrumsynth.c | 210 s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, in config_output()
|
D | vf_perspective.c | 245 s->pv = av_realloc_f(s->pv, w * h, 2 * sizeof(*s->pv)); in config_input()
|
D | avf_showfreqs.c | 214 s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, in config_output()
|
D | af_biquads.c | 666 s->cache = av_realloc_f(s->cache, sizeof(ChanCache), inlink->channels); in config_filter()
|
/third_party/ffmpeg/tests/api/ |
D | api-seek-test.c | 43 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/ |
D | tableprint_vlc.h | 33 #define av_realloc_f(p, o, n) NULL macro
|
D | zmbv.c | 502 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()
|
D | bitstream.c | 124 vlc->table = av_realloc_f(vlc->table, vlc->table_allocated, sizeof(VLC_TYPE) * 2); in alloc_table()
|
D | diracdec.c | 942 … 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/ |
D | mem.c | 146 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()
|
D | mem.h | 309 void *av_realloc_f(void *ptr, size_t nelem, size_t elsize);
|
/third_party/ffmpeg/libavformat/ |
D | sbgdec.c | 167 *array = av_realloc_f(*array, m, elsize); in alloc_array_elem() 873 buf = av_realloc_f(buf, bufsize, 1); in read_whole_file()
|
D | avienc.c | 118 idx->cluster = av_realloc_f(idx->cluster, sizeof(void*), cl+1); in avi_add_ientry()
|
D | aviobuf.c | 1119 if (!(buf = (*bufp) = av_realloc_f(buf, 1, alloc_size))) in ffio_rewind_with_probe_data()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 2065 tmp = av_realloc_f(os->chapters, is->nb_chapters + os->nb_chapters, sizeof(*os->chapters)); in copy_chapters()
|