Home
last modified time | relevance | path

Searched defs:Detector (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc44 struct RemoteBitrateEstimatorSingleStream::Detector { struct in webrtc::RemoteBitrateEstimatorSingleStream
45 explicit Detector(int64_t last_packet_time_ms, in Detector() function
55 int64_t last_packet_time_ms;
56 InterArrival inter_arrival;
57 OveruseEstimator estimator;
58 OveruseDetector detector;
/external/tflite-support/tensorflow_lite_support/examples/task/vision/desktop/
DREADME.md62 #### Prerequisites
72 #### Usage
92 #### Results
/external/clang/lib/Sema/
DSemaExprCXX.cpp2780 const MismatchingNewDeleteDetector &Detector) { in DiagnoseMismatchedNewDelete()
2803 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/false); in AnalyzeDeleteExprMismatch() local
2822 MismatchingNewDeleteDetector Detector(/*EndOfTU=*/true); in AnalyzeDeleteExprMismatch() local