/third_party/ffmpeg/libavcodec/ |
D | lzf.c | 53 ret = av_reallocp(buf, *size); in ff_lzf_uncompress() 76 ret = av_reallocp(buf, *size); in ff_lzf_uncompress()
|
D | tdsc.c | 109 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()
|
D | flashsv.c | 318 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()
|
D | vmnc.c | 424 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()
|
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()
|
D | elsdec.c | 394 ctx->err = av_reallocp(&ur->rem_rung_list, in ff_els_decode_unsigned()
|
D | h264_mp4toannexb_bsf.c | 101 if ((err = av_reallocp(&out, total_size + padding)) < 0) in h264_extradata_to_annexb()
|
D | omx.c | 686 …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()
|
D | libmp3lame.c | 67 if ((err = av_reallocp(&s->buffer, new_size)) < 0) { in realloc_buffer()
|
D | libtheoraenc.c | 71 if ((err = av_reallocp(&avc_context->extradata, newsize)) < 0) { in concatenate_packet()
|
D | eatgv.c | 187 if ((err = av_reallocp(&s->block_codebook, num_blocks_packed * 16)) < 0) { in tgv_decode_inter()
|
D | dxv.c | 1181 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()
|
D | vdpau.c | 462 if (av_reallocp(&avctx->hwaccel_context, sizeof(*hwctx))) in av_vdpau_bind_context()
|
/third_party/ffmpeg/libavformat/ |
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()
|
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()
|
D | bmv.c | 87 if ((err = av_reallocp(&c->packet, c->size + 1)) < 0) in bmv_read_packet()
|
D | concat.c | 91 if ((err = av_reallocp(&node_uri, len + 1)) < 0) in concat_open()
|
D | oggparsetheora.c | 129 if ((err = av_reallocp(&st->codecpar->extradata, in theora_header()
|
D | rtmphttp.c | 92 if ((err = av_reallocp(&rt->out_data, rt->out_capacity)) < 0) { in rtmp_http_write()
|
D | rtpdec_asf.c | 263 if ((res = av_reallocp(&asf->buf, out_len)) < 0) in asfrtp_parse_packet()
|
D | format.c | 260 if ((ret = av_reallocp(&buf, probe_size + AVPROBE_PADDING_SIZE)) < 0) in av_probe_input_buffer2()
|
D | rtpdec_qt.c | 186 if ((err = av_reallocp(&qt->pkt->data, qt->pkt->size + alen + in qt_rtp_parse_packet()
|
/third_party/ffmpeg/libavfilter/ |
D | opencl.c | 238 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/ |
D | mem.h | 292 int av_reallocp(void *ptr, size_t size);
|
D | mem.c | 161 int av_reallocp(void *ptr, size_t size) in av_reallocp() function
|