/third_party/ffmpeg/libavcodec/ |
H A D | lzf.c | 53 ret = av_reallocp(buf, *size); in ff_lzf_uncompress() 76 ret = av_reallocp(buf, *size); in ff_lzf_uncompress()
|
H A D | tdsc.c | 110 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 D | vmnc.c | 425 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 D | hevc_mp4toannexb_bsf.c | 74 ret = av_reallocp(&new_extradata, new_extradata_size + nalu_len + 4 + AV_INPUT_BUFFER_PADDING_SIZE); in hevc_extradata_to_annexb()
|
H A D | elsdec.c | 396 ctx->err = av_reallocp(&ur->rem_rung_list, in ff_els_decode_unsigned()
|
H A D | h264_mp4toannexb_bsf.c | 107 if ((err = av_reallocp(&out, total_size + padding)) < 0) in h264_extradata_to_annexb()
|
H A D | libmp3lame.c | 68 if ((err = av_reallocp(&s->buffer, new_size)) < 0) { in realloc_buffer()
|
H A D | libtheoraenc.c | 72 if ((err = av_reallocp(&avc_context->extradata, newsize)) < 0) { in concatenate_packet()
|
H A D | eatgv.c | 188 if ((err = av_reallocp(&s->block_codebook, num_blocks_packed * 16)) < 0) { in tgv_decode_inter()
|
H A D | omx.c | 686 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 D | hapdec.c | 309 ret = av_reallocp(&ctx->tex_buf, ctx->tex_size); in hap_decode()
|
H A D | vdpau.c | 418 if (av_reallocp(&avctx->hwaccel_context, sizeof(*hwctx))) in av_vdpau_bind_context()
|
/third_party/ffmpeg/libavformat/ |
H A D | tls_schannel.c | 158 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 D | movenccenc.c | 33 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 D | bmv.c | 86 if ((err = av_reallocp(&c->packet, c->size + 1)) < 0) in bmv_read_packet()
|
H A D | rtmphttp.c | 92 if ((err = av_reallocp(&rt->out_data, rt->out_capacity)) < 0) { in rtmp_http_write()
|
H A D | oggparsetheora.c | 129 if ((err = av_reallocp(&st->codecpar->extradata, in theora_header()
|
H A D | rtpdec_asf.c | 264 if ((res = av_reallocp(&asf->buf, out_len)) < 0) in asfrtp_parse_packet()
|
H A D | concat.c | 96 if ((err = av_reallocp(&node_uri, len + 1)) < 0) in concat_open()
|
H A D | format.c | 266 if ((ret = av_reallocp(&buf, probe_size + AVPROBE_PADDING_SIZE)) < 0) in av_probe_input_buffer2()
|
H A D | rtpdec_qt.c | 189 if ((err = av_reallocp(&qt->pkt->data, qt->pkt->size + alen + in qt_rtp_parse_packet()
|
H A D | rdt.c | 428 if ((err = av_reallocp(&rdt->rmst, in rdt_parse_sdp_line()
|
/third_party/ffmpeg/libavfilter/ |
H A D | opencl.c | 223 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 D | mem.h | 268 * @see av_reallocp() 292 int av_reallocp(void *ptr, size_t size);
|
H A D | mem.c | 186 int av_reallocp(void *ptr, size_t size) in av_reallocp() function
|