Home
last modified time | relevance | path

Searched refs:FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN (Results 1 – 5 of 5) sorted by relevance

/external/flac/libFLAC/
Dstream_encoder_framing.c99 …data.stream_info.total_samples < (FLAC__U64L(1) << FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_… in FLAC__add_metadata_block()
100 …nt64(bw, metadata->data.stream_info.total_samples, FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_… in FLAC__add_metadata_block()
Dformat.c63 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN = 36; /* bits */ variable
Dstream_encoder.c1876 value = flac_min(value, (FLAC__U64L(1) << FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN) - 1); in FLAC__stream_encoder_set_total_samples_estimate()
2734 FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN in update_metadata_()
2915 FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN in update_ogg_metadata_()
Dstream_decoder.c1624 bits = FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN; in read_metadata_streaminfo_()
1625 …vate_->stream_info.data.stream_info.total_samples, FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_… in read_metadata_streaminfo_()
/external/flac/include/FLAC/
Dformat.h546 extern FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN; /**< == 36 (bits…