Home
last modified time | relevance | path

Searched defs:AddSample (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/cronet/base/
H A Dmoving_window.h135 void AddSample(const T& value, size_t total_added) { in AddSample() function
200 void AddSample(const T&, size_t) {} in AddSample() function
213 void AddSample(const T& sample) { in AddSample() function
250 void AddSample(const T& sample) {} in AddSample() function
273 void AddSample(const T& sample, const T& replaced_value, bool is_last_idx) { in AddSample() function
302 void AddSample(const T& sample, const T& replaced_value, bool is_last_idx) { in AddSample() function
336 void AddSample(const T& sample, const T&, bool) {} in AddSample() function
371 void AddSample(const T& sample, const T& replaced_value, bool is_last_idx) { in AddSample() function
399 void AddSample(const T& sample, const T& replaced_value, bool is_last_idx) { in AddSample() function
432 void AddSample(const T&, const T&, bool) {} in AddSample() function
/aosp_15_r20/external/webrtc/api/numerics/
H A Dsamples_stats_counter.cc34 void SamplesStatsCounter::AddSample(double value) { in AddSample() function in webrtc::SamplesStatsCounter
38 void SamplesStatsCounter::AddSample(StatsSample sample) { in AddSample() function in webrtc::SamplesStatsCounter
/aosp_15_r20/external/webrtc/rtc_base/numerics/
H A Dsample_stats.cc56 void SampleStats<TimeDelta>::AddSample(TimeDelta delta) { in AddSample() function in webrtc::SampleStats
104 void SampleStats<DataRate>::AddSample(DataRate sample) { in AddSample() function in webrtc::SampleStats
H A Dmoving_average.cc25 void MovingAverage::AddSample(int sample) { in AddSample() function in rtc::MovingAverage
H A Devent_based_exponential_moving_average.cc47 void EventBasedExponentialMovingAverage::AddSample(int64_t now, int sample) { in AddSample() function in rtc::EventBasedExponentialMovingAverage
H A Drunning_statistics.h51 void AddSample(T sample) { in AddSample() function
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dmetrics.cpp206 void MetricData::AddSample(int64_t timestamp_ns, double value) { in AddSample() function in torch::lazy::MetricData
265 void Metric::AddSample(int64_t timestamp_ns, double value) { in AddSample() function in torch::lazy::Metric
269 void Metric::AddSample(double value) { in AddSample() function in torch::lazy::Metric
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.cc201 bool GProfileBuilder::SampleAggregator::AddSample( in AddSample() function in perfetto::trace_processor::GProfileBuilder::SampleAggregator
266 bool GProfileBuilder::AddSample(const Stack::Decoder& stack, in AddSample() function in perfetto::trace_processor::GProfileBuilder
/aosp_15_r20/external/webrtc/video/adaptation/
H A Doveruse_frame_detector.cc186 void AddSample(float processing_ms, int64_t diff_last_sample_ms) { in AddSample() function in webrtc::__anon1bb79a570111::SendProcessingUsage1
270 void AddSample(double encode_time, double diff_time) { in AddSample() function in webrtc::__anon1bb79a570111::SendProcessingUsage2
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dtime_averaged_stats.cc31 void TimeAveragedStats::AddSample(double value) { in AddSample() function in grpc_core::TimeAveragedStats
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dtime_averaged_stats.cc31 void TimeAveragedStats::AddSample(double value) { in AddSample() function in grpc_core::TimeAveragedStats
/aosp_15_r20/external/webrtc/common_audio/
H A Dsmoothing_filter.cc42 void SmoothingFilterImpl::AddSample(float sample) { in AddSample() function in webrtc::SmoothingFilterImpl
/aosp_15_r20/external/webrtc/modules/audio_coding/audio_network_adaptor/
H A Dfec_controller_plr_based.cc24 void AddSample(float sample) override { last_sample_ = sample; } in AddSample() function in webrtc::__anonefec601d0111::NullSmoothingFilter
/aosp_15_r20/external/webrtc/rtc_base/
H A Drolling_accumulator.h53 void AddSample(T sample) { in AddSample() function
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dlegacy_v8_cpu_profile_tracker.cc100 base::Status LegacyV8CpuProfileTracker::AddSample(int64_t ts, in AddSample() function in perfetto::trace_processor::LegacyV8CpuProfileTracker
/aosp_15_r20/external/webrtc/api/test/metrics/
H A Dmetrics_accumulator.cc66 bool MetricsAccumulator::AddSample( in AddSample() function in webrtc::test::MetricsAccumulator
/aosp_15_r20/external/openthread/src/core/thread/
H A Dlink_quality.cpp51 void SuccessRateTracker::AddSample(bool aSuccess, uint16_t aWeight) in AddSample() function in ot::SuccessRateTracker
/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dbdp_estimator_test.cc75 void AddSample(BdpEstimator* estimator, int64_t sample) { in AddSample() function
/aosp_15_r20/external/webrtc/test/testsupport/
H A Dperf_test_histogram_writer.cc94 void AddSample(absl::string_view original_graph_name, in AddSample() function in webrtc::test::__anon135c1f210111::PerfTestHistogramWriter
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
H A Dneural_stylus_palm_detection_filter_util.cc184 void PalmFilterStroke::AddSample(const PalmFilterSample& sample) { in AddSample() function in ui::PalmFilterStroke
/aosp_15_r20/system/extras/simpleperf/
H A Dsample_tree_test.cpp65 void AddSample(int pid, int tid, uint64_t ip, bool in_kernel) { in AddSample() function in __anonb7e208560111::TestSampleTreeBuilder
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/opus/
H A Daudio_encoder_opus.cc334 void AddSample(float packet_loss_fraction) { in AddSample() function in webrtc::AudioEncoderOpusImpl::PacketLossFractionSmoother
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_code.cc277 void AddSample(const CodeNode* leaf, std::vector<uint64>* call_ids) override { in AddSample() function in tensorflow::tfprof::__anon370f23e00111::PprofProfileImpl
/aosp_15_r20/external/libgav1/src/
H A Dmotion_vector.cc714 void AddSample(const Tile::Block& block, int delta_row, int delta_column, in AddSample() function
/aosp_15_r20/external/perfetto/src/traceconv/
H A Dpprof_builder.cc436 bool AddSample(const protozero::PackedVarInt& values, int64_t callstack_id) { in AddSample() function in perfetto::trace_to_text::__anon3e98f22b0211::GProfileBuilder