Searched defs:EncodeBatch (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/webrtc/logging/rtc_event_log/encoder/ | ||
H A D | rtc_event_log_encoder_v3.cc | 127 std::string RtcEventLogEncoderV3::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderV3 |
H A D | rtc_event_log_encoder_legacy.cc | 248 std::string RtcEventLogEncoderLegacy::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderLegacy |
H A D | rtc_event_log_encoder_new_format.cc | 672 std::string RtcEventLogEncoderNewFormat::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderNewFormat |
/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/ | ||
H A D | rtc_event_definition.h | 113 std::string EncodeBatch(rtc::ArrayView<const RtcEvent*> batch) const { in EncodeBatch() function |