Searched refs:samplingRatesDeviceSupports (Results 1 – 1 of 1) sorted by relevance
718 int[] samplingRatesDeviceSupports = deviceInfo.getSampleRates(); in getSecondByteOfSAD() local719 if (samplingRatesDeviceSupports.length == 0) { in getSecondByteOfSAD()725 for (int supportedSampleRate : samplingRatesDeviceSupports) { in getSecondByteOfSAD()757 int[] samplingRatesDeviceSupports = deviceInfo.getSampleRates(); in getThirdSadByteForCodecs2Through8() local758 if (samplingRatesDeviceSupports.length == 0) { in getThirdSadByteForCodecs2Through8()761 for (int sampleRate : samplingRatesDeviceSupports) { in getThirdSadByteForCodecs2Through8()