OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:procNch
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
DecoderTestXheAac.java
501
final int
procNch
= Math.min(nCh, encNch);
510
int effProcNch =
procNch
;
557
double[][] nrg = new double[
procNch
][totSeg];
559
int[] offset = new int[
procNch
];
563
double[] nrgPerChannel = new double[
procNch
];
565
// [1 ...
procNch
+ 1]: energy of the individual channels
566
float[] nrgTotal = new float[
procNch
+ 1];
571
for (int ch = 0; ch <
procNch
; ch++) {
615
assertTrue("more than one LFE detected", effProcNch >=
procNch
- 1);
625
if (
procNch
>= 5)
[
all
...]
DecoderTest.java
[
all
...]
Completed in 556 milliseconds