Home
last modified time | relevance | path

Searched refs:stream_offset (Results 1 – 7 of 7) sorted by relevance

/external/libopus/src/
Dopus_multistream_encoder.c604 int stream_offset; in surround_rate_allocation() local
613 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()
/external/webrtc/webrtc/call/
Dcall_perf_tests.cc152 int64_t stream_offset = latest_audio_ntp - latest_video_ntp; in RenderFrame() local
154 ss << stream_offset; in RenderFrame()
/external/flac/include/FLAC/
Dformat.h578 FLAC__uint64 stream_offset; member
/external/flac/libFLAC/
Dformat.c299 seek_table->points[i].stream_offset = 0; in FLAC__format_seektable_sort()
Dstream_encoder_framing.c114 …if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].stream_offset, FLAC__… in FLAC__add_metadata_block()
Dstream_decoder.c1680 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_()
Dstream_encoder.c2667 …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_()