aboutsummaryrefslogtreecommitdiff
path: root/en/devices/audio/data_formats.html
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-06-21 01:25:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-21 01:25:52 +0000
commitbb57032f17abb0cfb5ebe780451d58a97779c5b6 (patch)
tree9d32c0a36693b9ce3d89bd10152cd3a2564f486e /en/devices/audio/data_formats.html
parentc20ae7c7396e6f7d9a9e52be1823fffe30450ee8 (diff)
parentf51ce4101185686a65dbe91027eec09c50b8c73e (diff)
downloadsource.android.com-bb57032f17abb0cfb5ebe780451d58a97779c5b6.tar.gz
Merge "Docs: Changes to source.android.com" am: 14605d77b5 am: 833d7d4b81
am: f51ce41011 Change-Id: I78382338377cfd4f1e3e90e568047d8cf93a9d77
Diffstat (limited to 'en/devices/audio/data_formats.html')
-rw-r--r--en/devices/audio/data_formats.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/devices/audio/data_formats.html b/en/devices/audio/data_formats.html
index e11a1abf..382c9567 100644
--- a/en/devices/audio/data_formats.html
+++ b/en/devices/audio/data_formats.html
@@ -118,7 +118,7 @@ for all signed fixed-point representations,
so the following holds where all values are in units of one
<a href="https://en.wikipedia.org/wiki/Least_significant_bit">LSB</a>:
</p>
-<pre>
+<pre class="devsite-click-to-copy">
|largest negative value| = |largest positive value| + 1
</pre>
@@ -306,7 +306,7 @@ To convert a value from Q<em>m</em>.<em>n</em> format to floating point:
<p>
For example, to convert a Q4.27 internal value to floating point, use:
</p>
-<pre>
+<pre class="devsite-click-to-copy">
float = integer * (2 ^ -27)
</pre>