HomeSort by relevance Sort by last modified time
    Searched defs:start_timestamp (Results 1 - 16 of 16) 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/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/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/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...]
  /ndk/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...]
  /external/blktrace/
blkparse.c 299 static unsigned long long start_timestamp; variable
591 start_timestamp = bit->time;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
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...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 980 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
5222 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
    [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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
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 304 milliseconds