commit | b65473f4f881ee7c0a24217ceac69514f6c127d5 | [log] [tgz] |
---|---|---|
author | Vineeta Srivastava <vsrivastava@google.com> | Thu Oct 17 14:23:00 2013 -0700 |
committer | Vineeta Srivastava <vsrivastava@google.com> | Fri Oct 18 15:01:49 2013 -0700 |
tree | f4bf921ad9ef6a08be65eaa9134621eae3c9d759 | |
parent | dedc7b0fa23c21b525dc8abb572bb8161ad66a9b [diff] |
Fix kAutoRampDurationUs overflow issue When kAutoRampDurationUs multiplies with mSampleRate, it overflows to int64. Type cast it to int64 to make sure RampDurationUs properly. BUg: 11162491 Change-Id: I4f93bc9acc8456e25623a9255ca7a5b206425009