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

  /external/flac/include/FLAC/
stream_decoder.h 313 } FLAC__StreamDecoderReadStatus;
315 /** Maps a FLAC__StreamDecoderReadStatus to a C string.
317 * Using a FLAC__StreamDecoderReadStatus as the index to this array
477 * FLAC__StreamDecoderReadStatus.
481 * FLAC__StreamDecoderReadStatus read_cb(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data)
512 * \retval FLAC__StreamDecoderReadStatus
517 typedef FLAC__StreamDecoderReadStatus (*FLAC__StreamDecoderReadCallback)(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
    [all...]
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 159 FLAC__StreamDecoderReadStatus readCallback(
174 static FLAC__StreamDecoderReadStatus read_callback(
214 FLAC__StreamDecoderReadStatus FLACParser::read_callback(
271 FLAC__StreamDecoderReadStatus FLACParser::readCallback(
  /external/flac/libFLAC/
stream_decoder.c 106 static FLAC__StreamDecoderReadStatus read_callback_ogg_aspect_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes);
115 static FLAC__StreamDecoderReadStatus file_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
    [all...]
stream_encoder.c 294 static FLAC__StreamDecoderReadStatus verify_read_callback_(const FLAC__StreamDecoder *decoder, FLAC__byte buffer[], size_t *bytes, void *client_data);
    [all...]

Completed in 6597 milliseconds