Searched refs:stream_offset (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c604 int stream_offset; local
613 stream_offset = 20000;
615 stream_offset = st->bitrate_bps/st->layout.nb_channels/2;
616 stream_offset += 60*(Fs/frame_size-50);
644 channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/total;
658 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8);
660 rate[i] = stream_offset+channel_rate;
/external/libopus/src/
H A Dopus_multistream_encoder.c604 int stream_offset; local
613 stream_offset = 20000;
615 stream_offset = st->bitrate_bps/st->layout.nb_channels/2;
616 stream_offset += 60*(Fs/frame_size-50);
644 channel_rate = 256*(st->bitrate_bps-lfe_offset*nb_lfe-stream_offset*(nb_coupled+nb_uncoupled))/total;
658 rate[i] = stream_offset+(channel_rate*coupled_ratio>>8);
660 rate[i] = stream_offset+channel_rate;
/external/flac/include/FLAC/
H A Dformat.h575 FLAC__uint64 stream_offset; member in struct:__anon21479
/external/chromium_org/third_party/webrtc/video/
H A Dcall_perf_tests.cc152 int64_t stream_offset = latest_audio_ntp - latest_video_ntp; variable
154 ss << stream_offset; variable
155 webrtc::test::PrintResult("stream_offset",
/external/flac/libFLAC/
H A Dmetadata_object.c182 object_array[i].stream_offset = 0;
747 if(block1->points[i].stream_offset != block2->points[i].stream_offset)
963 object->data.seek_table.points[i].stream_offset = 0;
1052 seek_table->points[seek_table->num_points - 1].stream_offset = 0;
1075 seek_table->points[i].stream_offset = 0;
1100 seek_table->points[i].stream_offset = 0;
1133 seek_table->points[i].stream_offset = 0;
H A Dformat.c303 seek_table->points[i].stream_offset = 0;
H A Dstream_encoder_framing.c118 if(!FLAC__bitwriter_write_raw_uint64(bw, metadata->data.seek_table.points[i].stream_offset, FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN))
H A Dstream_decoder.c1699 decoder->private_->seek_table.data.seek_table.points[i].stream_offset = xx;
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;
H A Dstream_encoder.c2475 encoder->private_->seek_table->points[i].stream_offset = output_position - encoder->protected_->audio_offset;
2659 xx = encoder->private_->seek_table->points[i].stream_offset;
2846 xx = encoder->private_->seek_table->points[i].stream_offset;
H A Dmetadata_iterators.c2201 block->points[i].stream_offset = unpack_uint64_(buffer+8, 8);
2623 pack_uint64_(block->points[i].stream_offset, buffer+8, 8);
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c282 int64_t stream_offset; member in struct:saved_state
836 s->stream_offset = ne_io_tell(ctx->io);
837 if (s->stream_offset < 0)
851 r = ne_io_seek(ctx->io, s->stream_offset, NESTEGG_SEEK_SET);

Completed in 163 milliseconds