Home
last modified time | relevance | path

Searched refs:av_realloc_f (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A 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()
H A 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()
H A 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()
H A Df_sendcmd.c247 *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 Dvf_morpho.c509 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 Davf_showspatial.c175 av_realloc_f(s->window_func_lut, s->win_size, in config_output()
H A Daeval.c403 eval->channel_values = av_realloc_f(eval->channel_values, in aeval_config_output()
H A Dasrc_sinc.c316 *h = av_realloc_f(*h, *len, sizeof(**h)); in fir_to_phase()
H A Daf_aspectralstats.c85 s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, in config_output()
H A Daf_afftfilt.c204 s->window_func_lut = av_realloc_f(s->window_func_lut, s->window_size, in config_input()
H A Dvaf_spectrumsynth.c213 s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, in config_output()
H A Dvf_readeia608.c146 s->scan = av_realloc_f(s->scan, end - start + 1, sizeof(*s->scan)); in config_filter()
H A Dvf_perspective.c237 s->pv = av_realloc_f(s->pv, w * h, 2 * sizeof(*s->pv)); in config_input()
H A Davf_showspectrum.c1220 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 Davf_showfreqs.c203 s->window_func_lut = av_realloc_f(s->window_func_lut, s->win_size, in config_output()
/third_party/ffmpeg/libavcodec/
H A Dtableprint_vlc.h32 #define av_realloc_f(p, o, n) NULL macro
H A Dzmbv.c504 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 Dvlc.c68 vlc->table = av_realloc_f(vlc->table, vlc->table_allocated, sizeof(*vlc->table)); in alloc_table()
H A Ddiracdec.c943 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 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/libavutil/
H A Dmem.h309 void *av_realloc_f(void *ptr, size_t nelem, size_t elsize);
H A Dmem.c171 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 Dhwcontext_d3d11va.c170 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 Dsbgdec.c168 *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 Davienc.c120 idx->cluster = av_realloc_f(idx->cluster, sizeof(void*), cl+1); in avi_add_ientry()

Completed in 29 milliseconds

12