HomeSort by relevance Sort by last modified time
    Searched refs:timestamp_step (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
initial_delay_manager.h 31 timestamp_step(0) {
44 uint32_t timestamp_step; member in struct:webrtc::acm2::InitialDelayManager::SyncStream
initial_delay_manager.cc 127 sync_stream->timestamp_step = timestamp_step_;
204 sync_stream->timestamp_step = timestamp_step_;
initial_delay_manager_unittest.cc 170 EXPECT_EQ(kTimestampStep, sync_stream.timestamp_step);
240 EXPECT_EQ(kTimestampStep, sync_stream.timestamp_step);
287 EXPECT_EQ(kTimestampStep, sync_stream.timestamp_step) <<
318 EXPECT_EQ(kTimestampStep, sync_stream.timestamp_step);
acm_receiver.cc 855 sync_stream->rtp_info.header.timestamp += sync_stream->timestamp_step;
856 sync_stream->receive_timestamp += sync_stream->timestamp_step;

Completed in 109 milliseconds