Home
last modified time | relevance | path

Searched refs:EncodeBatch (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_unittest.cc104 std::string encoded = encoder_->EncodeBatch(history_.begin(), history_.end()); in TestRtcEventAudioNetworkAdaptation()
184 std::string encoded = encoder_->EncodeBatch(history_.begin(), history_.end()); in TestRtpPackets()
211 std::string encoded = encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
232 std::string encoded = encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
254 std::string encoded = encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
408 std::string encoded = encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
444 std::string encoded = encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
460 std::string encoded = encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
478 std::string encoded = encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
498 std::string encoded = encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
[all …]
Drtc_event_log_encoder.h29 virtual std::string EncodeBatch(
Drtc_event_log_encoder_legacy.h57 std::string EncodeBatch(
Drtc_event_log_encoder_new_format.h62 std::string EncodeBatch(
Drtc_event_log_encoder_legacy.cc247 std::string RtcEventLogEncoderLegacy::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderLegacy
Drtc_event_log_encoder_new_format.cc662 std::string RtcEventLogEncoderNewFormat::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderNewFormat
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_impl.cc216 encoded_configs = event_encoder_->EncodeBatch(begin, end); in LogEventsFromMemoryToOutput()
228 event_encoder_->EncodeBatch(history_.begin(), history_.end()); in LogEventsFromMemoryToOutput()