Searched refs:stream_offset (Results 1 – 9 of 9) 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()643 …channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/tot… in surround_rate_allocation()657 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8); in surround_rate_allocation()659 rate[i] = stream_offset+channel_rate; in surround_rate_allocation()
182 object_array[i].stream_offset = 0; in seekpoint_array_new_()747 if(block1->points[i].stream_offset != block2->points[i].stream_offset) in compare_block_data_seektable_()963 object->data.seek_table.points[i].stream_offset = 0; in FLAC__metadata_object_seektable_resize_points()1052 seek_table->points[seek_table->num_points - 1].stream_offset = 0; in FLAC__metadata_object_seektable_template_append_point()1075 seek_table->points[i].stream_offset = 0; in FLAC__metadata_object_seektable_template_append_points()1100 seek_table->points[i].stream_offset = 0; in FLAC__metadata_object_seektable_template_append_spaced_points()1133 seek_table->points[i].stream_offset = 0; in FLAC__metadata_object_seektable_template_append_spaced_points_by_samples()
303 seek_table->points[i].stream_offset = 0; in FLAC__format_seektable_sort()
118 …if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].stream_offset, FLAC__… in FLAC__add_metadata_block()
1699 decoder->private_->seek_table.data.seek_table.points[i].stream_offset = xx; in read_metadata_seektable_()3055 new_lower_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()3070 new_upper_bound = first_frame_offset + seek_table->points[i].stream_offset; in seek_to_absolute_sample_()
2475 …encoder->private_->seek_table->points[i].stream_offset = output_position - encoder->protected_->au… in write_frame_()2659 xx = encoder->private_->seek_table->points[i].stream_offset; in update_metadata_()2846 xx = encoder->private_->seek_table->points[i].stream_offset; in update_ogg_metadata_()
2201 block->points[i].stream_offset = unpack_uint64_(buffer+8, 8); in read_metadata_block_data_seektable_cb_()2623 pack_uint64_(block->points[i].stream_offset, buffer+8, 8); in write_metadata_block_data_seektable_cb_()
575 FLAC__uint64 stream_offset; member
273 int64_t stream_offset; member805 s->stream_offset = ne_io_tell(ctx->io); in ne_ctx_save()806 if (s->stream_offset < 0) in ne_ctx_save()819 r = ne_io_seek(ctx->io, s->stream_offset, NESTEGG_SEEK_SET); in ne_ctx_restore()