Home
last modified time | relevance | path

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

/external/flac/include/FLAC/
Dstream_decoder.h336 } FLAC__StreamDecoderSeekStatus; typedef
552 typedef FLAC__StreamDecoderSeekStatus (*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder …
/external/flac/libFLAC/
Dstream_decoder.c110 static FLAC__StreamDecoderSeekStatus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__…
3353 FLAC__StreamDecoderSeekStatus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 … in file_seek_callback_()