Searched refs:av_fast_malloc (Results 1 - 25 of 48) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmem.h372 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);
H A Dmem.c482 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dpmpdec.c130 av_fast_malloc(&pmp->packet_sizes,
H A Dspdifenc.c228 av_fast_malloc(&ctx->hd_buf, &ctx->hd_buf_size, ctx->out_bytes);
526 av_fast_malloc(&ctx->buffer, &ctx->buffer_size, ctx->out_bytes + FF_INPUT_BUFFER_PADDING_SIZE);
H A Did3v2.c507 av_fast_malloc(&buffer, &buffer_size, tlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dpmpdec.c150 av_fast_malloc(&pmp->packet_sizes,
H A Dspdifenc.c229 av_fast_malloc(&ctx->hd_buf, &ctx->hd_buf_size, ctx->out_bytes);
527 av_fast_malloc(&ctx->buffer, &ctx->buffer_size, ctx->out_bytes + FF_INPUT_BUFFER_PADDING_SIZE);
H A Did3v2.c793 av_fast_malloc(&buffer, &buffer_size, tlen);
825 av_fast_malloc(&uncompressed_buffer, &uncompressed_buffer_size, dlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Deatqi.c130 av_fast_malloc(&t->bitstream_buf, &t->bitstream_buf_size, (buf_end-buf) + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dmdec.c177 av_fast_malloc(&a->bitstream_buffer, &a->bitstream_buffer_size, buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dnuv.c119 av_fast_malloc(&c->decomp_buf, &c->decomp_size, c->height * c->width * 3 / 2);
H A Dpgssubdec.c208 av_fast_malloc(&ctx->picture.rle, &ctx->picture.rle_buffer_size, rle_bitmap_len);
H A Deamad.c279 av_fast_malloc(&t->bitstream_buf, &t->bitstream_buf_size, (buf_end-buf) + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dmimic.c371 av_fast_malloc(&ctx->swap_buf, &ctx->swap_buf_size,
H A Dmotionpixels.c257 av_fast_malloc(&mp->bswapbuf, &mp->bswapbuf_size, buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
H A D4xm.c406 av_fast_malloc(&f->bitstream_buffer, &f->bitstream_buffer_size, bitstream_size + FF_INPUT_BUFFER_PADDING_SIZE);
702 av_fast_malloc(&f->bitstream_buffer, &f->bitstream_buffer_size, prestream_size + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dtruemotion1.c415 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
481 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
H A Dutvideo.c420 av_fast_malloc(&c->slice_bits, &c->slice_bits_size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dgifdec.c212 av_fast_malloc(&s->stored_img, &s->stored_img_size, frame->linesize[0] * frame->height);
480 av_fast_malloc(&s->idx_line, &s->idx_line_size, s->screen_width);
H A Dnuv.c135 av_fast_malloc(&c->decomp_buf, &c->decomp_size,
H A Dfic.c352 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size,
H A Dtruemotion1.c417 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
487 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
H A Dflacdec.c141 av_fast_malloc(&s->decoded_buffer, &s->decoded_buffer_size, buf_size);
H A Dlagarith.c616 av_fast_malloc(&l->rgb_planes, &l->rgb_planes_allocated,
H A Dopusdec.c392 av_fast_malloc(&s->out_dummy, &s->out_dummy_allocated_size, s->out_size);

Completed in 227 milliseconds

12