OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_sample
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/codec/
audio_encoder_opus_unittest.cc
93
int16
this_sample
= received_data[i * kChannels];
local
95
if (
this_sample
< 0 && next_sample > 0) {
97
i + static_cast<double>(-
this_sample
) / (next_sample -
this_sample
);
/cts/tools/utils/
monsoon.py
379
this_sample
= sum(collected[:need]) / need
384
history_deque.appendleft(
this_sample
)
386
print "%f %f" % (
this_sample
,
389
print "%f" %
this_sample
/cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py
533
this_sample
= sum(collected[:need]) / need
538
history_deque.appendleft(
this_sample
)
540
print "%f %f" % (
this_sample
,
543
print "%f" %
this_sample
Completed in 523 milliseconds