Searched refs:av_mallocz (Results 76 - 100 of 129) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dresample.c160 s = av_mallocz(sizeof(ReSampleContext));
H A Dtruemotion2.c145 huff.nums = av_mallocz(huff.max_num * sizeof(int));
146 huff.bits = av_mallocz(huff.max_num * sizeof(uint32_t));
147 huff.lens = av_mallocz(huff.max_num * sizeof(int));
H A Dvorbis_enc.c151 cb->pow2 = av_mallocz(sizeof(float) * cb->nentries);
177 rc->maxes = av_mallocz(sizeof(float[2]) * rc->classifications);
612 p = *out = av_mallocz(64 + len + len/255);
H A Dtta.c279 s->decode_buffer = av_mallocz(sizeof(int32_t)*s->frame_length*s->channels);
H A Dwmaenc.c51 extradata= av_mallocz(10);
H A Datrac3.c1019 if ((q->decoded_bytes_buffer = av_mallocz((avctx->block_align+(4-avctx->block_align%4) + FF_INPUT_BUFFER_PADDING_SIZE))) == NULL)
1059 q->pUnits = av_mallocz(sizeof(channel_unit)*q->channels);
H A Dcook.c1130 av_mallocz(avctx->block_align/2
1135 av_mallocz(avctx->block_align
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskaenc.c251 mkv_seekhead *new_seekhead = av_mallocz(sizeof(mkv_seekhead));
337 mkv_cues *cues = av_mallocz(sizeof(mkv_cues));
630 mkv->md5_ctx = av_mallocz(av_md5_size);
H A Dmov.c254 sc->drefs = av_mallocz(entries * sizeof(*sc->drefs));
292 dref->path = av_mallocz(len+1);
419 st->codec->extradata = av_mallocz(len + FF_INPUT_BUFFER_PADDING_SIZE);
596 st->codec->extradata = av_mallocz(atom.size + 0x5a + FF_INPUT_BUFFER_PADDING_SIZE);
677 st->codec->extradata = av_mallocz(atom.size + FF_INPUT_BUFFER_PADDING_SIZE);
706 st->codec->extradata = av_mallocz(atom.size + FF_INPUT_BUFFER_PADDING_SIZE);
1424 sc = av_mallocz(sizeof(MOVStreamContext));
H A Dmatroskadec.c1295 extradata = av_mallocz(extradata_size);
1359 st->codec->extradata = av_mallocz(track->codec_priv.size +
1560 lace_size = av_mallocz(sizeof(int));
1571 lace_size = av_mallocz(laces * sizeof(int));
1661 pkt = av_mallocz(sizeof(AVPacket));
1680 pkt = av_mallocz(sizeof(AVPacket));
H A Dasfdec.c230 asf_st = av_mallocz(sizeof(ASFStream));
347 st->codec->extradata = av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
355 st->codec->palctrl = av_mallocz(sizeof(AVPaletteControl));
H A Daiff.c383 st->codec->extradata = av_mallocz(size + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dflvdec.c300 st->codec->extradata = av_mallocz(size + FF_INPUT_BUFFER_PADDING_SIZE);
H A Drtpdec.c274 s = av_mallocz(sizeof(RTPDemuxContext));
H A Dudp.c360 s = av_mallocz(sizeof(UDPContext));
H A Dutils.c433 ic->priv_data = av_mallocz(fmt->priv_data_size);
560 AVPacketList *pktl = av_mallocz(sizeof(AVPacketList));
2053 duration_error = av_mallocz(MAX_STREAMS * sizeof(*duration_error));
2392 st = av_mallocz(sizeof(AVStream));
2439 program = av_mallocz(sizeof(AVProgram));
2460 chapter= av_mallocz(sizeof(AVChapter));
2485 s->priv_data = av_mallocz(s->oformat->priv_data_size);
2551 s->priv_data = av_mallocz(s->oformat->priv_data_size);
2681 this_pktl = av_mallocz(sizeof(AVPacketList));
H A Dmpegenc.c325 stream = av_mallocz(sizeof(StreamInfo));
1164 pkt_desc= av_mallocz(sizeof(PacketDesc));
H A Dmpegtsenc.c361 service = av_mallocz(sizeof(MpegTSService));
414 ts_st = av_mallocz(sizeof(MpegTSWriteStream));
H A Dnutdec.c286 nut->stream = av_mallocz(sizeof(StreamContext)*stream_count);
348 st->codec->extradata= av_mallocz(st->codec->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dnutenc.c565 nut->stream = av_mallocz(sizeof(StreamContext)*s->nb_streams);
566 nut->time_base= av_mallocz(sizeof(AVRational )*s->nb_streams);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dvfwcap.c169 pktl_next = av_mallocz(sizeof(AVPacketList));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Ddrawtext.c158 *ctxp = av_mallocz(sizeof(ContextInfo));
H A Dwatermark.c132 if (0 == (*ctxp = av_mallocz(sizeof(ContextInfo)))) return -1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c555 if(!(poll_table = av_mallocz((nb_max_http_connections + 2)*sizeof(*poll_table)))) {
723 c = av_mallocz(sizeof(HTTPContext));
2054 st = av_mallocz(sizeof(AVStream));
2733 *pbuffer = av_mallocz(2048);
3091 c = av_mallocz(sizeof(HTTPContext));
3161 st = av_mallocz(sizeof(AVStream));
3244 fst = av_mallocz(sizeof(AVStream));
3248 fst->priv_data = av_mallocz(sizeof(FeedData));
3375 stream->ap_in = av_mallocz(sizeof(AVFormatParameters));
3687 st = av_mallocz(sizeo
[all...]
H A Dffmpeg.c457 st = av_mallocz(sizeof(AVStream));
1563 file_table= av_mallocz(nb_input_files * sizeof(AVInputFile));
1577 ist_table = av_mallocz(nb_istreams * sizeof(AVInputStream *));
1582 ist = av_mallocz(sizeof(AVInputStream));
1639 ost_table = av_mallocz(sizeof(AVOutputStream *) * nb_ostreams);
1643 ost = av_mallocz(sizeof(AVOutputStream));
3469 inter_matrix = av_mallocz(sizeof(uint16_t) * 64);
3475 intra_matrix = av_mallocz(sizeof(uint16_t) * 64);

Completed in 303 milliseconds

123456