summaryrefslogtreecommitdiff
path: root/opengl/tests/gl_basic/gl_basic.cpp
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2009-12-18 05:47:48 -0800
committerEric Laurent <elaurent@google.com>2009-12-22 09:06:46 -0800
commit7e2aad1e27fd52292d5b4dade6f411b3fc5a5e8a (patch)
tree9d4864f4a6ca7ba7f575a0e3db96319bb52fa7ff /opengl/tests/gl_basic/gl_basic.cpp
parentc717b34fa141a4fe8c6af1ad8aa367576cf85c6d (diff)
Fix issue 2323920: Notification & A2DP audio stutter.
Modified AudioFlinger duplicating output thread so that audio tracks are not mixed until both outputs (A2DP and hardware) have exited standby mode. This avoids to have one output far ahead of the other and audio frames dropped because the compensation mechanism cannot keep up. Also calculate the maximum wait time in OutputTrack::write() based the on smallest frame count of all output threads instead of the frame count of the thread the OutputTrack is connected to. This avoids starving the thread with the smallest frame count by waiting too long on the other thread. Since the frame count was reduced on hardware output to reduce latency the difference between A2DP and hardware outputs frame counts had become problematic. Also increased the number of overflow buffers to cope with bigger timing differences among outputs.
Diffstat (limited to 'opengl/tests/gl_basic/gl_basic.cpp')
0 files changed, 0 insertions, 0 deletions