Searched refs:bandCount (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioFrequencyVoiceRecognitionActivity.java | 499 int bandCount = bandsSpecs.length; in processSpectrum() local 505 if (currentBand >= bandCount) in processSpectrum() 515 for (int b = 0; b < bandCount; b++) { in processSpectrum() 523 double offset = anchorBand > -1 && anchorBand < bandCount ? in processSpectrum() 525 for (int b = 0; b < bandCount; b++) { in processSpectrum() 535 if (currentBand >= bandCount) in processSpectrum() 828 public Results(String label, int bandCount) { in Results() argument 830 mBandCount = bandCount; in Results()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DynamicsProcessingTest.java | 166 final int bandCount = eq.getBandCount(); in test1_2ParametersPreEq() local 167 assertEquals("band count is different", DEFAULT_PREEQ_BAND_COUNT, bandCount); in test1_2ParametersPreEq() 186 final int bandCount = mbc.getBandCount(); in test1_3ParametersMbc() local 187 assertEquals("band count is different", DEFAULT_MBC_BAND_COUNT, bandCount); in test1_3ParametersMbc() 205 int bandCount = eq.getBandCount(); in test1_4ParametersPostEq() local 206 assertEquals("band count is different", DEFAULT_POSTEQ_BAND_COUNT, bandCount); in test1_4ParametersPostEq() 895 final int bandCount = 3; in test2_6Eq() local 897 Eq eq = new Eq(inUse, enabled, bandCount); in test2_6Eq() 900 assertEquals("eq bandCount is different", bandCount, eq.getBandCount()); in test2_6Eq() 907 for (int i = 0; i < bandCount; i++) { in test2_6Eq() [all …]
|