Home
last modified time | relevance | path

Searched refs:flac_seek (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dflacdec.c310 static int flac_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) { in flac_seek() function
340 .read_seek = flac_seek,
/third_party/libsnd/src/
Dflac.c90 static sf_count_t flac_seek (SF_PRIVATE *psf, int mode, sf_count_t offset) ;
731 psf->seek = flac_seek ; in flac_open()
1408 flac_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t offset) in flac_seek() function