Home
last modified time | relevance | path

Searched refs:findThreshold (Results 1 – 25 of 34) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/src/mic/
Dmic.h94 … int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int len);
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmic.py41 thresh = myMic.findThreshold(threshContext, 30, buffer, len)
Dmq8.py59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
Dmq7.py59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
Dmq4.py59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
Dmq6.py59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen)
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmq9.js44 var thresh = myMQ9.findThreshold(threshContext, 30, buffer, len);
Dmq5.js45 var thresh = myMQ5.findThreshold(threshContext, 30, buffer, len);
Dmq3.js48 var thresh = myMQ3.findThreshold(threshContext, 30, buffer, len);
Dmq8.js48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len);
Dmq2.js47 var thresh = myMQ2.findThreshold(threshContext, 30, buffer, len);
Dmq7.js48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len);
Dmq6.js48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len);
Dmq4.js48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len);
Dmic.js49 var thresh = myMic.findThreshold(threshContext, 30, buffer, len);
/hardware/bsp/intel/peripheral/libupm/src/gas/
Dgas.h78 …virtual int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int l…
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmq8.cxx67 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main()
Dmq6.cxx67 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main()
Dmq7.cxx67 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main()
Dmq4.cxx67 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main()
Dmq5.cxx60 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main()
Dmq9.cxx60 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main()
Dmq2.cxx65 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main()
Dmq3.cxx65 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main()
Dmic.cxx65 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main()

12