Searched refs:first_frame_offset (Results 1 – 1 of 1) sorted by relevance
166 …FLAC__uint64 first_frame_offset; /* hint to the seek routine of where in the stream the first audi… member998 decoder->private_->first_frame_offset = 0; in FLAC__stream_decoder_reset()1559 if(!FLAC__stream_decoder_get_decode_position(decoder, &decoder->private_->first_frame_offset)) in read_metadata_()1560 decoder->private_->first_frame_offset = 0; in read_metadata_()2996 …FLAC__uint64 first_frame_offset = decoder->private_->first_frame_offset, lower_bound, upper_bound,… in seek_to_absolute_sample_() local3039 lower_bound = first_frame_offset; in seek_to_absolute_sample_()3069 new_lower_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()3084 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()