Searched refs:first_frame_offset (Results 1 – 1 of 1) sorted by relevance
174 …FLAC__uint64 first_frame_offset; /* hint to the seek routine of where in the stream the first audi… member1013 decoder->private_->first_frame_offset = 0; in FLAC__stream_decoder_reset()1576 if(!FLAC__stream_decoder_get_decode_position(decoder, &decoder->private_->first_frame_offset)) in read_metadata_()1577 decoder->private_->first_frame_offset = 0; in read_metadata_()3004 …FLAC__uint64 first_frame_offset = decoder->private_->first_frame_offset, lower_bound, upper_bound,… in seek_to_absolute_sample_() local3047 lower_bound = first_frame_offset; in seek_to_absolute_sample_()3077 new_lower_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()3092 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()