HomeSort by relevance Sort by last modified time
    Searched refs:stdev (Results 1 - 13 of 13) sorted by null

  /device/google/dragon/audio/soundtrigger/
sound_trigger_hw.c 94 static void stdev_dsp_set_power(struct dragon_sound_trigger_device *stdev,
97 stdev->is_streaming = 0;
98 mixer_ctl_set_value(stdev->int_mic_sw, 0, val);
101 static int stdev_init_mixer(struct dragon_sound_trigger_device *stdev)
106 stdev->mixer = mixer_open(DRAGON_MIXER_VAD);
107 if (!stdev->mixer)
110 stdev->int_mic_sw = mixer_get_ctl_by_name(stdev->mixer, DRAGON_MIC_CTRL);
111 if (!stdev->int_mic_sw)
114 stdev->hotword_model = mixer_get_ctl_by_name(stdev->mixer
207 struct dragon_sound_trigger_device *stdev = local
325 struct dragon_sound_trigger_device *stdev = local
341 struct dragon_sound_trigger_device *stdev = local
376 struct dragon_sound_trigger_device *stdev = local
417 struct dragon_sound_trigger_device *stdev = local
462 struct dragon_sound_trigger_device *stdev = local
502 struct dragon_sound_trigger_device *stdev = &g_stdev; local
534 struct dragon_sound_trigger_device *stdev = &g_stdev; local
607 struct dragon_sound_trigger_device *stdev = &g_stdev; local
624 struct dragon_sound_trigger_device *stdev = local
648 struct dragon_sound_trigger_device *stdev; local
    [all...]
  /device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c 97 static void stdev_dsp_set_power(struct flounder_sound_trigger_device *stdev,
100 stdev->is_streaming = 0;
101 stdev->streaming_buf_read = 0;
102 stdev->streaming_buf_len = 0;
103 mixer_ctl_set_value(stdev->ctl_dsp, 0, val);
106 static int stdev_init_mixer(struct flounder_sound_trigger_device *stdev)
110 stdev->vad_fd = open(FLOUNDER_VAD_DEV, O_RDWR);
111 if (stdev->vad_fd < 0) {
116 stdev->mixer = mixer_open(FLOUNDER_MIXER_VAD);
117 if (!stdev->mixer
253 struct flounder_sound_trigger_device *stdev = local
358 struct flounder_sound_trigger_device *stdev = local
374 struct flounder_sound_trigger_device *stdev = local
409 struct flounder_sound_trigger_device *stdev = local
450 struct flounder_sound_trigger_device *stdev = local
490 struct flounder_sound_trigger_device *stdev = local
525 struct flounder_sound_trigger_device *stdev = &g_stdev; local
552 struct flounder_sound_trigger_device *stdev = &g_stdev; local
602 struct flounder_sound_trigger_device *stdev = local
627 struct flounder_sound_trigger_device *stdev; local
    [all...]
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 204 struct stub_sound_trigger_device* stdev, sound_model_handle_t* model_handle) {
207 struct recognition_context *last_model_context = stdev->root_model_context;
219 static sound_model_handle_t* get_model_handle_with_uuid(struct stub_sound_trigger_device* stdev,
222 struct recognition_context *last_model_context = stdev->root_model_context;
235 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; local
236 int new_id = stdev->next_sound_model_id;
237 ++stdev->next_sound_model_id;
238 if (stdev->next_sound_model_id == 0) {
239 stdev->next_sound_model_id = 1;
244 bool parse_socket_data(int conn_socket, struct stub_sound_trigger_device* stdev);
413 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)context; local
599 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; local
613 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; local
696 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; local
736 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; local
770 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; local
794 struct stub_sound_trigger_device *stdev = (struct stub_sound_trigger_device *)dev; local
844 struct stub_sound_trigger_device *stdev; local
    [all...]
  /external/opencv3/modules/videostab/include/opencv2/videostab/
motion_stabilizing.hpp 100 GaussianMotionFilter(int radius = 15, float stdev = -1.f);
102 void setParams(int radius, float stdev = -1.f);
104 float stdev() const { return stdev_; } function in class:cv::videostab::GaussianMotionFilter
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationVerifier.java 119 double stdev = computeStdev(mean, deltas); local
129 if (stdev > maxStdev) {
130 fail (provider + " provider stdev too big: "
131 + stdev + " (max: " + maxStdev + ")");
136 mCb.log(provider + " provider stdev: " + stdev);
  /external/toybox/toys/lsb/
mount.c 161 struct stat stdev, stdir; local
164 if (!stat(dev, &stdev) && !stat(dir, &stdir)
165 && ((S_ISREG(stdev.st_mode) && S_ISREG(stdir.st_mode))
166 || (S_ISDIR(stdev.st_mode) && S_ISDIR(stdir.st_mode))))
  /cts/libs/deviceutil/src/android/cts/util/
MediaPerfUtils.java 117 long stdev = Math.round(statsUs.getStdev()); local
120 log.addValue(prefix + "_stdev", stdev / 1000., ResultType.LOWER_BETTER, ResultUnit.MS);
121 message += " num=" + num + " avg=" + avg + " stdev=" + stdev;
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
sampler.py 266 self.stdev = None
287 self.stdev = numpy.std(self.duration_data)
graphics_WebGLAquarium.py 203 results[value.fb][state] = (stats.avg, stats.stdev)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 172 mean, stdev = '%4.2f' % set.average, '%4.2f' % set.standard_deviation
179 report << "| %-66s | %7s |\n" % [ "Standard Deviation of k", stdev ]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 6123 milliseconds