HomeSort by relevance Sort by last modified time
    Searched refs:start_timestamp (Results 1 - 25 of 48) sorted by null

1 2

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtp_generator.h 26 uint32_t start_timestamp = 0,
30 timestamp_(start_timestamp),
64 uint32_t start_timestamp,
67 : RtpGenerator(samples_per_ms, start_seq_number, start_timestamp),
  /test/vts/utils/python/web/
web_utils.py 81 self.report_msg.start_timestamp = feature_utils.GetTimestamp()
140 self.current_test_report_msg.start_timestamp = feature_utils.GetTimestamp(
191 start_timestamp,
202 start_timestamp: long, nanoseconds start time.
224 profiling_msg.start_timestamp = start_timestamp
370 return self.report_msg.test, self.report_msg.start_timestamp
399 msg.start_timestamp = feature_utils.GetTimestamp()
400 msg.end_timestamp = msg.start_timestamp
428 str(self.report_msg.start_timestamp))
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
timestamp_scaler_unittest.cc 57 uint32_t start_timestamp = 0; local
59 start_timestamp = start_timestamp - 5 * kStep;
60 for (uint32_t timestamp = start_timestamp; timestamp != 5 * kStep;
neteq_unittest.cc 307 void WrapTest(uint16_t start_seq_no, uint32_t start_timestamp,
    [all...]
  /test/vts/utils/python/reporting/
log_uploading_utils.py 81 self.web.report_msg.start_timestamp)
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 176 start_timestamp(0),
182 uint32_t start_timestamp; member in struct:webrtc::RtpState
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 248 start_timestamp = _t()
249 real_start = start[4] or start_timestamp
253 if _t() - start_timestamp > duration:
  /external/python/cpython2/Tools/iobench/
iobench.py 248 start_timestamp = _t()
249 real_start = start[4] or start_timestamp
253 if _t() - start_timestamp > duration:
  /test/vts/utils/python/profiling/
profiling_utils.py 277 start_timestamp = host_profiling_data[name]
280 self.web.AddProfilingDataTimestamp(name, start_timestamp,
  /test/vts/runners/host/
records.py 345 def setTestModuleKeys(self, name, start_timestamp):
346 """Sets the test module's name and start_timestamp."""
348 self._test_module_timestamp = start_timestamp
  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp 279 int64_t start_timestamp = entry_record.timestamp(); local
281 int64_t latency = end_timestamp - start_timestamp;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.h 92 void SetStartTimestamp(uint32_t start_timestamp);
rtcp_sender.cc 282 void RTCPSender::SetStartTimestamp(uint32_t start_timestamp) {
284 start_timestamp_ = start_timestamp;
    [all...]
rtp_sender.cc     [all...]
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 976 uint32_t start_timestamp = incomplete_frames_.Front()->TimeStamp(); local
978 start_timestamp = decodable_frames_.Back()->TimeStamp();
980 return incomplete_frames_.Back()->TimeStamp() - start_timestamp;
    [all...]
  /external/blktrace/
blkparse.c 299 static unsigned long long start_timestamp; variable
591 start_timestamp = bit->time;
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 563 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/googletest/googletest/src/
gtest-internal-inl.h 561 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-internal-inl.h 561 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 570 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/v8/testing/gtest/src/
gtest-internal-inl.h 561 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h 570 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 564 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 564 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h     [all...]

Completed in 1232 milliseconds

1 2