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/include/FLAC/
Dformat.h543 extern FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN; /**< == 36 (bits…
/external/flac/libFLAC/
Dformat.c80 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN = 36; /* bits */ variable
Dstream_encoder_framing.c99 …nt64(bw, metadata->data.stream_info.total_samples, FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_… in FLAC__add_metadata_block()
Dstream_decoder.c1656 bits = FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN; in read_metadata_streaminfo_()
1657 …vate_->stream_info.data.stream_info.total_samples, FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_… in read_metadata_streaminfo_()
Dstream_encoder.c2556 FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN in update_metadata_()
2737 FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN in update_ogg_metadata_()