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.h546 extern FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN; /**< == 36 (bits…
/external/flac/libFLAC/
Dformat.c62 FLAC_API const unsigned FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN = 36; /* bits */ variable
Dstream_encoder_framing.c95 …nt64(bw, metadata->data.stream_info.total_samples, FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_… in FLAC__add_metadata_block()
Dstream_decoder.c1637 bits = FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN; in read_metadata_streaminfo_()
1638 …vate_->stream_info.data.stream_info.total_samples, FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_… in read_metadata_streaminfo_()
Dstream_encoder.c2741 FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN in update_metadata_()
2922 FLAC__STREAM_METADATA_STREAMINFO_TOTAL_SAMPLES_LEN in update_ogg_metadata_()