Searched refs:flac_fifo_read_wrap (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | flac_parser.c | 156 * If the returned pointer will be used after subsequent calls to flac_fifo_read_wrap 162 static uint8_t *flac_fifo_read_wrap(FLACParseContext *fpc, int offset, int len, in flac_fifo_read_wrap() function 319 header_buf = flac_fifo_read_wrap(fpc, offset, in find_headers_search_validate() 635 *poutbuf = flac_fifo_read_wrap(fpc, header->offset, *poutbuf_size, in get_best_header() 839 *poutbuf = flac_fifo_read_wrap(fpc, 0, *poutbuf_size, in flac_parse()
|
Completed in 3 milliseconds