Searched refs:start_timestamp (Results 1 - 25 of 36) sorted by relevance

12

/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/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/tensorflow/tensorflow/core/platform/default/
H A Ddevice_tracer.cc331 uint64_t start_timestamp; member in struct:tensorflow::devicetracer::DeviceTracerImpl::KernelRecord
339 uint64_t start_timestamp; member in struct:tensorflow::devicetracer::DeviceTracerImpl::MemcpyRecord
593 ((rec.start_timestamp - start_timestamp_) / 1000));
596 std::max<int64>((rec.end_timestamp - rec.start_timestamp) / 1000, 1);
612 ((rec.start_timestamp - start_timestamp_) / 1000));
615 std::max<int64>((rec.end_timestamp - rec.start_timestamp) / 1000, 1);
/external/python/cpython2/Tools/iobench/
H A Diobench.py248 start_timestamp = _t()
249 real_start = start[4] or start_timestamp
253 if _t() - start_timestamp > duration:
/external/python/cpython3/Tools/iobench/
H A Diobench.py249 start_timestamp = _t()
250 real_start = start[4] or start_timestamp
254 if _t() - start_timestamp > duration:
/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/rtp_rtcp/source/
H A Drtcp_sender.h92 void SetStartTimestamp(uint32_t start_timestamp);
H A Drtcp_sender.cc282 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) { argument
284 start_timestamp_ = start_timestamp;
H A Drtp_sender.cc1876 SetStartTimestamp(rtp_state.start_timestamp, true);
1891 state.start_timestamp = start_timestamp_;
1910 state.start_timestamp = start_timestamp_;
/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/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/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
/external/googletest/googletest/src/
H A Dgtest-internal-inl.h561 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-internal-inl.h561 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h570 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
/external/v8/testing/gtest/src/
H A Dgtest-internal-inl.h561 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
/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
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1160 TimeInMillis start_timestamp() const;
/external/googletest/googletest/include/gtest/
H A Dgtest.h1228 TimeInMillis start_timestamp() const;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1228 TimeInMillis start_timestamp() const;
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h1228 TimeInMillis start_timestamp() const;
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1196 TimeInMillis start_timestamp() const;
/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();
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h1196 TimeInMillis start_timestamp() const;

Completed in 2297 milliseconds

12