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 359 } FLAC__StreamDecoderTellStatus;
361 /** Maps a FLAC__StreamDecoderTellStatus to a C string.
363 * Using a FLAC__StreamDecoderTellStatus as the index to this array
564 * FLAC__StreamDecoderTellStatus tell_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
587 * \retval FLAC__StreamDecoderTellStatus
590 typedef FLAC__StreamDecoderTellStatus (*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
    [all...]
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 163 FLAC__StreamDecoderTellStatus tellCallback(
182 static FLAC__StreamDecoderTellStatus tell_callback(
228 FLAC__StreamDecoderTellStatus FLACParser::tell_callback(
299 FLAC__StreamDecoderTellStatus FLACParser::tellCallback(
  /external/flac/libFLAC/
stream_decoder.c 117 static FLAC__StreamDecoderTellStatus file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
    [all...]

Completed in 60 milliseconds