OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_amplitude
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/examples/audio_input/
audio_input.cc
185
int
max_amplitude
= size.height() * 4 / 10;
local
190
*image.GetAddr32(pp::Point(x, mid_height +
max_amplitude
)) = 0xff404040;
191
*image.GetAddr32(pp::Point(x, mid_height -
max_amplitude
)) = 0xff404040;
202
*image.GetAddr32(pp::Point(x, mid_height +
max_amplitude
)) = 0xffff0000;
209
int y = samples_[i] *
max_amplitude
/
Completed in 155 milliseconds