Home
last modified time | relevance | path

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

12

/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_unittest.cc594 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
620 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
658 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
871 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
910 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
949 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
988 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1026 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1064 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1102 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
[all …]
H A Drtc_event_log_encoder.h29 virtual std::string EncodeBatch(
H A Drtc_event_log_encoder_legacy.h57 std::string EncodeBatch(
H A Drtc_event_log_encoder_new_format.h63 std::string EncodeBatch(
/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_unittest.cc594 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
620 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
658 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
871 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
910 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
949 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
988 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1026 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1064 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1102 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
[all …]
H A Drtc_event_log_encoder.h29 virtual std::string EncodeBatch(
H A Drtc_event_log_encoder_legacy.h57 std::string EncodeBatch(
H A Drtc_event_log_encoder_new_format.h63 std::string EncodeBatch(
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_unittest.cc590 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
616 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
807 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
846 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
885 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
924 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
962 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1000 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1038 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1077 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
[all …]
H A Drtc_event_log_encoder.h29 virtual std::string EncodeBatch(
H A Drtc_event_log_encoder_legacy.h57 std::string EncodeBatch(
H A Drtc_event_log_encoder_new_format.h62 std::string EncodeBatch(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/logging/rtc_event_log/encoder/
H A Drtc_event_log_encoder_unittest.cc595 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
621 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
659 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
872 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
911 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
950 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
989 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1027 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1065 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
1103 encoder_->EncodeBatch(history_.begin(), history_.end()); in TEST_P()
[all …]
H A Drtc_event_log_encoder.h29 virtual std::string EncodeBatch(
H A Drtc_event_log_encoder_legacy.h57 std::string EncodeBatch(
H A Drtc_event_log_encoder_new_format.h63 std::string EncodeBatch(
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/exec/
H A Dhash_join_dict.h263 Status EncodeBatch(size_t thread_index,
284 Status EncodeBatch(size_t thread_index,
H A Dhash_join.cc154 Status EncodeBatch(int side, HashJoinProjection projection_handle, RowEncoder* encoder, in EncodeBatch() function in arrow::compute::HashJoinBasicImpl
422 RETURN_NOT_OK(EncodeBatch(0, HashJoinProjection::KEY, &local_state.exec_batch_keys, in ProbeBatch()
428 RETURN_NOT_OK(EncodeBatch(0, HashJoinProjection::PAYLOAD, in ProbeBatch()
441 RETURN_NOT_OK(dict_probe_.EncodeBatch( in ProbeBatch()
494 RETURN_NOT_OK(dict_build_.EncodeBatch(thread_index, schema_mgr_->proj_maps[1], in BuildHashTable_exec_task()
498 EncodeBatch(1, HashJoinProjection::PAYLOAD, &hash_table_payloads_, batch)); in BuildHashTable_exec_task()
H A Dhash_join_dict.cc532 Status HashJoinDictBuildMulti::EncodeBatch( in EncodeBatch() function in arrow::compute::HashJoinDictBuildMulti
627 Status HashJoinDictProbeMulti::EncodeBatch( in EncodeBatch() function in arrow::compute::HashJoinDictProbeMulti
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/logging/rtc_event_log/
H A Drtc_event_log_impl.cc216 encoded_configs = event_encoder_->EncodeBatch(begin, end); in LogEventsFromMemoryToOutput()
228 event_encoder_->EncodeBatch(history_.begin(), history_.end()); in LogEventsFromMemoryToOutput()
/dports/net-im/tg_owt/tg_owt-d578c76/src/logging/rtc_event_log/
H A Drtc_event_log_impl.cc216 encoded_configs = event_encoder_->EncodeBatch(begin, end); in LogEventsFromMemoryToOutput()
228 event_encoder_->EncodeBatch(history_.begin(), history_.end()); in LogEventsFromMemoryToOutput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/logging/rtc_event_log/
H A Drtc_event_log_impl.cc216 encoded_configs = event_encoder_->EncodeBatch(begin, end); in LogEventsFromMemoryToOutput()
228 event_encoder_->EncodeBatch(history_.begin(), history_.end()); in LogEventsFromMemoryToOutput()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/logging/rtc_event_log/
H A Drtc_event_log_impl.cc216 encoded_configs = event_encoder_->EncodeBatch(begin, end); in LogEventsFromMemoryToOutput()
228 event_encoder_->EncodeBatch(history_.begin(), history_.end()); in LogEventsFromMemoryToOutput()
/dports/multimedia/livego/livego-0.0.15/protocol/amf/
H A Damf.go31 func (e *Encoder) EncodeBatch(w io.Writer, ver Version, val ...interface{}) (int, error) { func
/dports/security/seal/SEAL-3.7.2/native/bench/
H A Dbench.cpp62 SEAL_BENCHMARK_REGISTER(BFV, n, log_q, EncodeBatch, bm_bfv_encode_batch, bm_env_bfv); in register_bm_family()

12