OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN
(Results
1 - 5
of
5
) sorted by null
/external/flac/libFLAC/
stream_encoder_framing.c
92
FLAC__ASSERT(metadata->data.stream_info.bits_per_sample <= (1u <<
FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN
));
93
if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->data.stream_info.bits_per_sample-1,
FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN
))
310
FLAC__ASSERT(header->bits_per_sample > 0 && header->bits_per_sample <= (1u <<
FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN
));
format.c
61
FLAC_API const unsigned
FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN
= 5; /* bits */
stream_encoder.c
[
all
...]
stream_decoder.c
[
all
...]
/external/flac/include/FLAC/
format.h
545
extern FLAC_API const unsigned
FLAC__STREAM_METADATA_STREAMINFO_BITS_PER_SAMPLE_LEN
; /**< == 5 (bits) */
[
all
...]
Completed in 328 milliseconds