/external/webrtc/webrtc/modules/audio_processing/transient/ |
transient_detector.h | 43 float Detect(const float* data,
|
transient_detector_unittest.cc | 34 // Checks the results comparing them with the ones stored in the detect files in 47 // Prepare detect file. 49 detect_file_name << "audio_processing/transient/detect" 93 detector.Detect(buffer.get(), buffer_length, NULL, 0); 96 << "Detect test file is malformed.\n";
|
click_annotate.cc | 86 detector.Detect(audio_buffer.get(), audio_buffer_length, NULL, 0);
|
transient_detector.cc | 69 float TransientDetector::Detect(const float* data, 91 // Add value delayed (Use the last moments from the last call to Detect).
|
transient_suppressor.cc | 193 float detector_result = detector_->Detect(
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
overuse_detector.h | 36 BandwidthUsage Detect(double offset,
|
overuse_detector_unittest.cc | 107 overuse_detector_->Detect( 673 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); 686 overuse_detector_->Detect(1.1 * kOffset, kTsDelta, num_deltas, now_ms); 699 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); 711 overuse_detector_->Detect(0.7 * kOffset, kTsDelta, num_deltas, now_ms); 723 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); 746 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms); 760 overuse_detector_->Detect(kLargeOffset, kTsDelta, num_deltas, now_ms); 773 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms);
|
overuse_detector.cc | 77 BandwidthUsage OveruseDetector::Detect(double offset,
|
remote_bitrate_estimator_single_stream.cc | 105 estimator->detector.Detect(estimator->estimator.offset(),
|
remote_bitrate_estimator_abs_send_time.cc | 278 // For now only try to detect probes while we don't have a valid estimate, and 311 detector_.Detect(estimator_.offset(), ts_delta_ms,
|
/device/generic/goldfish/tools/ |
README.md | 42 * Detect images that already have partitions in them.
|
/external/mesa3d/scons/ |
custom.py | 48 # a path directly. We want to support both, so we need to detect the SCons version, 87 if env.Detect('ranlib'): 176 if not env.Detect('pkg-config'):
|
llvm.py | 233 if not env.Detect(llvm_config):
|
gallium.py | 178 result = env.Detect(prog) 207 # Detect gcc/clang not by executable name, but through pre-defined macros
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
object_detector.h | 150 virtual void Detect(const std::vector<BoundingSquare>& positions,
|
object_tracker.cc | 594 // Detect all object model types that we're currently tracking. 602 LOGV("Trying to detect %zu models", object_models.size()); 636 detector_->Detect(positions, &detections);
|
/external/u-boot/arch/arm/cpu/armv7/ls102xa/ |
psci.S | 135 @ Detect target CPU state 224 @ Detect target CPU state
|
/external/curl/ |
buildconf.bat | 41 rem Detect programs. HAVE_<PROGNAME>
|
/external/syzkaller/vm/ |
vm.go | 171 // Detect both "not output whatsoever" and "kernel episodically prints
|
/external/autotest/client/common_lib/cros/ |
dev_server.py | [all...] |
/external/libaom/libaom/aom_dsp/x86/ |
aom_subpixel_8t_ssse3.asm | 383 ; TODO(Linfeng): Detect cpu type and choose the code with better performance.
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
vpx_subpixel_8t_ssse3.asm | 339 ; TODO(Linfeng): Detect cpu type and choose the code with better performance.
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
PythonBootstrapperApplication.cpp | 800 /* When we detect the current version of the launcher. */ 818 BalLog(BOOTSTRAPPER_LOG_LEVEL_STANDARD, "Running detect complete BA function"); [all...] |
/build/make/core/ |
main.mk | 350 # Detect if we want to build a repository for the SDK [all...] |
/external/e2fsprogs/doc/ |
texinfo.tex | [all...] |