/third_party/ffmpeg/libavutil/ |
H A D | mem.h | 379 * @see av_fast_malloc() 395 * av_fast_malloc(&buf, ¤t_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 D | mem.c | 565 void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size) in av_fast_malloc() function
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_adeclick.c | 312 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 D | vf_deshake.c | 247 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 D | pmpdec.c | 150 av_fast_malloc(&pmp->packet_sizes, in pmp_packet()
|
H A 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()
|
H A D | crypto.c | 341 av_fast_malloc(&c->write_buf, &c->write_buf_size, out_size); in crypto_write()
|
H A D | id3v2.c | 1044 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 D | gifdec.c | 234 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 D | nuv.c | 139 av_fast_malloc(&c->decomp_buf, &c->decomp_size, in codec_reinit()
|
H A D | truemotion1.c | 422 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 D | dca_xll.c | 396 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 D | fic.c | 367 av_fast_malloc(&ctx->slice_data, &ctx->slice_data_size, in fic_decode_frame()
|
H A D | rscc.c | 178 av_fast_malloc(&ctx->tiles, &ctx->tiles_size, in rscc_decode_frame()
|
H A D | flacdec.c | 148 av_fast_malloc(&s->decoded_buffer, &s->decoded_buffer_size, buf_size); in allocate_buffers()
|
H A D | magicyuv.c | 595 av_fast_malloc(&s->slices[i], &s->slices_size[i], s->nb_slices * sizeof(Slice)); in magy_decode_frame()
|
H A D | ylc.c | 310 av_fast_malloc(&s->buffer, &s->buffer_size, in decode_frame()
|
H A D | mpegvideo_dec.c | 158 av_fast_malloc(&s->bitstream_buffer, in ff_mpeg_update_thread_context()
|
H A D | opusdec.c | 362 av_fast_malloc(&s->out_dummy, &s->out_dummy_allocated_size, in opus_decode_subpacket()
|
H A D | utils.c | 69 av_fast_malloc(p, size, min_size + AV_INPUT_BUFFER_PADDING_SIZE); in av_fast_padded_mallocz()
|
H A D | dca_core.c | 1982 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 D | flashsv2enc.c | 200 av_fast_malloc(&s->blockbuffer, &s->blockbuffer_size, block_width * block_height * 6); in update_block_dimensions()
|
H A D | snowdec.c | 497 av_fast_malloc(&s->avmv, &s->avmv_size, size); in decode_frame()
|
H A D | utvideodec.c | 698 av_fast_malloc(&c->slice_bits, &c->slice_bits_size, in decode_frame()
|
/third_party/ffmpeg/libswscale/ |
H A D | swscale.c | 963 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()
|