HomeSort by relevance Sort by last modified time
    Searched defs:start_timestamp (Results 1 - 23 of 23) sorted by null

  /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;
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 331 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);
  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp 287 int64_t start_timestamp = entry_record.timestamp(); local
289 int64_t latency = end_timestamp - start_timestamp;
  /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...]
gtest.cc 3721 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [all...]
  /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
  /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/googletest/googletest/src/
gtest-internal-inl.h 561 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
    [all...]
gtest.cc 4069 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [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...]
gtest.cc 4046 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [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...]
gtest.cc 3714 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [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...]
gtest.cc 4043 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [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...]
gtest.cc 3710 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [all...]
  /prebuilts/ndk/r16/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...]
gtest.cc 3645 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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...]
  /external/blktrace/
blkparse.c 299 static unsigned long long start_timestamp; variable
591 start_timestamp = bit->time;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 971 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
5198 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 971 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
5198 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [all...]

Completed in 361 milliseconds