OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__StreamEncoderTellStatus
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/FLAC/
stream_encoder.h
442
}
FLAC__StreamEncoderTellStatus
;
444
/** Maps a
FLAC__StreamEncoderTellStatus
to a C string.
446
* Using a
FLAC__StreamEncoderTellStatus
as the index to this array
609
*
FLAC__StreamEncoderTellStatus
tell_cb(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data)
632
* \retval
FLAC__StreamEncoderTellStatus
635
typedef
FLAC__StreamEncoderTellStatus
(*FLAC__StreamEncoderTellCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
[
all
...]
/external/flac/libFLAC/
stream_encoder.c
321
static
FLAC__StreamEncoderTellStatus
file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_offset, void *client_data);
[
all
...]
Completed in 666 milliseconds