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 336 } FLAC__StreamDecoderSeekStatus;
338 /** Maps a FLAC__StreamDecoderSeekStatus to a C string.
340 * Using a FLAC__StreamDecoderSeekStatus as the index to this array
529 * FLAC__StreamDecoderSeekStatus seek_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data)
549 * \retval FLAC__StreamDecoderSeekStatus
552 typedef FLAC__StreamDecoderSeekStatus (*FLAC__StreamDecoderSeekCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);
    [all...]
  /frameworks/av/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 116 static FLAC__StreamDecoderSeekStatus file_seek_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 absolute_byte_offset, void *client_data);
    [all...]

Completed in 41 milliseconds