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

  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 145 FLAC__StreamDecoderErrorStatus mErrorStatus;
167 void errorCallback(FLAC__StreamDecoderErrorStatus status);
199 FLAC__StreamDecoderErrorStatus status,
260 FLAC__StreamDecoderErrorStatus status, void *client_data)
374 void FLACParser::errorCallback(FLAC__StreamDecoderErrorStatus status)
455 mErrorStatus((FLAC__StreamDecoderErrorStatus) -1)
  /external/flac/include/FLAC/
stream_decoder.h 440 } FLAC__StreamDecoderErrorStatus;
442 /** Maps a FLAC__StreamDecoderErrorStatus to a C string.
444 * Using a FLAC__StreamDecoderErrorStatus as the index to this array
726 typedef void (*FLAC__StreamDecoderErrorCallback)(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 168 static void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
276 void error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data)
    [all...]
stream_decoder.c 133 static void send_error_to_client_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status);
    [all...]
stream_encoder.c 317 static void verify_error_callback_(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data);
    [all...]

Completed in 261 milliseconds