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

  /external/flac/include/FLAC/
stream_decoder.h 358 } FLAC__StreamDecoderTellStatus;
360 /** Maps a FLAC__StreamDecoderTellStatus to a C string.
362 * Using a FLAC__StreamDecoderTellStatus as the index to this array
563 * FLAC__StreamDecoderTellStatus tell_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
586 * \retval FLAC__StreamDecoderTellStatus
589 typedef FLAC__StreamDecoderTellStatus (*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
    [all...]
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 159 FLAC__StreamDecoderTellStatus tellCallback(
178 static FLAC__StreamDecoderTellStatus tell_callback(
224 FLAC__StreamDecoderTellStatus FLACParser::tell_callback(
295 FLAC__StreamDecoderTellStatus FLACParser::tellCallback(
  /external/flac/libFLAC/
stream_decoder.c 140 static FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
    [all...]

Completed in 3686 milliseconds