OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Microphone
(Results
1 - 10
of
10
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/mic/
mic.h
39
* @brief Analog
Microphone
library
46
* @comname Analog
Microphone
54
* @brief API for the Analog
Microphone
56
* This module defines the Analog
Microphone
sensor
61
class
Microphone
{
64
* Instantiates a
Microphone
object
66
* @param micPin Pin where the
microphone
is connected
68
Microphone
(int micPin);
71
*
Microphone
object destructor
73
~
Microphone
();
[
all
...]
mic.cxx
36
Microphone
::
Microphone
(int micPin) {
47
Microphone
::~
Microphone
() {
57
Microphone
::getSampledWindow (unsigned int freqMS, int numberOfSamples,
80
Microphone
::findThreshold (thresholdContext* ctx, unsigned int threshold,
98
Microphone
::printGraph (thresholdContext* ctx) {
/hardware/bsp/intel/peripheral/libupm/examples/python/
using_carrays.py
27
mymic = pyupm_mic.
Microphone
(1)
mic.py
26
# Attach
microphone
to analog port A0
27
myMic = upmMicrophone.
Microphone
(0)
/hardware/bsp/intel/peripheral/libupm/examples/java/
MicrophoneSample.java
40
// Attach
microphone
to analog port A0
41
upm_mic.
Microphone
sensor = new upm_mic.
Microphone
(0);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
mic.cxx
34
upm::
Microphone
*sensor = NULL;
49
// Attach
microphone
to analog port A0
50
sensor = new upm::
Microphone
(0);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
mic.js
30
// Attach
microphone
to analog port A0
31
var myMic = new upmMicrophone.
Microphone
(0);
/external/autotest/client/cros/multimedia/
audio_extension_handler.py
69
The user-friendly name (e.g. "USB
Microphone
").
/external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmdeviceapi.h
115
Microphone
= 4,
[
all
...]
Completed in 1153 milliseconds