Searched refs:av_buffer_alloc (Results 1 – 25 of 25) sorted by relevance
67 AVBufferRef *av_buffer_alloc(buffer_size_t size) in av_buffer_alloc() function85 AVBufferRef *ret = av_buffer_alloc(size); in av_buffer_allocz()158 newbuf = av_buffer_alloc(buf->size); in av_buffer_make_writable()258 pool->alloc = av_buffer_alloc; // fallback in av_buffer_pool_init2()275 pool->alloc = alloc ? alloc : av_buffer_alloc; in av_buffer_pool_init()
109 AVBufferRef *av_buffer_alloc(int size);111 AVBufferRef *av_buffer_alloc(size_t size);
258 frame->buf[0] = av_buffer_alloc(total_size); in get_video_buffer()318 frame->buf[i] = av_buffer_alloc(frame->linesize[0]); in get_audio_buffer()326 frame->extended_buf[i] = av_buffer_alloc(frame->linesize[0]); in get_audio_buffer()731 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()
97 context->palette = av_buffer_alloc(AVPALETTE_SIZE); in raw_init_decoder()255 frame->buf[0] = av_buffer_alloc(FFMAX(context->frame_size, buf_size)); in MKSCALE16()381 context->palette = av_buffer_alloc(AVPALETTE_SIZE); in MKSCALE16()
94 filtered_buf = av_buffer_alloc(filtered_size + AV_INPUT_BUFFER_PADDING_SIZE); in extract_extradata_av1()188 filtered_buf = av_buffer_alloc(filtered_size + AV_INPUT_BUFFER_PADDING_SIZE); in extract_extradata_h2645()
108 frame->buf[plane] = av_buffer_alloc(size_line * pic->lines[plane]); in davs2_dump_frames()
227 av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in cbs_fill_fragment_data()687 unit->data_ref = av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in ff_cbs_alloc_unit_data()982 ref = av_buffer_alloc(desc->content_size); in ff_cbs_make_unit_refcounted()
63 message->payload_ref = av_buffer_alloc(desc->size); in ff_cbs_sei_alloc_message_payload()
153 pkt->buf = av_buffer_alloc(new_size); in av_grow_packet()439 buf = av_buffer_alloc(size); in av_packet_merge_side_data()
368 frag->data_ref = av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in cbs_mpeg2_assemble_fragment()
259 buf_ref = av_buffer_alloc(size + 1); in decode_unregistered_user_data()
413 frag->data_ref = av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in cbs_jpeg_assemble_fragment()
197 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()
640 qsv_mid->hw_frame->buf[0] = av_buffer_alloc(1); in qsv_frame_lock()
253 ret = av_buffer_alloc(sizeof(unsigned int)); in nvdec_decoder_frame_alloc()
601 ref = av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in cbs_vp9_assemble_fragment()
496 buf = av_buffer_alloc(avpkt->size); in ffmmal_add_packet()
1046 f->progress = av_buffer_alloc(2 * sizeof(*progress)); in thread_get_buffer_internal()
1230 frag->data_ref = av_buffer_alloc(size + AV_INPUT_BUFFER_PADDING_SIZE); in cbs_av1_assemble_fragment()
145 if (!(data = av_buffer_alloc(len + AV_INPUT_BUFFER_PADDING_SIZE))) { in ff_flac_parse_picture()
651 apic->buf = av_buffer_alloc(taglen + AV_INPUT_BUFFER_PADDING_SIZE); in read_apic()
1423 AVBufferRef *buf = av_buffer_alloc(asf_st->pkt.size + in asf_parse_packet()
120 roi_ref = av_buffer_alloc(sizeof(*roi) * nb_roi); in addroi_filter_frame()