/third_party/ffmpeg/libavfilter/ |
D | af_adeclick.c | 341 av_fast_malloc(&c->y, &c->y_size, n * sizeof(*c->y)); in do_interpolation() 372 av_fast_malloc(&c->matrix, &c->matrix_size, nb_errors * nb_errors * sizeof(*c->matrix)); in interpolation() 377 av_fast_malloc(&c->vector, &c->vector_size, nb_errors * sizeof(*c->vector)); in interpolation() 420 av_fast_malloc(&c->histogram, &c->histogram_size, s->nb_hbins * sizeof(*c->histogram)); in detect_clips()
|
D | vf_deshake.c | 247 …av_fast_malloc(&deshake->angles, &deshake->angles_size, width * height / (16 * deshake->blocksize)… in find_motion()
|
/third_party/ffmpeg/libavutil/ |
D | mem.h | 413 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);
|
D | mem.c | 502 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size) in av_fast_malloc() function
|
/third_party/ffmpeg/libavformat/ |
D | pmpdec.c | 150 av_fast_malloc(&pmp->packet_sizes, in pmp_packet()
|
D | spdifenc.c | 238 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()
|
D | crypto.c | 341 av_fast_malloc(&c->write_buf, &c->write_buf_size, out_size); in crypto_write()
|
D | id3v2.c | 969 av_fast_malloc(&buffer, &buffer_size, tlen); in id3v2_parse() 1008 av_fast_malloc(&uncompressed_buffer, &uncompressed_buffer_size, dlen); in id3v2_parse()
|
/third_party/ffmpeg/libavcodec/ |
D | gifdec.c | 233 av_fast_malloc(&s->stored_img, &s->stored_img_size, frame->linesize[0] * frame->height); in gif_read_image() 503 av_fast_malloc(&s->idx_line, &s->idx_line_size, s->screen_width); in gif_decode_frame()
|
D | truemotion1.c | 421 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int)); in truemotion1_decode_header() 493 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int)); in truemotion1_decode_init()
|
D | dca_xll.c | 394 av_fast_malloc(&c->sample_buffer[0], &c->sample_size[0], nsamples * sizeof(int32_t)); in chs_alloc_msb_band_data() 422 av_fast_malloc(&c->sample_buffer[1], &c->sample_size[1], nsamples * sizeof(int32_t)); in chs_alloc_lsb_band_data() 737 av_fast_malloc(&c->sample_buffer[2], &c->sample_size[2], in chs_assemble_freq_bands() 964 av_fast_malloc(&s->navi, &s->navi_size, navi_nb * sizeof(*s->navi)); in parse_navi_table()
|
D | nuv.c | 138 av_fast_malloc(&c->decomp_buf, &c->decomp_size, in codec_reinit()
|
D | rscc.c | 177 av_fast_malloc(&ctx->tiles, &ctx->tiles_size, in rscc_decode_frame()
|
D | ylc.c | 313 av_fast_malloc(&s->buffer, &s->buffer_size, in decode_frame()
|
D | fic.c | 366 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
|
D | flacdec.c | 148 av_fast_malloc(&s->decoded_buffer, &s->decoded_buffer_size, buf_size); in allocate_buffers()
|
D | opusdec.c | 361 av_fast_malloc(&s->out_dummy, &s->out_dummy_allocated_size, in opus_decode_subpacket()
|
D | magicyuv.c | 596 av_fast_malloc(&s->slices[i], &s->slices_size[i], s->nb_slices * sizeof(Slice)); in magy_decode_frame()
|
D | takdec.c | 755 av_fast_malloc(&s->decode_buffer, &s->decode_buffer_size, buf_size); in tak_decode_frame()
|
D | snowdec.c | 501 av_fast_malloc(&s->avmv, &s->avmv_size, size); in decode_frame()
|
D | flashsv2enc.c | 196 av_fast_malloc(&s->blockbuffer, &s->blockbuffer_size, block_width * block_height * 6); in update_block_dimensions()
|
D | dca_core.c | 1980 av_fast_malloc(&s->output_buffer, &s->output_size, in ff_dca_core_filter_fixed() 2188 av_fast_malloc(&s->output_buffer, &s->output_size, in filter_frame_float()
|
D | utvideodec.c | 699 av_fast_malloc(&c->slice_bits, &c->slice_bits_size, in decode_frame()
|
D | sanm.c | 1296 av_fast_malloc(&ctx->rle_buf, &ctx->rle_buf_size, npixels); in decode_8()
|
D | apedec.c | 1564 av_fast_malloc(&s->decoded_buffer, &s->decoded_size, decoded_buffer_size); in ape_decode_frame()
|