Home
last modified time | relevance | path

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

/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_unittest.cc115 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 …]
Drtc_event_log_encoder.h29 virtual std::string EncodeBatch(
Drtc_event_log_encoder_v3.h30 std::string EncodeBatch(
Drtc_event_log_encoder_legacy.h59 std::string EncodeBatch(
Drtc_event_log_encoder_v3.cc127 std::string RtcEventLogEncoderV3::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderV3
Drtc_event_log_encoder_new_format.h63 std::string EncodeBatch(
Drtc_event_log_encoder_legacy.cc248 std::string RtcEventLogEncoderLegacy::EncodeBatch( in EncodeBatch() function in webrtc::RtcEventLogEncoderLegacy
Drtc_event_log_encoder_new_format.cc672 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()
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_alr_state.h56 return RtcEventAlrState::definition_.EncodeBatch(batch); in Encode()
Drtc_event_audio_playout.h56 return RtcEventAudioPlayout::definition_.EncodeBatch(batch); in Encode()
Drtc_event_bwe_update_delay_based.h103 return RtcEventBweUpdateDelayBased::definition_.EncodeBatch(batch); in Encode()
Drtc_event_definition.h113 std::string EncodeBatch(rtc::ArrayView<const RtcEvent*> batch) const { in EncodeBatch() function