Searched refs:EncodeBatch (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/logging/rtc_event_log/encoder/ |
D | rtc_event_log_encoder_unittest.cc | 104 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 …]
|
D | rtc_event_log_encoder.h | 29 virtual std::string EncodeBatch(
|
D | rtc_event_log_encoder_legacy.h | 57 std::string EncodeBatch(
|
D | rtc_event_log_encoder_new_format.h | 62 std::string EncodeBatch(
|
D | rtc_event_log_encoder_legacy.cc | 247 std::string RtcEventLogEncoderLegacy::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderLegacy
|
D | rtc_event_log_encoder_new_format.cc | 662 std::string RtcEventLogEncoderNewFormat::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderNewFormat
|
/external/webrtc/logging/rtc_event_log/ |
D | rtc_event_log_impl.cc | 216 encoded_configs = event_encoder_->EncodeBatch(begin, end); in LogEventsFromMemoryToOutput() 228 event_encoder_->EncodeBatch(history_.begin(), history_.end()); in LogEventsFromMemoryToOutput()
|