/third_party/ffmpeg/libavutil/ |
H A D | mem.c | 153 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 D | dynarray.h | 55 av_realloc((av_array), av_size_new * (av_elt_size)); \
|
H A D | bprint.c | 50 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 D | mem.h | 257 * 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 D | buffer.c | 190 /* 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 D | load_helper.c | 51 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 D | coverity.c | 61 void *av_realloc(void *ptr, size_t size) { in av_realloc() function
|
H A D | probetest.c | 134 pd.buf = av_realloc(pd.buf, size + AVPROBE_PADDING_SIZE); in main()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vidstabutils.c | 81 vs_realloc = av_realloc; in ff_vs_init()
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_maximum.c | 70 output->data = av_realloc(output->data, output->length); in ff_dnn_execute_layer_maximum()
|
H A D | dnn_backend_native_layer_depth2space.c | 81 output_operand->data = av_realloc(output_operand->data, output_operand->length); in ff_dnn_execute_layer_depth2space()
|
H A D | dnn_backend_native_layer_mathunary.c | 73 output->data = av_realloc(output->data, output->length); in ff_dnn_execute_layer_math_unary()
|
H A D | dnn_backend_native_layer_avgpool.c | 114 output_operand->data = av_realloc(output_operand->data, output_operand->length); in ff_dnn_execute_layer_avg_pool()
|
H A D | dnn_backend_native_layer_dense.c | 109 output_operand->data = av_realloc(output_operand->data, output_operand->length); in ff_dnn_execute_layer_dense()
|
H A D | dnn_backend_native_layer_mathbinary.c | 164 output->data = av_realloc(output->data, output->length); in ff_dnn_execute_layer_math_binary()
|
H A D | dnn_backend_native_layer_pad.c | 118 output_operand->data = av_realloc(output_operand->data, output_operand->length); in ff_dnn_execute_layer_pad()
|
H A D | dnn_backend_native_layer_conv2d.c | 216 tmp = av_realloc(output_operand->data, output_operand->length); in ff_dnn_execute_layer_conv2d()
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
H A D | avcodec.h | 40 #define av_realloc(p,l) realloc((p),(l)) macro
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_qt.c | 197 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 D | concat.c | 124 else if (!(nodes = av_realloc(nodes, data->length * sizeof(*nodes)))) { in concat_open()
|
H A D | rtpdec_h264.c | 119 uint8_t *dest = av_realloc(*data_ptr, in ff_h264_parse_sprop_parameter_sets()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libjxlenc.c | 179 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 D | elsdec.c | 377 ur->rem_rung_list = av_realloc(NULL, RUNG_SPACE); in ff_els_decode_unsigned()
|
H A D | flac_parser.c | 225 tmp = av_realloc(f->buffer, size_new); in flac_fifo_grow() 295 f->buffer = av_realloc(NULL, size); in flac_fifo_alloc()
|
H A D | mediacodecdec.c | 103 new = av_realloc(*out, *out_size); in h2645_ps_to_nalu()
|