OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__StreamDecoderLengthStatus
(Results
1 - 3
of
3
) sorted by null
/external/flac/include/FLAC/
stream_decoder.h
382
}
FLAC__StreamDecoderLengthStatus
;
384
/** Maps a
FLAC__StreamDecoderLengthStatus
to a C string.
386
* Using a
FLAC__StreamDecoderLengthStatus
as the index to this array
601
*
FLAC__StreamDecoderLengthStatus
length_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data)
625
* \retval
FLAC__StreamDecoderLengthStatus
628
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
118
static
FLAC__StreamDecoderLengthStatus
file_length_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_data);
[
all
...]
Completed in 46 milliseconds