av_realloc_array 2063 cmdutils.c             uint8_t *tmp = av_realloc_array(array, new_size, elem_size);
av_realloc_array 2731 ffmpeg.c                       ost->st->side_data = av_realloc_array(NULL, ist->st->nb_side_data,
av_realloc_array 1398 ffmpeg_opt.c                   av_realloc_array(video_enc->rc_override,
av_realloc_array  157 libavcodec/ass.c     rects = av_realloc_array(sub->rects, (sub->num_rects+1), sizeof(*sub->rects));
av_realloc_array  210 libavcodec/ass_split.c     uint8_t *tmp = av_realloc_array(*section_ptr, (*count+1), section->size);
av_realloc_array  268 libavcodec/ass_split.c                 if (!(tmp = av_realloc_array(order, (*number + 1), sizeof(*order))))
av_realloc_array  809 libavcodec/flashsv2enc.c             s->frame_blocks = av_realloc_array(s->frame_blocks, s->rows, s->cols * sizeof(Block));
av_realloc_array  810 libavcodec/flashsv2enc.c             s->key_blocks = av_realloc_array(s->key_blocks, s->cols, s->rows * sizeof(Block));
av_realloc_array 2925 libavcodec/hevc.c             void *tmp = av_realloc_array(s->nals, new_size, sizeof(*s->nals));
av_realloc_array 2934 libavcodec/hevc.c             tmp = av_realloc_array(s->skipped_bytes_nal, new_size, sizeof(*s->skipped_bytes_nal));
av_realloc_array 2939 libavcodec/hevc.c             tmp = av_realloc_array(s->skipped_bytes_pos_size_nal, new_size, sizeof(*s->skipped_bytes_pos_size_nal));
av_realloc_array 2944 libavcodec/hevc.c             tmp = av_realloc_array(s->skipped_bytes_pos_nal, new_size, sizeof(*s->skipped_bytes_pos_nal));
av_realloc_array  108 libavcodec/hevc_parser.c         HEVCNAL *tmp = av_realloc_array(h->nals, 1, sizeof(*tmp));
av_realloc_array  330 libavcodec/libzvbi-teletextdec.c         if ((new_pages = av_realloc_array(ctx->pages, ctx->nb_pages + 1, sizeof(TeletextPage)))) {
av_realloc_array  394 libavcodec/resample.c         s->temp[i] = av_realloc_array(s->temp[i], s->temp_len, sizeof(short));
av_realloc_array  678 libavcodec/vc1dec.c                     tmp = av_realloc_array(slices, sizeof(*slices), (n_slices+1));
av_realloc_array  703 libavcodec/vc1dec.c                     tmp = av_realloc_array(slices, sizeof(*slices), (n_slices+1));
av_realloc_array  732 libavcodec/vc1dec.c                 tmp = av_realloc_array(slices, sizeof(*slices), (n_slices+1));
av_realloc_array  570 libavcodec/xan.c             tmpptr = av_realloc_array(s->palettes,
av_realloc_array  339 libavdevice/alsa-audio-common.c     r = av_realloc_array(s->reorder_buf, size, s->frame_size);
av_realloc_array  186 libavfilter/af_ashowinfo.c     void *tmp_ptr = av_realloc_array(s->plane_checksums, channels, sizeof(*s->plane_checksums));
av_realloc_array  109 libavfilter/avfilter.c     newpads  = av_realloc_array(*pads,  *count + 1, sizeof(AVFilterPad));
av_realloc_array  110 libavfilter/avfilter.c     newlinks = av_realloc_array(*links, *count + 1, sizeof(AVFilterLink*));
av_realloc_array   42 libavfilter/formats.c     if (!(tmp = av_realloc_array(ret->refs, ret->refcount + a->refcount,   \
av_realloc_array  155 libavformat/matroska.c     tmp = av_realloc_array(st->side_data, st->nb_side_data + 1, sizeof(*tmp));
av_realloc_array 1049 libavformat/matroskadec.c         newelem = av_realloc_array(list->elem, list->nb_elem + 1, syntax->list_elem_size);
av_realloc_array  340 libavformat/matroskaenc.c     entries = av_realloc_array(entries, seekhead->num_entries + 1, sizeof(mkv_seekhead_entry));
av_realloc_array  422 libavformat/matroskaenc.c     entries = av_realloc_array(entries, cues->num_entries + 1, sizeof(mkv_cuepoint));
av_realloc_array 3940 libavformat/mov.c     tmp = av_realloc_array(mov->fragment_index_data,
av_realloc_array 4156 libavformat/mov.c                 tmp = av_realloc_array(st->side_data,
av_realloc_array  108 libavformat/movenchint.c         samples = av_realloc_array(queue->samples, queue->size + 10, sizeof(HintSample));
av_realloc_array  500 libavformat/mxfdec.c     tmp_part = av_realloc_array(mxf->partitions, mxf->partitions_count + 1, sizeof(*mxf->partitions));
av_realloc_array  656 libavformat/mxfdec.c     tmp = av_realloc_array(mxf->metadata_sets, mxf->metadata_sets_count + 1, sizeof(*mxf->metadata_sets));
av_realloc_array  150 libavformat/rtmppkt.c     ptr = av_realloc_array(*prev_pkt, nb_alloc, sizeof(**prev_pkt));
av_realloc_array 3664 libavformat/utils.c     streams = av_realloc_array(s->streams, s->nb_streams + 1, sizeof(*streams));
av_realloc_array 3801 libavformat/utils.c         tmp = av_realloc_array(program->stream_index, program->nb_stream_indexes+1, sizeof(unsigned int));
av_realloc_array 4472 libavformat/utils.c     tmp = av_realloc_array(st->side_data, st->nb_side_data + 1, sizeof(*tmp));
av_realloc_array  166 libavutil/mem.h av_alloc_size(2, 3) void *av_realloc_array(void *ptr, size_t nmemb, size_t size);
av_realloc_array  535 tools/ismindex.c         temp = av_realloc_array(tracks->tracks,