Searched refs:bandCount (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | DynamicsProcessingTest.java | 177 final int bandCount = eq.getBandCount(); in test1_2ParametersPreEq() local 178 assertEquals("band count is different", DEFAULT_PREEQ_BAND_COUNT, bandCount); in test1_2ParametersPreEq() 198 final int bandCount = mbc.getBandCount(); in test1_3ParametersMbc() local 199 assertEquals("band count is different", DEFAULT_MBC_BAND_COUNT, bandCount); in test1_3ParametersMbc() 218 int bandCount = eq.getBandCount(); in test1_4ParametersPostEq() local 219 assertEquals("band count is different", DEFAULT_POSTEQ_BAND_COUNT, bandCount); in test1_4ParametersPostEq() 920 final int bandCount = 3; in test2_6Eq() local 922 Eq eq = new Eq(inUse, enabled, bandCount); in test2_6Eq() 925 assertEquals("eq bandCount is different", bandCount, eq.getBandCount()); in test2_6Eq() 932 for (int i = 0; i < bandCount; i++) { in test2_6Eq() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioFrequencyVoiceRecognitionActivity.java | 500 int bandCount = bandsSpecs.length; in processSpectrum() local 506 if (currentBand >= bandCount) in processSpectrum() 516 for (int b = 0; b < bandCount; b++) { in processSpectrum() 524 double offset = anchorBand > -1 && anchorBand < bandCount ? in processSpectrum() 526 for (int b = 0; b < bandCount; b++) { in processSpectrum() 536 if (currentBand >= bandCount) in processSpectrum() 835 public Results(String label, int bandCount) { in Results() argument 837 mBandCount = bandCount; in Results()
|
D | AudioFrequencyUnprocessedActivity.java | 477 int bandCount = bandsSpecs.length; in processSpectrum() local 483 if (currentBand >= bandCount) in processSpectrum() 493 for (int b = 0; b < bandCount; b++) { in processSpectrum() 501 for (int b = 0; b < bandCount; b++) { in processSpectrum() 502 if (anchorBand > -1 && anchorBand < bandCount) { in processSpectrum() 515 if (currentBand >= bandCount) in processSpectrum() 824 public Results(String label, int bandCount) { in Results() argument 826 mBandCount = bandCount; in Results()
|