Searched refs:samplingRatesDeviceSupports (Results 1 – 1 of 1) sorted by relevance
703 int[] samplingRatesDeviceSupports = deviceInfo.getSampleRates(); in getSecondByteOfSAD() local704 if (samplingRatesDeviceSupports.length == 0) { in getSecondByteOfSAD()710 for (int supportedSampleRate : samplingRatesDeviceSupports) { in getSecondByteOfSAD()742 int[] samplingRatesDeviceSupports = deviceInfo.getSampleRates(); in getThirdSadByteForCodecs2Through8() local743 if (samplingRatesDeviceSupports.length == 0) { in getThirdSadByteForCodecs2Through8()746 for (int sampleRate : samplingRatesDeviceSupports) { in getThirdSadByteForCodecs2Through8()