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

  /external/flac/include/FLAC/
stream_decoder.h 381 } FLAC__StreamDecoderLengthStatus;
383 /** Maps a FLAC__StreamDecoderLengthStatus to a C string.
385 * Using a FLAC__StreamDecoderLengthStatus as the index to this array
600 * FLAC__StreamDecoderLengthStatus length_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)
624 * \retval FLAC__StreamDecoderLengthStatus
627 typedef FLAC__StreamDecoderLengthStatus (*FLAC__StreamDecoderLengthCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
    [all...]
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 161 FLAC__StreamDecoderLengthStatus lengthCallback(
182 static FLAC__StreamDecoderLengthStatus length_callback(
231 FLAC__StreamDecoderLengthStatus FLACParser::length_callback(
302 FLAC__StreamDecoderLengthStatus FLACParser::lengthCallback(
  /external/flac/libFLAC/
stream_decoder.c 141 static FLAC__StreamDecoderLengthStatus file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
    [all...]

Completed in 142 milliseconds