/third_party/ffmpeg/libavfilter/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | f_sendcmd.c | 247 *cmds = av_realloc_f(*cmds, n, 2*sizeof(Command)); in parse_commands() 386 *intervals = av_realloc_f(*intervals, n, 2*sizeof(Interval)); in parse_intervals()
|
H A D | vf_morpho.c | 509 chords->C = av_realloc_f(chords->C, chords->cap * 2, sizeof(chord)); in insert_chord_set() 663 chords->R = av_realloc_f(chords->R, r_cap * 2, sizeof(*chords->R)); in build_chord_set() 676 chords->R = av_realloc_f(chords->R, r_cap * 2, sizeof(*chords->R)); in build_chord_set() 688 chords->R = av_realloc_f(chords->R, r_cap * 2, sizeof(*chords->R)); in build_chord_set()
|
H A D | avf_showspatial.c | 175 av_realloc_f(s->window_func_lut, s->win_size, in config_output()
|
H A D | aeval.c | 403 eval->channel_values = av_realloc_f(eval->channel_values, in aeval_config_output()
|
H A D | asrc_sinc.c | 316 *h = av_realloc_f(*h, *len, sizeof(**h)); in fir_to_phase()
|
H A D | af_aspectralstats.c | 85 s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, in config_output()
|
H A D | af_afftfilt.c | 204 s->window_func_lut = av_realloc_f(s->window_func_lut, s->window_size, in config_input()
|
H A D | vaf_spectrumsynth.c | 213 s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, in config_output()
|
H A D | vf_readeia608.c | 146 s->scan = av_realloc_f(s->scan, end - start + 1, sizeof(*s->scan)); in config_filter()
|
H A D | vf_perspective.c | 237 s->pv = av_realloc_f(s->pv, w * h, 2 * sizeof(*s->pv)); in config_input()
|
H A D | avf_showspectrum.c | 1220 av_realloc_f(s->window_func_lut, s->win_size, in config_output() 1288 av_realloc_f(s->combine_buffer, s->h * 4, in config_output() 1292 av_realloc_f(s->combine_buffer, s->w * 4, in config_output()
|
H A D | avf_showfreqs.c | 203 s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, in config_output()
|
/third_party/ffmpeg/libavcodec/ |
H A D | tableprint_vlc.h | 32 #define av_realloc_f(p, o, n) NULL macro
|
H A D | zmbv.c | 504 c->cur = av_realloc_f(c->cur, avctx->width * avctx->height, (c->bpp / 8)); in decode_frame() 505 c->prev = av_realloc_f(c->prev, avctx->width * avctx->height, (c->bpp / 8)); in decode_frame()
|
H A D | vlc.c | 68 vlc->table = av_realloc_f(vlc->table, vlc->table_allocated, sizeof(*vlc->table)); in alloc_table()
|
H A D | diracdec.c | 943 s->slice_params_buf = av_realloc_f(s->slice_params_buf, s->num_x * s->num_y, sizeof(DiracSlice)); in decode_lowdelay() 962 s->thread_buf = av_realloc_f(s->thread_buf, avctx->thread_count, s->thread_buf_size); in decode_lowdelay()
|
/third_party/ffmpeg/tests/api/ |
H A 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/libavutil/ |
H A D | mem.h | 309 void *av_realloc_f(void *ptr, size_t nelem, size_t elsize);
|
H A D | mem.c | 171 void *av_realloc_f(void *ptr, size_t nelem, size_t elsize) in av_realloc_f() function 238 val = av_realloc_f(val, nmemb, size); in av_reallocp_array()
|
H A D | hwcontext_d3d11va.c | 170 frames_hwctx->texture_infos = av_realloc_f(frames_hwctx->texture_infos, in wrap_texture_buf() 298 hwctx->texture_infos = av_realloc_f(NULL, ctx->initial_pool_size, sizeof(*hwctx->texture_infos)); in d3d11va_frames_init()
|
/third_party/ffmpeg/libavformat/ |
H A D | sbgdec.c | 168 *array = av_realloc_f(*array, m, elsize); in alloc_array_elem() 874 buf = av_realloc_f(buf, bufsize, 1); in read_whole_file()
|
H A D | avienc.c | 120 idx->cluster = av_realloc_f(idx->cluster, sizeof(void*), cl+1); in avi_add_ientry()
|