Searched refs:av_fifo_alloc (Results 1 – 22 of 22) sorted by relevance
43 AVFifoBuffer *av_fifo_alloc(unsigned int size) in av_fifo_alloc() function93 AVFifoBuffer *f2 = av_fifo_alloc(new_size); in av_fifo_realloc2()
42 AVFifoBuffer *av_fifo_alloc(unsigned int size);
67 if (!(rmq->fifo = av_fifo_alloc(elsize * nelem))) { in av_thread_message_queue_alloc()
83 af->buf[i] = av_fifo_alloc(buf_size); in av_audio_fifo_alloc()
26 AVFifoBuffer *fifo = av_fifo_alloc(13 * sizeof(int)); in main()
228 q->async_fifo = av_fifo_alloc(q->async_depth * qsv_fifo_item_size()); in qsv_decode_preinit()750 s->packet_fifo = av_fifo_alloc(sizeof(AVPacket)); in qsv_decode_init()
273 s->pkt_fifo = av_fifo_alloc(BUFFER_SIZE); in libvorbis_encode_init()
1491 ctx->timestamp_list = av_fifo_alloc(ctx->nb_surfaces * sizeof(int64_t)); in nvenc_setup_surfaces()1495 ctx->unused_surface_queue = av_fifo_alloc(ctx->nb_surfaces * sizeof(NvencSurface*)); in nvenc_setup_surfaces()1499 ctx->output_surface_queue = av_fifo_alloc(ctx->nb_surfaces * sizeof(NvencSurface*)); in nvenc_setup_surfaces()1502 ctx->output_surface_ready_queue = av_fifo_alloc(ctx->nb_surfaces * sizeof(NvencSurface*)); in nvenc_setup_surfaces()
865 ctx->frame_queue = av_fifo_alloc(ctx->nb_surfaces * sizeof(CuvidParsedFrame)); in cuvid_decode_init()1063 ctx->frame_queue = av_fifo_alloc(ctx->nb_surfaces * sizeof(CuvidParsedFrame)); in cuvid_flush()
121 ctx->timestamp_list = av_fifo_alloc((avctx->max_b_frames + 16) * sizeof(int64_t)); in amf_load_library()
195 avci->pkt_props = av_fifo_alloc(sizeof(*avci->last_pkt_props)); in avcodec_open2()
1108 q->async_fifo = av_fifo_alloc(q->async_depth * qsv_fifo_item_size()); in ff_qsv_enc_init()
376 c->fifo = av_fifo_alloc(MAX_OBU_HEADER_SIZE); in obu_read_header()
86 ring->fifo = av_fifo_alloc(capacity + read_back_capacity); in ring_init()
214 swf->audio_fifo= av_fifo_alloc(AUDIO_FIFO_SIZE); in swf_write_header()
905 s->fifo = av_fifo_alloc(s->circular_buffer_size); in udp_open()
461 stream->fifo = av_fifo_alloc(16); in mpeg_mux_init()
200 fg->inputs[0]->frame_queue = av_fifo_alloc(8 * sizeof(AVFrame*)); in DEF_CHOOSE_FORMAT()311 fg->inputs[fg->nb_inputs - 1]->frame_queue = av_fifo_alloc(8 * sizeof(AVFrame*)); in init_input_filter()
482 q->pkt_list = av_fifo_alloc(sizeof(MyAVPacketList)); in packet_queue_init()
1603 ost->muxing_queue = av_fifo_alloc(8 * sizeof(AVPacket)); in new_output_stream()
2567 ist->sub2video.sub_queue = av_fifo_alloc(8 * sizeof(AVSubtitle)); in transcode_subtitles()
3349 and replaced by av_fifo_alloc, av_fifo_generic_read, av_fifo_generic_write