Home
last modified time | relevance | path

Searched refs:av_fifo_alloc (Results 1 – 22 of 22) sorted by relevance

/third_party/ffmpeg/libavutil/
Dfifo.c43 AVFifoBuffer *av_fifo_alloc(unsigned int size) in av_fifo_alloc() function
93 AVFifoBuffer *f2 = av_fifo_alloc(new_size); in av_fifo_realloc2()
Dfifo.h42 AVFifoBuffer *av_fifo_alloc(unsigned int size);
Dthreadmessage.c67 if (!(rmq->fifo = av_fifo_alloc(elsize * nelem))) { in av_thread_message_queue_alloc()
Daudio_fifo.c83 af->buf[i] = av_fifo_alloc(buf_size); in av_audio_fifo_alloc()
/third_party/ffmpeg/libavutil/tests/
Dfifo.c26 AVFifoBuffer *fifo = av_fifo_alloc(13 * sizeof(int)); in main()
/third_party/ffmpeg/libavcodec/
Dqsvdec.c228 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()
Dlibvorbisenc.c273 s->pkt_fifo = av_fifo_alloc(BUFFER_SIZE); in libvorbis_encode_init()
Dnvenc.c1491 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()
Dcuviddec.c865 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()
Damfenc.c121 ctx->timestamp_list = av_fifo_alloc((avctx->max_b_frames + 16) * sizeof(int64_t)); in amf_load_library()
Davcodec.c195 avci->pkt_props = av_fifo_alloc(sizeof(*avci->last_pkt_props)); in avcodec_open2()
Dqsvenc.c1108 q->async_fifo = av_fifo_alloc(q->async_depth * qsv_fifo_item_size()); in ff_qsv_enc_init()
/third_party/ffmpeg/libavformat/
Dav1dec.c376 c->fifo = av_fifo_alloc(MAX_OBU_HEADER_SIZE); in obu_read_header()
Dasync.c86 ring->fifo = av_fifo_alloc(capacity + read_back_capacity); in ring_init()
Dswfenc.c214 swf->audio_fifo= av_fifo_alloc(AUDIO_FIFO_SIZE); in swf_write_header()
Dudp.c905 s->fifo = av_fifo_alloc(s->circular_buffer_size); in udp_open()
Dmpegenc.c461 stream->fifo = av_fifo_alloc(16); in mpeg_mux_init()
/third_party/ffmpeg/fftools/
Dffmpeg_filter.c200 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()
Dffplay.c482 q->pkt_list = av_fifo_alloc(sizeof(MyAVPacketList)); in packet_queue_init()
Dffmpeg_opt.c1603 ost->muxing_queue = av_fifo_alloc(8 * sizeof(AVPacket)); in new_output_stream()
Dffmpeg.c2567 ist->sub2video.sub_queue = av_fifo_alloc(8 * sizeof(AVSubtitle)); in transcode_subtitles()
/third_party/ffmpeg/doc/
DAPIchanges3349 and replaced by av_fifo_alloc, av_fifo_generic_read, av_fifo_generic_write