Home
last modified time | relevance | path

Searched refs:av_reallocp (Results 1 - 25 of 40) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dlzf.c53 ret = av_reallocp(buf, *size); in ff_lzf_uncompress()
76 ret = av_reallocp(buf, *size); in ff_lzf_uncompress()
H A Dtdsc.c110 ret = av_reallocp(&ctx->deflatebuffer, ctx->deflatelen); in tdsc_init()
226 ret = av_reallocp(&ctx->cursor, ctx->cursor_stride * ctx->cursor_h); in tdsc_load_cursor()
428 ret = av_reallocp(&ctx->tilebuffer, tile_size); in tdsc_decode_tiles()
537 ret = av_reallocp(&ctx->deflatebuffer, ctx->deflatelen); in tdsc_decode_frame()
H A Dvmnc.c425 if ((ret = av_reallocp(&c->curbits, screen_size)) < 0 || in decode_frame()
426 (ret = av_reallocp(&c->curmask, screen_size)) < 0 || in decode_frame()
427 (ret = av_reallocp(&c->screendta, screen_size)) < 0) { in decode_frame()
H A 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()
H A Delsdec.c396 ctx->err = av_reallocp(&ur->rem_rung_list, in ff_els_decode_unsigned()
H A Dh264_mp4toannexb_bsf.c107 if ((err = av_reallocp(&out, total_size + padding)) < 0) in h264_extradata_to_annexb()
H A Dlibmp3lame.c68 if ((err = av_reallocp(&s->buffer, new_size)) < 0) { in realloc_buffer()
H A Dlibtheoraenc.c72 if ((err = av_reallocp(&avc_context->extradata, newsize)) < 0) { in concatenate_packet()
H A Deatgv.c188 if ((err = av_reallocp(&s->block_codebook, num_blocks_packed * 16)) < 0) { in tgv_decode_inter()
H A Domx.c686 if ((ret = av_reallocp(&avctx->extradata, avctx->extradata_size + buffer->nFilledLen + AV_INPUT_BUFFER_PADDING_SIZE)) < 0) { in omx_encode_init()
858 if ((ret = av_reallocp(&avctx->extradata, avctx->extradata_size + buffer->nFilledLen + AV_INPUT_BUFFER_PADDING_SIZE)) < 0) { in omx_encode_frame()
867 if ((ret = av_reallocp(&s->output_buf, newsize)) < 0) { in omx_encode_frame()
H A Dhapdec.c309 ret = av_reallocp(&ctx->tex_buf, ctx->tex_size); in hap_decode()
H A Dvdpau.c418 if (av_reallocp(&avctx->hwaccel_context, sizeof(*hwctx))) in av_vdpau_bind_context()
/third_party/ffmpeg/libavformat/
H A 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()
H A 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()
H A Dbmv.c86 if ((err = av_reallocp(&c->packet, c->size + 1)) < 0) in bmv_read_packet()
H A Drtmphttp.c92 if ((err = av_reallocp(&rt->out_data, rt->out_capacity)) < 0) { in rtmp_http_write()
H A Doggparsetheora.c129 if ((err = av_reallocp(&st->codecpar->extradata, in theora_header()
H A Drtpdec_asf.c264 if ((res = av_reallocp(&asf->buf, out_len)) < 0) in asfrtp_parse_packet()
H A Dconcat.c96 if ((err = av_reallocp(&node_uri, len + 1)) < 0) in concat_open()
H A Dformat.c266 if ((ret = av_reallocp(&buf, probe_size + AVPROBE_PADDING_SIZE)) < 0) in av_probe_input_buffer2()
H A Drtpdec_qt.c189 if ((err = av_reallocp(&qt->pkt->data, qt->pkt->size + alen + in qt_rtp_parse_packet()
H A Drdt.c428 if ((err = av_reallocp(&rdt->rmst, in rdt_parse_sdp_line()
/third_party/ffmpeg/libavfilter/
H A Dopencl.c223 err = av_reallocp(&src, len); in ff_opencl_filter_load_program_from_file()
248 err = av_reallocp(&src, len); in ff_opencl_filter_load_program_from_file()
/third_party/ffmpeg/libavutil/
H A Dmem.h268 * @see av_reallocp()
292 int av_reallocp(void *ptr, size_t size);
H A Dmem.c186 int av_reallocp(void *ptr, size_t size) in av_reallocp() function

Completed in 18 milliseconds

12