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