Lines Matching full:first_frame_offset
202 FLAC__uint64 first_frame_offset; /* hint to the seek routine of where in the stream the first audio frame starts */
1038 decoder->private_->first_frame_offset = 0;
1210 /* if we haven't finished processing the metadata yet, do that so we have the STREAMINFO, SEEK_TABLE, and first_frame_offset */
1595 if(!FLAC__stream_decoder_get_decode_position(decoder, &decoder->private_->first_frame_offset))
1596 decoder->private_->first_frame_offset = 0;
2982 FLAC__uint64 first_frame_offset = decoder->private_->first_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound_sample, this_frame_sample;
3025 lower_bound = first_frame_offset;
3055 new_lower_bound = first_frame_offset + seek_table->points[i].stream_offset;
3070 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset;