Searched refs:encodedSurroundSetting (Results 1 – 1 of 1) sorted by relevance
2496 int encodedSurroundSetting = mSettings.getGlobalInt(mContentResolver, in getEncodedSurroundMode() local2499 return toEncodedSurroundOutputMode(encodedSurroundSetting, targetSdkVersion); in getEncodedSurroundMode()2525 private int toEncodedSurroundOutputMode(int encodedSurroundSetting, int targetSdkVersion) { in toEncodedSurroundOutputMode() argument2527 && encodedSurroundSetting > Settings.Global.ENCODED_SURROUND_SC_MAX) { in toEncodedSurroundOutputMode()2530 switch (encodedSurroundSetting) { in toEncodedSurroundOutputMode()