Searched defs:start_timestamp (Results 1 - 16 of 16) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dtimestamp_scaler_unittest.cc57 uint32_t start_timestamp = 0; local
59 start_timestamp = start_timestamp - 5 * kStep;
60 for (uint32_t timestamp = start_timestamp; timestamp != 5 * kStep;
H A Dneteq_unittest.cc307 void WrapTest(uint16_t start_seq_no, uint32_t start_timestamp,
1406 uint32_t start_timestamp,
1411 uint32_t timestamp = start_timestamp;
1405 WrapTest(uint16_t start_seq_no, uint32_t start_timestamp, const std::set<uint16_t>& drop_seq_numbers, bool expect_seq_no_wrap, bool expect_timestamp_wrap) argument
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_generator.h26 uint32_t start_timestamp = 0,
30 timestamp_(start_timestamp),
64 uint32_t start_timestamp,
67 : RtpGenerator(samples_per_ms, start_seq_number, start_timestamp),
62 TimestampJumpRtpGenerator(int samples_per_ms, uint16_t start_seq_number, uint32_t start_timestamp, uint32_t jump_from_timestamp, uint32_t jump_to_timestamp) argument
/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_rtcp_defines.h176 start_timestamp(0),
182 uint32_t start_timestamp; member in struct:webrtc::RtpState
/external/webrtc/webrtc/modules/video_coding/
H A Djitter_buffer.cc976 uint32_t start_timestamp = incomplete_frames_.Front()->TimeStamp(); local
978 start_timestamp = decodable_frames_.Back()->TimeStamp();
980 return incomplete_frames_.Back()->TimeStamp() - start_timestamp;
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h563 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc3326 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp()).c_str(),
3721 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
3722 return impl()->start_timestamp();
/external/gtest/src/
H A Dgtest-internal-inl.h570 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc3376 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp()));
3714 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
3715 return impl()->start_timestamp();
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-internal-inl.h570 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc3372 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp()));
3710 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
3711 return impl()->start_timestamp();
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc282 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) { argument
284 start_timestamp_ = start_timestamp;
/external/blktrace/
H A Dblkparse.c299 static unsigned long long start_timestamp; variable
591 start_timestamp = bit->time;
1877 if (start_timestamp
1878 && start_timestamp != genesis_time) {
1879 long delta = genesis_time - start_timestamp;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc971 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
4860 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp()));
5198 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
5199 return impl()->start_timestamp();
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp980 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
4884 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp()));
5222 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
5223 return impl()->start_timestamp();
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc971 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
4860 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp()));
5198 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
5199 return impl()->start_timestamp();

Completed in 494 milliseconds