OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalGain
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp
386
float
totalGain
= gain/100.0 * kBaseGainFactor;
387
float noiseVarGain =
totalGain
*
totalGain
;
405
uint16_t rawCount = electronCount *
totalGain
;
427
float
totalGain
= gain/100.0 * kBaseGainFactor;
429
int scale64x = 64 *
totalGain
* 255 / kMaxRawValue;
457
float
totalGain
= gain/100.0 * kBaseGainFactor;
459
int scale64x = 64 *
totalGain
* 255 / kMaxRawValue;
486
float
totalGain
= gain/100.0 * kBaseGainFactor;
489
const int scale64x = 64 *
totalGain
* 255 / kMaxRawValue
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
PannerNode.cpp
121
double
totalGain
= distanceConeGain();
125
m_lastGain =
totalGain
;
128
destination->copyWithGainFrom(*destination, &m_lastGain,
totalGain
);
AudioBufferSourceNode.cpp
137
float
totalGain
= gain()->value() * m_buffer->gain();
138
outputBus->copyWithGainFrom(*outputBus, &m_lastGain,
totalGain
);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.cpp
432
float
totalGain
= dryMix + wetMix * masterLinearGain * postWarpCompressorGain;
444
destinationChannels[i][frameIndex] = delayBuffer[preDelayReadIndex] *
totalGain
;
Completed in 150 milliseconds