Searched defs:FLAC__StreamDecoderSeekStatus (Results 1 - 1 of 1) sorted by relevance

/external/flac/include/FLAC/
H A Dstream_decoder.h335 } FLAC__StreamDecoderSeekStatus; typedef in typeref:enum:__anon21496
337 /** Maps a FLAC__StreamDecoderSeekStatus to a C string.
339 * Using a FLAC__StreamDecoderSeekStatus as the index to this array
528 * FLAC__StreamDecoderSeekStatus seek_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data)
548 * \retval FLAC__StreamDecoderSeekStatus
551 typedef FLAC__StreamDecoderSeekStatus (*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);

Completed in 67 milliseconds