stream_decoder.c | 134 static FLAC__bool seek_to_absolute_sample_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 target_sample); 136 static FLAC__bool seek_to_absolute_sample_ogg_(FLAC__StreamDecoder *decoder, FLAC__uint64 stream_length, FLAC__uint64 target_sample); 203 FLAC__uint64 target_sample; member in struct:FLAC__StreamDecoderPrivate 2923 FLAC__uint64 target_sample = decoder->private_->target_sample; local [all...] |