Searched refs:av_buffer_alloc (Results 1 – 25 of 28) sorted by relevance
12
77 AVBufferRef *av_buffer_alloc(size_t size) in av_buffer_alloc() function95 AVBufferRef *ret = av_buffer_alloc(size); in av_buffer_allocz()181 newbuf = av_buffer_alloc(buf->size); in av_buffer_make_writable()281 pool->alloc = av_buffer_alloc; // fallback in av_buffer_pool_init2()298 pool->alloc = alloc ? alloc : av_buffer_alloc; in av_buffer_pool_init()
102 AVBufferRef *av_buffer_alloc(size_t size);
171 frame->buf[0] = av_buffer_alloc(total_size); in get_video_buffer()240 frame->buf[i] = av_buffer_alloc(frame->linesize[0]); in get_audio_buffer()248 frame->extended_buf[i] = av_buffer_alloc(frame->linesize[0]); in get_audio_buffer()682 AVBufferRef *buf = av_buffer_alloc(size); in av_frame_new_side_data()
161 current->Ap_ref = av_buffer_alloc(current->Lp - 2); in FUNC()185 current->Cm_ref = av_buffer_alloc(current->Lc - 2); in FUNC()
98 context->palette = av_buffer_alloc(AVPALETTE_SIZE); in raw_init_decoder()248 frame->buf[0] = av_buffer_alloc(FFMAX(context->frame_size, buf_size)); in MKSCALE16()366 context->palette = av_buffer_alloc(AVPALETTE_SIZE); in MKSCALE16()
93 filtered_buf = av_buffer_alloc(filtered_size + AV_INPUT_BUFFER_PADDING_SIZE); in extract_extradata_av1()187 filtered_buf = av_buffer_alloc(filtered_size + AV_INPUT_BUFFER_PADDING_SIZE); in extract_extradata_h2645()
228 av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in cbs_fill_fragment_data()328 unit->data_ref = av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in cbs_alloc_unit_data()1009 ref = av_buffer_alloc(desc->content_size); in ff_cbs_make_unit_refcounted()
117 frame->buf[plane] = av_buffer_alloc(size_line * pic->lines[plane]); in davs2_dump_frames()
63 message->payload_ref = av_buffer_alloc(desc->size); in ff_cbs_sei_alloc_message_payload()
363 frag->data_ref = av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in cbs_mpeg2_assemble_fragment()
194 ctx->iccp = av_buffer_alloc(icc_len); in libjxl_get_icc()
411 frag->data_ref = av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in cbs_jpeg_assemble_fragment()
266 buf_ref = av_buffer_alloc(size + 1); in decode_unregistered_user_data()
191 buf_ref = av_buffer_alloc(size + 1); in decode_nal_sei_user_data_unregistered()
1760 av_buffer_alloc(fh_bytes + AV_INPUT_BUFFER_PADDING_SIZE); in FUNC()1949 current->payload_ref = av_buffer_alloc(current->payload_size); in FUNC()2043 current->payload_ref = av_buffer_alloc(current->payload_size); in FUNC()
158 pkt->buf = av_buffer_alloc(new_size); in av_grow_packet()
254 ret = av_buffer_alloc(sizeof(unsigned int)); in nvdec_decoder_frame_alloc()
600 ref = av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in cbs_vp9_assemble_fragment()
669 qsv_mid->hw_frame->buf[0] = av_buffer_alloc(1); in qsv_frame_lock()
1081 f->progress = av_buffer_alloc(2 * sizeof(*progress)); in ff_thread_get_ext_buffer()
154 if (!(data = av_buffer_alloc(len + AV_INPUT_BUFFER_PADDING_SIZE))) in ff_flac_parse_picture()
732 apic->buf = av_buffer_alloc(taglen + AV_INPUT_BUFFER_PADDING_SIZE); in read_apic()
181 buf = av_buffer_alloc(size); in ff_icc_profile_attach()
120 roi_ref = av_buffer_alloc(sizeof(*roi) * nb_roi); in addroi_filter_frame()
131 frame->buf[i] = av_buffer_alloc(size[i]); in fuzz_video_get_buffer()