OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noiseStart
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java
518
int
noiseStart
= signalStart;
523
if (value > 0 &&
noiseStart
== signalStart) {
525
noiseStart
= smpl / nCh;
535
signalStart = (signalStart >
noiseStart
+1) ? signalStart :
noiseStart
;
[
all
...]
DecoderTest.java
[
all
...]
Completed in 129 milliseconds