Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
2f33dbc6ca08d45efea2df775c158e2a11e07ab6
/
media
/
libmedia
/
AudioTrackShared.cpp
8edb8dc
Add playback rate to AudioTrack
by Andy Hung
· 10 years ago
f59497b
Update comments
by Glenn Kasten
· 10 years ago
4ede21d
Fix loop and position restoration in static AudioTracks
by Andy Hung
· 10 years ago
9b46158
Fix loop and position setting in static AudioTracks
by Andy Hung
· 10 years ago
b187de1
Line length 100
by Glenn Kasten
· 10 years ago
486a713
Fix 64 bit compiler warnings in AudioTrackShared
by Andy Hung
· 10 years ago
82a69ea
Prevent ANR when AudioTrack is paused or re-routed
by zunkyu.lee
· 11 years ago
680b795
Fix AudioTrack loop mode to play audio from buffer start
by Andy Hung
· 11 years ago
cb2129b
Fix missing loop count for static tracks.
by Andy Hung
· 11 years ago
20f51b1
AudioTrack::flush() will no longer flush later data
by Glenn Kasten
· 11 years ago
34fb296
libmedia: 64-bit compile warnings
by Mark Salyzyn
· 11 years ago
6dbb5e3
Use of fast capture by normal capture
by Glenn Kasten
· 11 years ago
e348c5b
resolved conflicts for merge of c0bf836f to master
by Elliott Hughes
· 11 years ago
ee49929
Move frameworks/av off private API.
by Elliott Hughes
· 11 years ago
9382378
resolved conflicts for merge of b1080917 to master
by Elliott Hughes
· 11 years ago
77e1512
Move frameworks/av off __futex_syscall3.
by Elliott Hughes
· 11 years ago
c56f342
Pass stereo gains as packed minifloat
by Glenn Kasten
· 11 years ago
844f88c
Cache mCblk in local variable cblk
by Glenn Kasten
· 11 years ago
adad3d7
Use LOG_ALWAYS_FATAL instead of LOG_FATAL
by Glenn Kasten
· 11 years ago
751a9c8
Replace size_t in shared memory by uint32_t
by Glenn Kasten
· 11 years ago
fdac7c0
Replace size_t in shared memory by uint32_t
by Glenn Kasten
· 11 years ago
f0002d1
Merge "Replace control block frameCount_ by explicit in/out parameter"
by Glenn Kasten
· 11 years ago
74935e4
Replace control block frameCount_ by explicit in/out parameter
by Glenn Kasten
· 11 years ago
7c7be1e
Fix some (but not all) unused parameter warnings
by Glenn Kasten
· 11 years ago
2e422c4
Allow releaseBuffer after flush
by Glenn Kasten
· 12 years ago
cc21e4f
AudioTrack: fix head position after restore
by Eric Laurent
· 12 years ago
ce8828a
Fix underruns when fast track denied due to SRC
by Glenn Kasten
· 12 years ago
82aaf94
Report underruns for fast tracks also
by Glenn Kasten
· 12 years ago
d054c32
Move control block mName to createTrack() output
by Glenn Kasten
· 12 years ago
96f60d8
Rename control block flags to mFlags
by Glenn Kasten
· 12 years ago
f20e1d8
Rename control block server to mServer and add comments
by Glenn Kasten
· 12 years ago
b1a270d
libmedia: offloaded playback support
by Richard Fitzgerald
· 12 years ago
bfb1b83
AudioFlinger: offload playback, non-blocking write
by Eric Laurent
· 12 years ago
ce177bb
Merge "AudioTrackShared cleanup"
by Glenn Kasten
· 12 years ago
050501d
Fix AudioTrack::flush()
by Glenn Kasten
· 12 years ago
7db7df0
AudioTrackShared cleanup
by Glenn Kasten
· 12 years ago
93bb77d
Workaround AudioRecord bug for large buffer sizes
by Glenn Kasten
· 12 years ago
0d09a9b
Use mFutex as an event flag rather than semaphore
by Glenn Kasten
· 12 years ago
9f80dd2
New control block for AudioTrack and AudioRecord
by Glenn Kasten
· 12 years ago
e3aa659
Start isolating control block accesses in a proxy
by Glenn Kasten
· 12 years ago
a8190fc
Split off the current control block to separate file
by Glenn Kasten
· 12 years ago