Home
last modified time | relevance | path

Searched refs:has_timestamp_ms (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Drtc_event_log_parser.cc346 RTC_PARSE_CHECK_OR_RETURN(proto.has_timestamp_ms()); in StoreRtpPackets()
616 RTC_PARSE_CHECK_OR_RETURN(proto.has_timestamp_ms()); in StoreRtcpPackets()
2594 RTC_PARSE_CHECK_OR_RETURN(proto.has_timestamp_ms()); in StoreAlrStateEvent()
2607 RTC_PARSE_CHECK_OR_RETURN(proto.has_timestamp_ms()); in StoreRouteChangeEvent()
2622 RTC_PARSE_CHECK_OR_RETURN(proto.has_timestamp_ms()); in StoreRemoteEstimateEvent()
2687 RTC_PARSE_CHECK_OR_RETURN(proto.has_timestamp_ms()); in StoreAudioPlayoutEvent()
2754 RTC_PARSE_CHECK_OR_RETURN(proto.has_timestamp_ms()); in StoreStartEvent()
2767 RTC_PARSE_CHECK_OR_RETURN(proto.has_timestamp_ms()); in StoreStopEvent()
2776 RTC_PARSE_CHECK_OR_RETURN(proto.has_timestamp_ms()); in StoreBweLossBasedUpdate()
2846 RTC_PARSE_CHECK_OR_RETURN(proto.has_timestamp_ms()); in StoreBweDelayBasedUpdate()
[all …]
/external/perfetto/src/trace_processor/importers/proto/
Dandroid_probes_module.cc179 data.has_timestamp_ms() in TokenizePacket()
Dandroid_probes_parser.cc141 PERFETTO_DCHECK(desc.has_timestamp_ms()); in ParsePowerRails()
/external/webrtc/rtc_tools/unpack_aecdump/
Dunpack.cc551 if (msg.has_timestamp_ms()) { in do_main()
/external/webrtc/webrtc/modules/audio_processing/
Ddebug.pb.h333 bool has_timestamp_ms() const; in Swap()
2168 inline bool Init::has_timestamp_ms() const { in has_timestamp_ms() function