Home
last modified time | relevance | path

Searched refs:av_reallocp (Results 1 – 25 of 41) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dlzf.c53 ret = av_reallocp(buf, *size); in ff_lzf_uncompress()
76 ret = av_reallocp(buf, *size); in ff_lzf_uncompress()
Dtdsc.c109 ret = av_reallocp(&ctx->deflatebuffer, ctx->deflatelen); in tdsc_init()
225 ret = av_reallocp(&ctx->cursor, ctx->cursor_stride * ctx->cursor_h); in tdsc_load_cursor()
427 ret = av_reallocp(&ctx->tilebuffer, tile_size); in tdsc_decode_tiles()
537 ret = av_reallocp(&ctx->deflatebuffer, ctx->deflatelen); in tdsc_decode_frame()
Dflashsv.c318 if ((err = av_reallocp(&s->tmpblock, tmpblock_size)) < 0) { in flashsv_decode_frame()
331 if ((err = av_reallocp(&s->deflate_block, s->deflate_block_size)) < 0) { in flashsv_decode_frame()
359 if ((err = av_reallocp(&s->keyframedata, avpkt->size)) < 0) in flashsv_decode_frame()
Dvmnc.c424 if ((ret = av_reallocp(&c->curbits, screen_size)) < 0 || in decode_frame()
425 (ret = av_reallocp(&c->curmask, screen_size)) < 0 || in decode_frame()
426 (ret = av_reallocp(&c->screendta, screen_size)) < 0) { in decode_frame()
Dhevc_mp4toannexb_bsf.c74 …ret = av_reallocp(&new_extradata, new_extradata_size + nalu_len + 4 + AV_INPUT_BUFFER_PADDING_SIZE… in hevc_extradata_to_annexb()
Delsdec.c394 ctx->err = av_reallocp(&ur->rem_rung_list, in ff_els_decode_unsigned()
Dh264_mp4toannexb_bsf.c101 if ((err = av_reallocp(&out, total_size + padding)) < 0) in h264_extradata_to_annexb()
Domx.c686 …if ((ret = av_reallocp(&avctx->extradata, avctx->extradata_size + buffer->nFilledLen + AV_INPUT_BU… in omx_encode_init()
858 …if ((ret = av_reallocp(&avctx->extradata, avctx->extradata_size + buffer->nFilledLen + AV_INPUT_BU… in omx_encode_frame()
870 if ((ret = av_reallocp(&s->output_buf, newsize)) < 0) { in omx_encode_frame()
Dlibmp3lame.c67 if ((err = av_reallocp(&s->buffer, new_size)) < 0) { in realloc_buffer()
Dlibtheoraenc.c71 if ((err = av_reallocp(&avc_context->extradata, newsize)) < 0) { in concatenate_packet()
Deatgv.c187 if ((err = av_reallocp(&s->block_codebook, num_blocks_packed * 16)) < 0) { in tgv_decode_inter()
Ddxv.c1181 ret = av_reallocp(&ctx->tex_data, ctx->tex_size + AV_INPUT_BUFFER_PADDING_SIZE); in dxv_decode()
1193 ret = av_reallocp(&ctx->ctex_data, ctx->ctex_size + AV_INPUT_BUFFER_PADDING_SIZE); in dxv_decode()
1197 ret = av_reallocp(&ctx->op_data[i], ctx->op_size[i]); in dxv_decode()
Dvdpau.c462 if (av_reallocp(&avctx->hwaccel_context, sizeof(*hwctx))) in av_vdpau_bind_context()
/third_party/ffmpeg/libavformat/
Dtls_schannel.c158 ret = av_reallocp(&c->enc_buf, SCHANNEL_INITIAL_BUFFER_SIZE); in tls_client_handshake_loop()
166 ret = av_reallocp(&c->dec_buf, SCHANNEL_INITIAL_BUFFER_SIZE); in tls_client_handshake_loop()
175 ret = av_reallocp(&c->enc_buf, c->enc_buf_size); in tls_client_handshake_loop()
411 ret = av_reallocp(&c->enc_buf, c->enc_buf_size); in tls_read()
453 ret = av_reallocp(&c->dec_buf, c->dec_buf_size); in tls_read()
Dmovenccenc.c33 if (av_reallocp(&ctx->auxiliary_info, new_alloc_size)) { in auxiliary_info_alloc_size()
151 if (av_reallocp(&ctx->auxiliary_info_sizes, new_alloc_size)) { in mov_cenc_end_packet()
Dbmv.c87 if ((err = av_reallocp(&c->packet, c->size + 1)) < 0) in bmv_read_packet()
Dconcat.c91 if ((err = av_reallocp(&node_uri, len + 1)) < 0) in concat_open()
Doggparsetheora.c129 if ((err = av_reallocp(&st->codecpar->extradata, in theora_header()
Drtmphttp.c92 if ((err = av_reallocp(&rt->out_data, rt->out_capacity)) < 0) { in rtmp_http_write()
Drtpdec_asf.c263 if ((res = av_reallocp(&asf->buf, out_len)) < 0) in asfrtp_parse_packet()
Dformat.c260 if ((ret = av_reallocp(&buf, probe_size + AVPROBE_PADDING_SIZE)) < 0) in av_probe_input_buffer2()
Drtpdec_qt.c186 if ((err = av_reallocp(&qt->pkt->data, qt->pkt->size + alen + in qt_rtp_parse_packet()
/third_party/ffmpeg/libavfilter/
Dopencl.c238 err = av_reallocp(&src, len); in ff_opencl_filter_load_program_from_file()
263 err = av_reallocp(&src, len); in ff_opencl_filter_load_program_from_file()
/third_party/ffmpeg/libavutil/
Dmem.h292 int av_reallocp(void *ptr, size_t size);
Dmem.c161 int av_reallocp(void *ptr, size_t size) in av_reallocp() function

12