Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavutil/
H A Dmem.h379 * @see av_fast_malloc()
395 * av_fast_malloc(&buf, &current_size, size_needed);
412 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);
417 * Like av_fast_malloc(), but all newly allocated space is initially cleared.
430 * @see av_fast_malloc()
H A Dmem.c565 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size) in av_fast_malloc() function
/third_party/ffmpeg/libavfilter/
H A Daf_adeclick.c312 av_fast_malloc(&c->y, &c->y_size, n * sizeof(*c->y)); in do_interpolation()
343 av_fast_malloc(&c->matrix, &c->matrix_size, nb_errors * nb_errors * sizeof(*c->matrix)); in interpolation()
348 av_fast_malloc(&c->vector, &c->vector_size, nb_errors * sizeof(*c->vector)); in interpolation()
391 av_fast_malloc(&c->histogram, &c->histogram_size, s->nb_hbins * sizeof(*c->histogram)); in detect_clips()
H A Dvf_deshake.c247 av_fast_malloc(&deshake->angles, &deshake->angles_size, width * height / (16 * deshake->blocksize) * sizeof(*deshake->angles)); in find_motion()
/third_party/ffmpeg/libavformat/
H A Dpmpdec.c150 av_fast_malloc(&pmp->packet_sizes, in pmp_packet()
H A Dspdifenc.c238 av_fast_malloc(&ctx->hd_buf[0], &ctx->hd_buf_size, ctx->out_bytes); in spdif_header_dts4()
657 av_fast_malloc(&ctx->buffer, &ctx->buffer_size, ctx->out_bytes + AV_INPUT_BUFFER_PADDING_SIZE); in spdif_write_packet()
H A Dcrypto.c341 av_fast_malloc(&c->write_buf, &c->write_buf_size, out_size); in crypto_write()
H A Did3v2.c1044 av_fast_malloc(&buffer, &buffer_size, tlen); in id3v2_parse()
1083 av_fast_malloc(&uncompressed_buffer, &uncompressed_buffer_size, dlen); in id3v2_parse()
/third_party/ffmpeg/libavcodec/
H A Dgifdec.c234 av_fast_malloc(&s->stored_img, &s->stored_img_size, frame->linesize[0] * frame->height); in gif_read_image()
500 av_fast_malloc(&s->idx_line, &s->idx_line_size, s->screen_width); in gif_decode_frame()
H A Dnuv.c139 av_fast_malloc(&c->decomp_buf, &c->decomp_size, in codec_reinit()
H A Dtruemotion1.c422 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int)); in truemotion1_decode_header()
494 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int)); in truemotion1_decode_init()
H A Ddca_xll.c396 av_fast_malloc(&c->sample_buffer[0], &c->sample_size[0], nsamples * sizeof(int32_t)); in chs_alloc_msb_band_data()
424 av_fast_malloc(&c->sample_buffer[1], &c->sample_size[1], nsamples * sizeof(int32_t)); in chs_alloc_lsb_band_data()
739 av_fast_malloc(&c->sample_buffer[2], &c->sample_size[2], in chs_assemble_freq_bands()
966 av_fast_malloc(&s->navi, &s->navi_size, navi_nb * sizeof(*s->navi)); in parse_navi_table()
H A Dfic.c367 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
H A Drscc.c178 av_fast_malloc(&ctx->tiles, &ctx->tiles_size, in rscc_decode_frame()
H A Dflacdec.c148 av_fast_malloc(&s->decoded_buffer, &s->decoded_buffer_size, buf_size); in allocate_buffers()
H A Dmagicyuv.c595 av_fast_malloc(&s->slices[i], &s->slices_size[i], s->nb_slices * sizeof(Slice)); in magy_decode_frame()
H A Dylc.c310 av_fast_malloc(&s->buffer, &s->buffer_size, in decode_frame()
H A Dmpegvideo_dec.c158 av_fast_malloc(&s->bitstream_buffer, in ff_mpeg_update_thread_context()
H A Dopusdec.c362 av_fast_malloc(&s->out_dummy, &s->out_dummy_allocated_size, in opus_decode_subpacket()
H A Dutils.c69 av_fast_malloc(p, size, min_size + AV_INPUT_BUFFER_PADDING_SIZE); in av_fast_padded_mallocz()
H A Ddca_core.c1982 av_fast_malloc(&s->output_buffer, &s->output_size, in ff_dca_core_filter_fixed()
2190 av_fast_malloc(&s->output_buffer, &s->output_size, in filter_frame_float()
H A Dflashsv2enc.c200 av_fast_malloc(&s->blockbuffer, &s->blockbuffer_size, block_width * block_height * 6); in update_block_dimensions()
H A Dsnowdec.c497 av_fast_malloc(&s->avmv, &s->avmv_size, size); in decode_frame()
H A Dutvideodec.c698 av_fast_malloc(&c->slice_bits, &c->slice_bits_size, in decode_frame()
/third_party/ffmpeg/libswscale/
H A Dswscale.c963 av_fast_malloc(&c->rgb0_scratch, &c->rgb0_scratch_allocated, in scale_internal()
982 av_fast_malloc(&c->xyz_scratch, &c->xyz_scratch_allocated, in scale_internal()

Completed in 34 milliseconds

12