Home
last modified time | relevance | path

Searched refs:av_fifo_alloc_array (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/
Dfifo.h50 AVFifoBuffer *av_fifo_alloc_array(size_t nmemb, size_t size);
Dfifo.c49 AVFifoBuffer *av_fifo_alloc_array(size_t nmemb, size_t size) in av_fifo_alloc_array() function
/third_party/ffmpeg/libavdevice/
Djack.c196 self->filled_pkts = av_fifo_alloc_array(FIFO_PACKETS_NUM, sizeof(AVPacket)); in start_jack()
198 self->new_pkts = av_fifo_alloc_array((FIFO_PACKETS_NUM + 1), sizeof(AVPacket)); in start_jack()
/third_party/ffmpeg/libavformat/
Ddvenc.c372 if (c->ast[i] && !(c->audio_data[i]=av_fifo_alloc_array(100, MAX_AUDIO_FRAME_SIZE))) { in dv_init_mux()
/third_party/ffmpeg/libavcodec/
Dflac_parser.c722 fpc->fifo_buf = av_fifo_alloc_array(FLAC_MIN_HEADERS + 3, FLAC_AVG_FRAME_SIZE); in flac_parse_init()
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c1191 ctx->abs_motion.ringbuffers[i] = av_fifo_alloc_array( in deshake_opencl_init()
1203 ctx->abs_motion.debug_matches = av_fifo_alloc_array( in deshake_opencl_init()
/third_party/ffmpeg/doc/
DAPIchanges1338 Add av_fifo_alloc_array() function.