Home
last modified time | relevance | path

Searched defs:EncodeBatch (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_v3.cc127 std::string RtcEventLogEncoderV3::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderV3
H A Drtc_event_log_encoder_legacy.cc248 std::string RtcEventLogEncoderLegacy::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderLegacy
H A Drtc_event_log_encoder_new_format.cc672 std::string RtcEventLogEncoderNewFormat::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderNewFormat
/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_definition.h113 std::string EncodeBatch(rtc::ArrayView<const RtcEvent*> batch) const { in EncodeBatch() function