| /external/webrtc/logging/rtc_event_log/ |
| D | rtc_event_log2.proto | 57 optional int64 timestamp_ms = 1; field 71 optional int64 timestamp_ms = 1; field 87 optional int64 timestamp_ms = 1; field 107 optional int64 timestamp_ms = 1; field 175 optional int64 timestamp_ms = 1; field 243 optional int64 timestamp_ms = 1; field 259 optional int64 timestamp_ms = 1; field 275 optional int64 timestamp_ms = 1; field 299 optional int64 timestamp_ms = 1; field 334 optional int64 timestamp_ms = 1; field [all …]
|
| D | rtc_event_processor_unittest.cc | 31 for (int64_t timestamp_ms : timestamp_list) { in CreateEventList() local 43 int64_t timestamp_ms = elem; in CreateRandomEventLists() local
|
| D | rtc_event_log_parser.cc | 547 int64_t timestamp_ms; in StoreRtpPackets() local 652 int64_t timestamp_ms; in StoreRtcpPackets() local 2718 int64_t timestamp_ms; in StoreAudioPlayoutEvent() local 2816 int64_t timestamp_ms; in StoreBweLossBasedUpdate() local 2882 int64_t timestamp_ms; in StoreBweDelayBasedUpdate() local 3026 int64_t timestamp_ms; in StoreFrameDecodedEvents() local 3117 int64_t timestamp_ms; in StoreGenericAckReceivedEvent() local 3189 int64_t timestamp_ms; in StoreGenericPacketSentEvent() local 3243 int64_t timestamp_ms; in StoreGenericPacketReceivedEvent() local 3374 int64_t timestamp_ms; in StoreAudioNetworkAdaptationEvent() local
|
| /external/webrtc/modules/congestion_controller/goog_cc/ |
| D | alr_detector_unittest.cc | 30 int64_t* timestamp_ms) in SimulateOutgoingTrafficIn() 75 int64_t timestamp_ms = 1000; in TEST() local 103 int64_t timestamp_ms = 1000; in TEST() local 130 int64_t timestamp_ms = 1000; in TEST() local 185 int64_t timestamp_ms = 1000; in TEST() local
|
| /external/webrtc/api/transport/rtp/ |
| D | rtp_source.h | 47 RtpSource(int64_t timestamp_ms, in RtpSource() 62 int64_t timestamp_ms() const { return timestamp_ms_; } in timestamp_ms() function 63 void update_timestamp_ms(int64_t timestamp_ms) { in update_timestamp_ms()
|
| /external/webrtc/modules/remote_bitrate_estimator/test/ |
| D | bwe_test_logging.cc | 38 Logging::Context::Context(uint32_t name, int64_t timestamp_ms, bool enabled) { in Context() 43 int64_t timestamp_ms, in Context() 49 int64_t timestamp_ms, in Context() 215 int64_t timestamp_ms, in State() 230 int64_t timestamp_ms, in PushState()
|
| /external/webp/tests/fuzzer/ |
| D | animencoder_fuzzer.cc | 30 int* const height, int timestamp_ms, const uint8_t data[], in AddFrame() 124 int width = 0, height = 0, timestamp_ms = 0; in LLVMFuzzerTestOneInput() local
|
| /external/webrtc/modules/video_coding/utility/ |
| D | framerate_controller_deprecated_unittest.cc | 29 const uint32_t timestamp_ms = in TEST() local 53 const uint32_t timestamp_ms = in TEST() local
|
| D | framerate_controller_deprecated.cc | 70 void FramerateControllerDeprecated::AddFrame(uint32_t timestamp_ms) { in AddFrame()
|
| /external/webrtc/system_wrappers/include/ |
| D | clock.h | 47 int64_t ConvertTimestampToNtpTimeInMilliseconds(int64_t timestamp_ms) { in ConvertTimestampToNtpTimeInMilliseconds()
|
| /external/perfetto/protos/perfetto/metrics/android/ |
| D | powrails_metric.proto | 25 optional int64 timestamp_ms = 1; field
|
| /external/perfetto/protos/perfetto/trace/power/ |
| D | power_rails.proto | 44 optional uint64 timestamp_ms = 2; field
|
| /external/cronet/components/cronet/ |
| D | network_tasks_unittest.cc | 52 int32_t timestamp_ms, in OnRTTObservation() 57 int32_t timestamp_ms, in OnThroughputObservation()
|
| /external/webrtc/video/ |
| D | video_stream_encoder_unittest.cc | 2524 int64_t timestamp_ms = kFrameIntervalMs; in TEST_P() local 3073 int64_t timestamp_ms = kFrameIntervalMs; in TEST_F() local 3461 int64_t timestamp_ms = kFrameIntervalMs; in TEST_F() local 3568 int64_t timestamp_ms = kFrameIntervalMs; in TEST_F() local 3940 int64_t timestamp_ms = kFrameIntervalMs; in TEST_F() local 4001 int64_t timestamp_ms = kFrameIntervalMs; in TEST_F() local 4066 int64_t timestamp_ms = kFrameIntervalMs; in TEST_F() local 4121 int64_t timestamp_ms = kFrameIntervalMs; in TEST_F() local 4449 int64_t timestamp_ms = kFrameIntervalMs; in TEST_F() local 6175 int64_t timestamp_ms = kFrameIntervalMs; in TEST_F() local [all …]
|
| /external/webrtc/modules/rtp_rtcp/source/ |
| D | source_tracker.h | 86 int64_t timestamp_ms; member
|
| D | source_tracker_unittest.cc | 285 int64_t timestamp_ms = clock.TimeInMilliseconds(); in TEST() local 345 int64_t timestamp_ms = clock.TimeInMilliseconds(); in TEST() local
|
| /external/cronet/components/cronet/android/ |
| D | cronet_context_adapter.cc | 151 int32_t timestamp_ms, in OnRTTObservation() 160 int32_t timestamp_ms, in OnThroughputObservation()
|
| /external/webrtc/api/rtc_event_log/ |
| D | rtc_event.h | 75 int64_t timestamp_ms() const { return timestamp_us_ / 1000; } in timestamp_ms() function
|
| /external/webp/examples/ |
| D | img2webp.c | 133 int timestamp_ms = 0; in main() local
|
| /external/python/pybind11/tests/ |
| D | test_chrono.cpp | 29 time_point_ms timestamp_ms; member
|
| /external/webrtc/modules/audio_processing/ |
| D | debug.proto | 17 optional int64 timestamp_ms = 10; field
|
| /external/webrtc/rtc_tools/rtc_event_log_visualizer/ |
| D | analyzer_common.h | 38 float GetCallTimeSecFromMs(int64_t timestamp_ms) const { in GetCallTimeSecFromMs()
|
| /external/webrtc/test/pc/e2e/analyzer/video/ |
| D | quality_analyzing_video_decoder.cc | 192 uint32_t timestamp_ms) { in IrrelevantSimulcastStreamDecoded()
|
| /external/webrtc/api/video/ |
| D | video_frame.cc | 178 int64_t timestamp_ms) { in set_timestamp_ms()
|
| /external/icing/icing/scoring/ |
| D | scorer_test.cc | 121 int64_t timestamp_ms, in CreateUsageReport()
|