Searched refs:fifo_buf (Results 1 – 1 of 1) sorted by relevance
87 AVFifoBuffer *fifo_buf; /**< buffer to store all data until headers member120 AVFifoBuffer *f = fpc->fifo_buf; in flac_fifo_read_wrap()159 AVFifoBuffer *f = fpc->fifo_buf; in flac_fifo_read()240 search_end = av_fifo_size(fpc->fifo_buf) - (MAX_FRAME_HEADER_SIZE - 1); in find_new_headers()477 *poutbuf_size = av_fifo_size(fpc->fifo_buf) - header->offset; in get_best_header()511 return child->offset - av_fifo_size(fpc->fifo_buf); in get_best_header()563 av_fifo_drain(fpc->fifo_buf, best_child->offset); in flac_parse()611 if (!av_fifo_space(fpc->fifo_buf) && in flac_parse()612 av_fifo_size(fpc->fifo_buf) / FLAC_AVG_FRAME_SIZE > in flac_parse()621 if ( av_fifo_space(fpc->fifo_buf) < read_end - read_start in flac_parse()[all …]