Home
last modified time | relevance | path

Searched refs:av_realloc (Results 1 - 25 of 46) sorted by relevance

12

/third_party/ffmpeg/libavutil/
H A Dmem.c153 void *av_realloc(void *ptr, size_t size) in av_realloc() function
180 r = av_realloc(ptr, size); in av_realloc_f()
196 val = av_realloc(val, size); in av_reallocp()
230 return av_realloc(ptr, result); in av_realloc_array()
285 ptr = av_realloc(NULL, len); in av_strdup()
303 ret = av_realloc(NULL, len + 1); in av_strndup()
523 ptr = av_realloc(ptr, min_size); in av_fast_realloc()
H A Ddynarray.h55 av_realloc((av_array), av_size_new * (av_elt_size)); \
H A Dbprint.c50 new_str = av_realloc(old_str, new_size); in av_bprint_alloc()
243 str = av_realloc(buf->str, real_size); in av_bprint_finalize()
H A Dmem.h257 * av_realloc() or `NULL`
270 void *av_realloc(void *ptr, size_t size) av_alloc_size(2);
281 * with av_realloc(), or a pointer to `NULL`. The pointer
297 * This function does the same thing as av_realloc(), except:
317 * av_realloc() or `NULL`
337 * allocated with av_realloc(), or a pointer to `NULL`.
378 * @see av_realloc()
409 * @see av_realloc()
436 * or av_realloc() family.
449 * or av_realloc() famil
[all...]
H A Dbuffer.c190 /* allocate a new buffer with av_realloc(), so it will be reallocatable in av_buffer_realloc()
192 uint8_t *data = av_realloc(NULL, size); in av_buffer_realloc()
224 tmp = av_realloc(buf->buffer->data, size); in av_buffer_realloc()
/third_party/ffmpeg/libavfilter/cuda/
H A Dload_helper.c51 buf = av_realloc(NULL, buf_size); in ff_cuda_load_module()
74 tmp = av_realloc(buf, buf_size); in ff_cuda_load_module()
/third_party/ffmpeg/tools/
H A Dcoverity.c61 void *av_realloc(void *ptr, size_t size) { in av_realloc() function
H A Dprobetest.c134 pd.buf = av_realloc(pd.buf, size + AVPROBE_PADDING_SIZE); in main()
/third_party/ffmpeg/libavfilter/
H A Dvidstabutils.c81 vs_realloc = av_realloc; in ff_vs_init()
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_maximum.c70 output->data = av_realloc(output->data, output->length); in ff_dnn_execute_layer_maximum()
H A Ddnn_backend_native_layer_depth2space.c81 output_operand->data = av_realloc(output_operand->data, output_operand->length); in ff_dnn_execute_layer_depth2space()
H A Ddnn_backend_native_layer_mathunary.c73 output->data = av_realloc(output->data, output->length); in ff_dnn_execute_layer_math_unary()
H A Ddnn_backend_native_layer_avgpool.c114 output_operand->data = av_realloc(output_operand->data, output_operand->length); in ff_dnn_execute_layer_avg_pool()
H A Ddnn_backend_native_layer_dense.c109 output_operand->data = av_realloc(output_operand->data, output_operand->length); in ff_dnn_execute_layer_dense()
H A Ddnn_backend_native_layer_mathbinary.c164 output->data = av_realloc(output->data, output->length); in ff_dnn_execute_layer_math_binary()
H A Ddnn_backend_native_layer_pad.c118 output_operand->data = av_realloc(output_operand->data, output_operand->length); in ff_dnn_execute_layer_pad()
H A Ddnn_backend_native_layer_conv2d.c216 tmp = av_realloc(output_operand->data, output_operand->length); in ff_dnn_execute_layer_conv2d()
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Davcodec.h40 #define av_realloc(p,l) realloc((p),(l)) macro
/third_party/ffmpeg/libavformat/
H A Drtpdec_qt.c197 qt->pkt->data = av_realloc(NULL, alen + AV_INPUT_BUFFER_PADDING_SIZE); in qt_rtp_parse_packet()
231 qt->pkt->data = av_realloc(NULL, qt->remaining * qt->bytes_per_frame); in qt_rtp_parse_packet()
H A Dconcat.c124 else if (!(nodes = av_realloc(nodes, data->length * sizeof(*nodes)))) { in concat_open()
H A Drtpdec_h264.c119 uint8_t *dest = av_realloc(*data_ptr, in ff_h264_parse_sprop_parameter_sets()
/third_party/ffmpeg/libavcodec/
H A Dlibjxlenc.c179 ctx->buffer = av_realloc(NULL, ctx->buffer_size); in libjxl_encode_init()
399 temp = av_realloc(ctx->buffer, new_size); in libjxl_encode_frame()
H A Delsdec.c377 ur->rem_rung_list = av_realloc(NULL, RUNG_SPACE); in ff_els_decode_unsigned()
H A Dflac_parser.c225 tmp = av_realloc(f->buffer, size_new); in flac_fifo_grow()
295 f->buffer = av_realloc(NULL, size); in flac_fifo_alloc()
H A Dmediacodecdec.c103 new = av_realloc(*out, *out_size); in h2645_ps_to_nalu()

Completed in 13 milliseconds

12