OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN
(Results
1 - 5
of
5
) sorted by null
/external/flac/include/FLAC/
format.h
543
extern FLAC_API const unsigned
FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN
; /**< == 36 (bits) */
[
all
...]
/external/flac/libFLAC/
format.c
80
FLAC_API const unsigned
FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN
= 36; /* bits */
stream_encoder_framing.c
99
if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.stream_info.total_samples,
FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN
))
stream_decoder.c
[
all
...]
stream_encoder.c
[
all
...]
Completed in 65 milliseconds