Searched refs:panning (Results 1 – 8 of 8) sorted by relevance
101 final float panning = clip(pan, -1.0f, 1.0f); in setupVolume() local104 if (panning > 0.0f) { in setupVolume()105 volLeft *= (1.0f - panning); in setupVolume()106 } else if (panning < 0.0f) { in setupVolume()107 volRight *= (1.0f + panning); in setupVolume()
320 final float panning = clip(pan, -1.0f, 1.0f); in setupVolume() local324 if (panning > 0.0f) { in setupVolume()325 volLeft *= (1.0f - panning); in setupVolume()326 } else if (panning < 0.0f) { in setupVolume()327 volRight *= (1.0f + panning); in setupVolume()
12 <li><a href="#panning">Stereo Panning</a></li>194 <h2 id="panning">Stereo Panning</h2>197 When {@code Volume::EnableStereoPosition} is used to enable stereo panning of a mono source,204 <a class="external-link" href="http://en.wikipedia.org/wiki/Panning_(audio)">audio panning</a>
185 common scenario is <em>panning</em>, which is when a user's dragging motion causes scrolling 333 The {@code InteractiveChart} sample supports both scrolling (panning) and scaling with multiple fin…
91 <em>panning</em>. The sample application provided with this class, {@code InteractiveChart}, illust…
167 <p>It's also best to avoid this pattern when child screens contain horizontal panning surfaces (suc…
764 to enable smooth transitions when panning and zooming. When enabled, WebView will choose a solution
1832 # enable generation of interactive SVG images that allow zooming and panning.