OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__StreamDecoderErrorStatus
(Results
1 - 4
of
4
) 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)
503
mErrorStatus((
FLAC__StreamDecoderErrorStatus
) -1)
/external/flac/include/FLAC/
stream_decoder.h
441
}
FLAC__StreamDecoderErrorStatus
;
443
/** Maps a
FLAC__StreamDecoderErrorStatus
to a C string.
445
* Using a
FLAC__StreamDecoderErrorStatus
as the index to this array
727
typedef void (*FLAC__StreamDecoderErrorCallback)(const FLAC__StreamDecoder *decoder,
FLAC__StreamDecoderErrorStatus
status, void *client_data);
[
all
...]
/external/flac/libFLAC/
stream_decoder.c
110
static void send_error_to_client_(const FLAC__StreamDecoder *decoder,
FLAC__StreamDecoderErrorStatus
status);
[
all
...]
stream_encoder.c
297
static void verify_error_callback_(const FLAC__StreamDecoder *decoder,
FLAC__StreamDecoderErrorStatus
status, void *client_data);
[
all
...]
Completed in 40 milliseconds