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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dutvideodec.c382 av_fast_malloc(&c->slice_bits, &c->slice_bits_size,
H A Dflashsv2enc.c820 av_fast_malloc(&s->blockbuffer, &s->blockbuffer_size, block_width * block_height * 6);
H A Dtakdec.c747 av_fast_malloc(&s->decode_buffer, &s->decode_buffer_size, buf_size);
H A Dapedec.c1500 av_fast_malloc(&s->decoded_buffer, &s->decoded_size,
H A Dflacenc.c1201 av_fast_malloc(&s->md5_buffer, &s->md5_buffer_size, buf_size);
H A Dsanm.c1298 av_fast_malloc(&ctx->rle_buf, &ctx->rle_buf_size, npixels);
H A Dutils.c135 FF_SYMVER(void, av_fast_malloc, (void *ptr, unsigned int *size, size_t min_size), LIBNAME)
137 av_fast_malloc(ptr, size, min_size);
H A Ddcadec.c2491 av_fast_malloc(&s->extra_channels_buffer,
H A Dmjpegdec.c895 av_fast_malloc(&s->ljpeg_buffer, &s->ljpeg_buffer_size,
H A Dhevc.c2818 av_fast_malloc(&nal->rbsp_buffer, &nal->rbsp_buffer_size,
3005 av_fast_malloc(&s->checksum_buf, &s->checksum_buf_size,
H A Dmpegvideo.c1032 av_fast_malloc(&s->bitstream_buffer,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dasv1.c411 av_fast_malloc(&a->bitstream_buffer, &a->bitstream_buffer_size, buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dh263dec.c703 av_fast_malloc(
H A Dpthread.c546 av_fast_malloc(&buf, &p->allocated_buf_size, avpkt->size + FF_INPUT_BUFFER_PADDING_SIZE);
H A Davcodec.h4651 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);
H A Dhuffyuv.c966 av_fast_malloc(&s->bitstream_buffer, &s->bitstream_buffer_size, buf_size + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dmjpegdec.c658 av_fast_malloc(&s->ljpeg_buffer, &s->ljpeg_buffer_size,
H A Dutils.c71 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size) function
H A Dmpegvideo.c587 av_fast_malloc(&s->bitstream_buffer,
H A Dh264.c187 av_fast_malloc(&h->rbsp_buffer[bufidx], &h->rbsp_buffer_size[bufidx], length+FF_INPUT_BUFFER_PADDING_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c789 av_fast_malloc(&audio_buf, &allocated_audio_buf_size, audio_buf_size);
790 av_fast_malloc(&audio_out, &allocated_audio_out_size, audio_out_size);
H A Davconv.c1015 av_fast_malloc(&audio_buf, &allocated_audio_buf_size, audio_buf_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c2354 av_fast_malloc(&is->audio_buf1, &is->audio_buf1_size, out_size);

Completed in 317 milliseconds

12