Searched refs:first_timestamp (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/modules/remote_bitrate_estimator/ |
D | inter_arrival.cc | 48 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()
|
D | inter_arrival.h | 58 first_timestamp(0), in TimestampGroup() 66 uint32_t first_timestamp; member
|
/external/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl_unittest.cc | 1612 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 …]
|
D | nack_tracker_unittest.cc | 238 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()
|
D | neteq_impl.cc | 1993 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/ |
D | perf.c | 2355 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/ |
D | main.cc | 268 config.begin_time_ = parsed_log.first_timestamp(); in main()
|
D | analyzer.cc | 352 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/ |
D | video_adapter_unittest.cc | 328 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/ |
D | rtc_event_log_parser.h | 614 int64_t first_timestamp() const { return first_timestamp_; } in RTC_POP_IGNORING_WUNDEF()
|
D | rtc_event_log_unittest.cc | 739 EXPECT_EQ(first_timestamp_ms_, parsed_log.first_timestamp() / 1000); in ReadAndVerifyLog()
|
D | rtc_event_log_parser.cc | 1226 int64_t start_us = first_timestamp(); in ParseStream()
|