Home
last modified time | relevance | path

Searched refs:first_timestamp (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc48 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
95 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
119 timestamp - current_timestamp_group_.first_timestamp; in PacketInOrder()
134 timestamp - current_timestamp_group_.first_timestamp; in NewTimestampGroup()
Dinter_arrival.h58 first_timestamp(0), in TimestampGroup()
66 uint32_t first_timestamp; member
/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl_unittest.cc1612 uint32_t first_timestamp() const { return 10u; } in first_timestamp() function in webrtc::NetEqImplTest120ms
1657 InsertPacket(first_timestamp()); in TEST_F()
1670 InsertPacket(first_timestamp()); in TEST_F()
1681 InsertPacket(first_timestamp()); in TEST_F()
1689 InsertPacket(first_timestamp() + 2 * timestamp_diff_between_packets()); in TEST_F()
1702 InsertPacket(first_timestamp()); in TEST_F()
1714 InsertPacket(first_timestamp()); in TEST_F()
1716 InsertPacket(first_timestamp() + timestamp_diff_between_packets()); in TEST_F()
1732 InsertPacket(first_timestamp()); in TEST_F()
1735 InsertPacket(first_timestamp() + timestamp_diff_between_packets()); in TEST_F()
[all …]
Dnack_tracker_unittest.cc238 const uint32_t first_timestamp = timestamp; in TEST() local
256 nack->UpdateLastDecodedPacket(first_seq_num, first_timestamp); in TEST()
271 nack->UpdateLastDecodedPacket(first_seq_num, first_timestamp); in TEST()
Dneteq_impl.cc1993 uint32_t first_timestamp = next_packet->timestamp; in ExtractPackets() local
2046 extracted_samples = packet->timestamp - first_timestamp + packet_duration; in ExtractPackets()
/external/igt-gpu-tools/tests/
Dperf.c2355 uint32_t first_timestamp = 0, last_timestamp = 0; in test_buffer_fill() local
2396 while (((last_timestamp - first_timestamp) * oa_period) < (fill_duration / 2)) { in test_buffer_fill()
2399 last_timestamp - first_timestamp, in test_buffer_fill()
2400 (last_timestamp - first_timestamp) * oa_period, in test_buffer_fill()
2427 if (first_timestamp == 0) in test_buffer_fill()
2428 first_timestamp = report[1]; in test_buffer_fill()
2499 uint32_t first_timestamp = 0, last_timestamp = 0; in test_enable_disable() local
2528 while (((last_timestamp - first_timestamp) * oa_period) < (fill_duration / 2)) { in test_enable_disable()
2545 if (first_timestamp == 0) in test_enable_disable()
2546 first_timestamp = report[1]; in test_enable_disable()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dmain.cc268 config.begin_time_ = parsed_log.first_timestamp(); in main()
Danalyzer.cc352 config_.begin_time_ = parsed_log_.first_timestamp(); in EventLogAnalyzer()
361 parsed_log_.first_timestamp()) / in EventLogAnalyzer()
371 parsed_log_.first_timestamp()) / in EventLogAnalyzer()
/external/webrtc/media/base/
Dvideo_adapter_unittest.cc328 const int64_t first_timestamp = 0; in TEST_P() local
329 adapter_.AdaptFrameResolution(640, 480, first_timestamp, &cropped_width_, in TEST_P()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.h614 int64_t first_timestamp() const { return first_timestamp_; } in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest.cc739 EXPECT_EQ(first_timestamp_ms_, parsed_log.first_timestamp() / 1000); in ReadAndVerifyLog()
Drtc_event_log_parser.cc1226 int64_t start_us = first_timestamp(); in ParseStream()