Searched refs:av_fifo_alloc_array (Results 1 – 7 of 7) sorted by relevance
50 AVFifoBuffer *av_fifo_alloc_array(size_t nmemb, size_t size);
49 AVFifoBuffer *av_fifo_alloc_array(size_t nmemb, size_t size) in av_fifo_alloc_array() function
196 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()
372 if (c->ast[i] && !(c->audio_data[i]=av_fifo_alloc_array(100, MAX_AUDIO_FRAME_SIZE))) { in dv_init_mux()
722 fpc->fifo_buf = av_fifo_alloc_array(FLAC_MIN_HEADERS + 3, FLAC_AVG_FRAME_SIZE); in flac_parse_init()
1191 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()
1338 Add av_fifo_alloc_array() function.