Home
last modified time | relevance | path

Searched refs:FLAC__stream_decoder_get_total_samples (Results 1 – 3 of 3) sorted by relevance

/external/flac/include/FLAC/
Dstream_decoder.h933 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder);
/external/flac/src/libFLAC++/
Dstream_decoder.cpp134 return ::FLAC__stream_decoder_get_total_samples(decoder_); in get_total_samples()
/external/flac/src/libFLAC/
Dstream_decoder.c817 FLAC_API FLAC__uint64 FLAC__stream_decoder_get_total_samples(const FLAC__StreamDecoder *decoder) in FLAC__stream_decoder_get_total_samples() function
1128 …if(FLAC__stream_decoder_get_total_samples(decoder) > 0 && sample >= FLAC__stream_decoder_get_total… in FLAC__stream_decoder_seek_absolute()
1153 …if(FLAC__stream_decoder_get_total_samples(decoder) > 0 && sample >= FLAC__stream_decoder_get_total… in FLAC__stream_decoder_seek_absolute()
3247 const FLAC__uint64 total_samples = FLAC__stream_decoder_get_total_samples(decoder); in seek_to_absolute_sample_()
3489 FLAC__uint64 left_sample = 0, right_sample = FLAC__stream_decoder_get_total_samples(decoder); in seek_to_absolute_sample_ogg_()