HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__StreamDecoderSeekStatus (Results 1 - 3 of 3) sorted by null

  /external/flac/include/FLAC/
stream_decoder.h 335 } FLAC__StreamDecoderSeekStatus;
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);
    [all...]
  /frameworks/base/media/libstagefright/
FLACExtractor.cpp 157 FLAC__StreamDecoderSeekStatus seekCallback(
174 static FLAC__StreamDecoderSeekStatus seek_callback(
217 FLAC__StreamDecoderSeekStatus FLACParser::seek_callback(
287 FLAC__StreamDecoderSeekStatus FLACParser::seekCallback(
  /external/flac/libFLAC/
stream_decoder.c 139 static FLAC__StreamDecoderSeekStatus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);
    [all...]

Completed in 123 milliseconds