Home
last modified time | relevance | path

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

12

/hardware/bsp/intel/peripheral/libupm/src/gas/
Dgas.h29 struct thresholdContext { struct
78 …virtual int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int l…
85 virtual int getSampledData (thresholdContext* ctx);
98 virtual void printGraph (thresholdContext* ctx, uint8_t resolution);
Dgas.cxx65 Gas::findThreshold (thresholdContext* ctx, unsigned int threshold, in findThreshold()
83 Gas::getSampledData (thresholdContext* ctx) { in getSampledData()
93 Gas::printGraph (thresholdContext* ctx, uint8_t resolution) { in printGraph()
/hardware/bsp/intel/peripheral/libupm/src/mic/
Dmic.h30 struct thresholdContext { struct
94 … int findThreshold (thresholdContext* ctx, unsigned int threshold, uint16_t * buffer, int len);
102 void printGraph (thresholdContext* ctx);
Dmic.cxx80 Microphone::findThreshold (thresholdContext* ctx, unsigned int threshold, in findThreshold()
98 Microphone::printGraph (thresholdContext* ctx) { in printGraph()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DMicrophoneSample.java43 upm_mic.thresholdContext ctx = new upm_mic.thresholdContext(); in main()
DMQ5Sample.java44 upm_gas.thresholdContext ctx = new upm_gas.thresholdContext(); in main()
DMQ2Sample.java45 upm_gas.thresholdContext ctx = new upm_gas.thresholdContext(); in main()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmic.py28 threshContext = upmMicrophone.thresholdContext()
Dmq8.py46 threshContext = upmGAS.thresholdContext()
Dmq7.py46 threshContext = upmGAS.thresholdContext()
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmq9.js32 var threshContext = new upmMQ9.thresholdContext;
Dmq5.js33 var threshContext = new upmMQ5.thresholdContext;
Dmq3.js33 var threshContext = new upmMQ3.thresholdContext;
Dmq8.js32 var threshContext = new upmGAS.thresholdContext;
Dmq2.js32 var threshContext = new upmMQ2.thresholdContext;
Dmq7.js32 var threshContext = new upmGAS.thresholdContext;
Dmq6.js32 var threshContext = new upmGAS.thresholdContext;
Dmq4.js32 var threshContext = new upmGAS.thresholdContext;
Dmic.js33 var threshContext = new upmMicrophone.thresholdContext;
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmq8.cxx54 thresholdContext ctx; in main()
Dmq6.cxx54 thresholdContext ctx; in main()
Dmq7.cxx54 thresholdContext ctx; in main()
Dmq4.cxx54 thresholdContext ctx; in main()
Dmq5.cxx52 thresholdContext ctx; in main()
Dmq9.cxx52 thresholdContext ctx; in main()

12