summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-10-23 07:35:31 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-10-23 07:35:31 -0700
commit790382e5f7e18672dce955747b8afd09a5e6cf04 (patch)
tree375d504748367a27e72288674013e50eeac695a1 /services
parentdf71e8e48ccf36b9f3947fb9d90cea4a5d319187 (diff)
parent3aaa4e30f7663673f3453d3f4671b1119f1802fd (diff)
downloadframeworks_av-790382e5f7e18672dce955747b8afd09a5e6cf04.zip
frameworks_av-790382e5f7e18672dce955747b8afd09a5e6cf04.tar.gz
frameworks_av-790382e5f7e18672dce955747b8afd09a5e6cf04.tar.bz2
am 3aaa4e30: am c4640c9e: Increase allowed number of VHQ resamplers to 3
* commit '3aaa4e30f7663673f3453d3f4671b1119f1802fd': Increase allowed number of VHQ resamplers to 3
Diffstat (limited to 'services')
-rw-r--r--services/audioflinger/AudioResampler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioResampler.cpp b/services/audioflinger/AudioResampler.cpp
index 96293e3..ffea9b9 100644
--- a/services/audioflinger/AudioResampler.cpp
+++ b/services/audioflinger/AudioResampler.cpp
@@ -130,7 +130,7 @@ uint32_t AudioResampler::qualityMHz(src_quality quality)
}
}
-static const uint32_t maxMHz = 75; // an arbitrary number that permits 2 VHQ, should be tunable
+static const uint32_t maxMHz = 130; // an arbitrary number that permits 3 VHQ, should be tunable
static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
static uint32_t currentMHz = 0;