Searched refs:av_realloc (Results 76 - 100 of 108) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfiltergraph.c130 AVFilterContext **filters = av_realloc(graph->filters,
200 filters = av_realloc(graph->filters, sizeof(*filters) * (graph->nb_filters + 1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexr.c437 pl->p = av_realloc(pl->p, pl->lit * sizeof(int));
1123 s->channels = av_realloc(s->channels,
H A Ddvdsubdec.c507 ctx->buf = av_realloc(ctx->buf, ctx->buf_size + buf_size);
H A Dpthread_frame.c282 int *tmp = av_realloc(dst->slice_offset, src->slice_count *
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Daviobuf.c946 if (!(buf = av_realloc(buf, alloc_size)))
1121 d->buffer = av_realloc(d->buffer, new_allocated_size);
H A Dmov.c906 buf= av_realloc(st->codec->extradata, size);
1733 mem = av_realloc(st->index_entries, (st->nb_index_entries + sc->sample_count) * sizeof(*st->index_entries));
1822 mem = av_realloc(st->index_entries, (st->nb_index_entries + total) * sizeof(*st->index_entries));
2170 trex = av_realloc(c->trex_data, (c->trex_count+1)*sizeof(*c->trex_data));
2233 ctts_data = av_realloc(sc->ctts_data,
H A Dmatroskaenc.c293 entries = av_realloc(entries, (seekhead->num_entries + 1) * sizeof(mkv_seekhead_entry));
371 entries = av_realloc(entries, (cues->num_entries + 1) * sizeof(mkv_cuepoint));
H A Dasfenc.c816 asf->index_ptr = (ASFIndex*)av_realloc( asf->index_ptr, sizeof(ASFIndex) * asf->nb_index_memory_alloc );
H A Davienc.c562 idx->cluster = av_realloc(idx->cluster, (cl+1)*sizeof(void*));
H A Dmxfdec.c383 mxf->metadata_sets = av_realloc(mxf->metadata_sets, (mxf->metadata_sets_count + 1) * sizeof(*mxf->metadata_sets));
H A Dutils.c524 buf = av_realloc(buf, probe_size + AVPROBE_PADDING_SIZE);
769 pd->buf = av_realloc(pd->buf, pd->buf_size+pkt->size+AVPROBE_PADDING_SIZE);
2780 streams = av_realloc(s->streams, (s->nb_streams + 1) * sizeof(*streams));
3346 tmp = av_realloc(program->stream_index, sizeof(unsigned int)*(program->nb_stream_indexes+1));
H A Davidec.c615 st->codec->extradata= av_realloc(st->codec->extradata, st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dmxfenc.c1210 av_realloc(mxf->body_partition_offset,
1683 mxf->index_entries = av_realloc(mxf->index_entries,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmatroskadec.c1191 newpktdata = av_realloc(pkt_data, pkt_size + AV_LZO_OUTPUT_PADDING);
1216 newpktdata = av_realloc(pkt_data, pkt_size);
1251 newpktdata = av_realloc(pkt_data, pkt_size);
2192 newpackets = av_realloc(matroska->packets,
2452 tmp = av_realloc(dst, dstlen + blocksize + 32);
H A Doggdec.c247 !(os = av_realloc(ogg->streams, size)))
H A Dwtvenc.c115 WtvSyncEntry *new_list = av_realloc(*list, new_count * sizeof(WtvSyncEntry));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dframe.c567 tmp = av_realloc(frame->side_data,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c1105 uint8_t *tmp = av_realloc(array, new_size*elem_size);
H A Davconv.c1099 input_tmp = av_realloc(input_tmp, byte_delta + size);
3651 av_realloc(video_enc->rc_override,
3820 os->chapters = av_realloc(os->chapters, sizeof(AVChapter) * os->nb_chapters);
H A Dffmpeg.c874 input_tmp= av_realloc(input_tmp, byte_delta + size);
1895 os->chapters = av_realloc(os->chapters, sizeof(AVChapter)*os->nb_chapters);
3479 av_realloc(video_enc->rc_override,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapedec.c844 tmp_data = av_realloc(s->data, FFALIGN(buf_size, 4));
H A Dpthread.c475 int *tmp = av_realloc(dst->slice_offset, src->slice_count *
H A Dtruemotion2.c311 ctx->tokens[stream_id] = av_realloc(ctx->tokens[stream_id], toks * sizeof(int));
H A Dutils.c62 ptr= av_realloc(ptr, min_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c2042 uint8_t *tmp = av_realloc(array, new_size*elem_size);

Completed in 281 milliseconds

12345