Searched refs:stream_offset (Results 1 – 7 of 7) sorted by relevance
604 int stream_offset; in surround_rate_allocation() local613 stream_offset = 20000; in surround_rate_allocation()615 stream_offset = st->bitrate_bps/st->layout.nb_channels/2; in surround_rate_allocation()616 stream_offset += 60*(Fs/frame_size-50); in surround_rate_allocation()644 …channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/tot… in surround_rate_allocation()658 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8); in surround_rate_allocation()660 rate[i] = stream_offset+channel_rate; in surround_rate_allocation()
152 int64_t stream_offset = latest_audio_ntp - latest_video_ntp; in RenderFrame() local154 ss << stream_offset; in RenderFrame()
578 FLAC__uint64 stream_offset; member
299 seek_table->points[i].stream_offset = 0; in FLAC__format_seektable_sort()
114 …if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].stream_offset, FLAC__… in FLAC__add_metadata_block()
1680 decoder->private_->seek_table.data.seek_table.points[i].stream_offset = xx; in read_metadata_seektable_()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_()
2667 …encoder->private_->seek_table->points[i].stream_offset = output_position - encoder->protected_->au… in write_frame_()2851 xx = encoder->private_->seek_table->points[i].stream_offset; in update_metadata_()3038 xx = encoder->private_->seek_table->points[i].stream_offset; in update_ogg_metadata_()