OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__StreamDecoderTellStatus
(Results
1 - 3
of
3
) sorted by null
/external/flac/include/FLAC/
stream_decoder.h
359
}
FLAC__StreamDecoderTellStatus
;
361
/** Maps a
FLAC__StreamDecoderTellStatus
to a C string.
363
* Using a
FLAC__StreamDecoderTellStatus
as the index to this array
564
*
FLAC__StreamDecoderTellStatus
tell_cb(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
587
* \retval
FLAC__StreamDecoderTellStatus
590
typedef
FLAC__StreamDecoderTellStatus
(*FLAC__StreamDecoderTellCallback)(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
[
all
...]
/frameworks/av/media/libstagefright/
FLACExtractor.cpp
159
FLAC__StreamDecoderTellStatus
tellCallback(
178
static
FLAC__StreamDecoderTellStatus
tell_callback(
224
FLAC__StreamDecoderTellStatus
FLACParser::tell_callback(
295
FLAC__StreamDecoderTellStatus
FLACParser::tellCallback(
/external/flac/libFLAC/
stream_decoder.c
117
static
FLAC__StreamDecoderTellStatus
file_tell_callback_(const FLAC__StreamDecoder *decoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
[
all
...]
Completed in 81 milliseconds