OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GAIN
(Results
1 - 5
of
5
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/hx711/
hx711.h
63
* @param
gain
Defines the
gain
factor
64
* Valid values are 128 or 64 for channel A; channel B works with a 32-
gain
factor only
66
HX711(uint8_t data, uint8_t sck, uint8_t
gain
= 128);
81
* Sets the
gain
factor; takes effect only after a call to read()
82
* channel A can be set for a 128 or 64
gain
; channel B has a fixed 32-
gain
84
* @param
gain
Defines the
gain
factor
86
void setGain(uint8_t
gain
= 128)
[
all
...]
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
exposure_compensate.hpp
61
enum { NO,
GAIN
, GAIN_BLOCKS };
/frameworks/base/media/java/android/media/
AudioPortConfig.java
45
static final int
GAIN
= 0x8;
49
AudioGainConfig
gain
) {
54
mGain =
gain
;
87
* The
gain
configuration if this port supports
gain
control, null otherwise
90
public AudioGainConfig
gain
() {
method in class:AudioPortConfig
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c
95
* @def
GAIN
Define a
GAIN
value for Configure Audio
98
#define
GAIN
95
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c
131
* @def
GAIN
Define a
GAIN
value for Configure Audio
134
#define
GAIN
95
[
all
...]
Completed in 83 milliseconds