Searched refs:EncodeBatch (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/logging/rtc_event_log/encoder/ |
D | rtc_event_log_encoder_unittest.cc | 115 encoded_ += encoder_->EncodeBatch(history_.begin(), history_.end()); in TestRtcEventAudioNetworkAdaptation() 195 encoded_ += encoder_->EncodeBatch(history_.begin(), history_.end()); in TestRtpPackets() 222 encoded_ += encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P() 243 encoded_ += encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P() 262 encoded_ += encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P() 416 encoded_ += encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P() 452 encoded_ += encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P() 468 encoded_ += encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P() 486 encoded_ += encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P() 506 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_v3.h | 30 std::string EncodeBatch(
|
D | rtc_event_log_encoder_legacy.h | 59 std::string EncodeBatch(
|
D | rtc_event_log_encoder_v3.cc | 127 std::string RtcEventLogEncoderV3::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderV3
|
D | rtc_event_log_encoder_new_format.h | 63 std::string EncodeBatch(
|
D | rtc_event_log_encoder_legacy.cc | 248 std::string RtcEventLogEncoderLegacy::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderLegacy
|
D | rtc_event_log_encoder_new_format.cc | 672 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()
|
/external/webrtc/logging/rtc_event_log/events/ |
D | rtc_event_alr_state.h | 56 return RtcEventAlrState::definition_.EncodeBatch(batch); in Encode()
|
D | rtc_event_audio_playout.h | 56 return RtcEventAudioPlayout::definition_.EncodeBatch(batch); in Encode()
|
D | rtc_event_bwe_update_delay_based.h | 103 return RtcEventBweUpdateDelayBased::definition_.EncodeBatch(batch); in Encode()
|
D | rtc_event_definition.h | 113 std::string EncodeBatch(rtc::ArrayView<const RtcEvent*> batch) const { in EncodeBatch() function
|