Searched refs:av_mallocz (Results 1 - 25 of 129) sorted by relevance

123456

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavutil/
H A Dmem.h49 * @see av_mallocz()
85 void *av_mallocz(unsigned int size) av_malloc_attrib av_alloc_size(1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dmem.h49 * @see av_mallocz()
85 void *av_mallocz(unsigned int size) av_malloc_attrib av_alloc_size(1);
H A Dmem.c140 void *av_mallocz(unsigned int size) function
H A Dpca.c42 pca= av_mallocz(sizeof(PCA));
45 pca->covariance= av_mallocz(sizeof(double)*n*n);
46 pca->mean= av_mallocz(sizeof(double)*n);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbitstream_filter.c40 AVBitStreamFilterContext *bsfc= av_mallocz(sizeof(AVBitStreamFilterContext));
42 bsfc->priv_data= av_mallocz(bsf->priv_data_size);
H A Dsonic.c174 copy = av_mallocz(4* entries);
200 bits = av_mallocz(4* entries*max);
270 int *bits = av_mallocz(4* entries);
420 int *state = av_mallocz(4* window_entries);
543 s->tap_quant = av_mallocz(4* s->num_taps);
553 s->tail = av_mallocz(4* s->num_taps*s->channels);
558 s->predictor_k = av_mallocz(4 * s->num_taps);
564 s->coded_samples[i] = av_mallocz(4* s->block_align);
569 s->int_samples = av_mallocz(4* s->frame_size);
572 s->window = av_mallocz(
[all...]
H A Dlibdirac_libschro.c87 av_mallocz(sizeof(FfmpegDiracSchroQueueElement));
H A Dxsubdec.c85 sub->rects = av_mallocz(sizeof(*sub->rects));
86 sub->rects[0] = av_mallocz(sizeof(*sub->rects[0]));
H A Dpthread.c138 c = av_mallocz(sizeof(ThreadContext));
142 c->workers = av_mallocz(sizeof(pthread_t)*thread_count);
H A Dflashsvenc.c123 s->tmpblock = av_mallocz(3*256*256);
124 s->encbuffer = av_mallocz(s->image_width*s->image_height*3);
221 s->previous_frame = av_mallocz(FFABS(p->linesize[0])*s->image_height);
H A Dsmacker.c189 tmp1.bits = av_mallocz(256 * 4);
190 tmp1.lengths = av_mallocz(256 * sizeof(int));
191 tmp1.values = av_mallocz(256 * sizeof(int));
196 tmp2.bits = av_mallocz(256 * 4);
197 tmp2.lengths = av_mallocz(256 * sizeof(int));
198 tmp2.values = av_mallocz(256 * sizeof(int));
251 huff.values = av_mallocz(huff.length * sizeof(int));
604 h[i].bits = av_mallocz(256 * 4);
605 h[i].lengths = av_mallocz(256 * sizeof(int));
606 h[i].values = av_mallocz(25
[all...]
H A Dqtrleenc.c83 s->rlecode_table = av_mallocz(s->avctx->width);
84 s->skip_table = av_mallocz(s->avctx->width);
85 s->length_table = av_mallocz((s->avctx->width + 1)*sizeof(int));
H A Dw32thread.c110 c= av_mallocz(sizeof(ThreadContext)*thread_count);
H A Dmpeg4video_parser.c97 pc->enc = av_mallocz(sizeof(MpegEncContext));
H A Dos2thread.c120 c= av_mallocz(sizeof(ThreadContext)*thread_count);
H A Dsp5xdec.c52 recoded = av_mallocz(buf_size + 1024);
117 s->qscale_table = av_mallocz((s->width+15)/16);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnut.c59 Syncpoint *sp= av_mallocz(sizeof(Syncpoint));
60 struct AVTreeNode *node= av_mallocz(av_tree_node_size);
H A Dframehook.c57 fhe = av_mallocz(sizeof(*fhe));
H A Doggparsevorbis.c137 ptr = *buf = av_mallocz(len + len/255 + 64);
164 os->private = av_mallocz(sizeof(struct oggvorbis_private));
174 priv->packet[os->seq] = av_mallocz(os->psize);
H A Doggenc.c96 oggstream->header[0] = av_mallocz(51); // per ogg flac specs
108 oggstream->header[1] = av_mallocz(oggstream->header_len[1]);
139 oggstream = av_mallocz(sizeof(*oggstream));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A Dformats.c46 ret = av_mallocz(sizeof(AVFilterFormats));
78 ret = av_mallocz(sizeof(AVFilterFormats));
95 ret = av_mallocz(sizeof(AVFilterFormats));
H A Ddefaults.c41 AVFilterPic *pic = av_mallocz(sizeof(AVFilterPic));
42 AVFilterPicRef *ref = av_mallocz(sizeof(AVFilterPicRef));
H A Davfilter.c87 dst-> inputs[dstpad] = link = av_mallocz(sizeof(AVFilterLink));
344 ret = av_mallocz(sizeof(AVFilterContext));
349 ret->priv = av_mallocz(filter->priv_size);
355 ret->inputs = av_mallocz(sizeof(AVFilterLink*) * ret->input_count);
362 ret->outputs = av_mallocz(sizeof(AVFilterLink*) * ret->output_count);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dnull.c55 *ctxp = av_mallocz(sizeof(ContextInfo));
H A Dppm.c52 rwpipe *this = av_mallocz( sizeof( rwpipe ) );
70 char *command = av_mallocz( COMMAND_SIZE );
219 *ctxp = av_mallocz(sizeof(ContextInfo));

Completed in 254 milliseconds

123456