index
:
frameworks_av.git
replicant-4.2
replicant-6.0
frameworks/av
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
libmedia
/
AudioTrack.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AudioTrack: Fix for offload to BT/SSR fallback at EOS
Preetam Singh Ranawat
2015-10-06
1
-0
/
+6
*
libmedia: avoid processing stale callback events when track recycled
Yamit Mehta
2015-10-06
1
-0
/
+6
*
libmedia: fix for underrun and gapless issue.
Preetam Singh Ranawat
2015-10-06
1
-0
/
+1
*
AVCustomizations: Enable 16 and 24 bit PCM offload.
Preetam Singh Ranawat
2015-10-06
1
-7
/
+24
*
audioTrack: Handle track invalidate on wait for stream done
Yamit Mehta
2015-10-06
1
-30
/
+30
*
NuPlayerRenderer: handle error when resuming an offloaded track
Eric Laurent
2015-08-12
1
-1
/
+1
*
Merge "Fix restore position warning and static track adjustment" into mnc-dev
Andy Hung
2015-07-24
1
-9
/
+9
|
\
|
*
Fix restore position warning and static track adjustment
Andy Hung
2015-07-24
1
-9
/
+9
*
|
Fix race condition in AudioTrackThread::wake
Andy Hung
2015-07-22
1
-4
/
+8
|
/
*
Merge "Using centralized isAudioPlaybackRateValid to validate parameters" int...
Ricardo Garcia
2015-06-23
1
-12
/
+20
|
\
|
*
Using centralized isAudioPlaybackRateValid to validate parameters
Ricardo Garcia
2015-06-22
1
-12
/
+20
*
|
Return DEAD_OBJECT if getTimestamp cannot restore track
Andy Hung
2015-06-18
1
-1
/
+6
*
|
Fix AudioTrack comments relating to use of restoreTrack_l()
Andy Hung
2015-06-18
1
-4
/
+8
|
/
*
Improve AudioTrack offload timestamp startup glitch detector
Andy Hung
2015-06-04
1
-4
/
+26
*
Compute sleep time when AudioTrack client callback returns no PCM data
Andy Hung
2015-06-03
1
-10
/
+79
*
Store server latency, sample rate, framecount information in AudioTrack
Andy Hung
2015-06-01
1
-38
/
+12
*
libmediaplayerservice: try to open audio sink in offload mode in error.
Ronghua Wu
2015-05-22
1
-6
/
+10
*
Implement audio device callback
Eric Laurent
2015-05-06
1
-0
/
+61
*
AudioTrack: reduce retrograde motion spew
Phil Burk
2015-05-01
1
-5
/
+12
*
stagefright: support setting/getting playback/sync config in MediaSync
Lajos Molnar
2015-04-30
1
-0
/
+11
*
AudioTrack: fix build
Phil Burk
2015-04-30
1
-4
/
+2
*
Merge "AudioTrack: fix spurious retrograde messages" into mnc-dev
Phil Burk
2015-04-30
1
-0
/
+44
|
\
|
*
AudioTrack: fix spurious retrograde messages
Phil Burk
2015-04-29
1
-0
/
+44
*
|
audio policy: session routes continued.
Eric Laurent
2015-04-30
1
-1
/
+1
|
/
*
Merge "Use AudioPlaybackRate to hold TimestretchBufferProvider parameters"
Ricardo Garcia
2015-04-22
1
-23
/
+32
|
\
|
*
Use AudioPlaybackRate to hold TimestretchBufferProvider parameters
Ricardo Garcia
2015-04-22
1
-23
/
+32
*
|
audio policy: fix AudioTrack output device selection
Eric Laurent
2015-04-22
1
-3
/
+2
|
/
*
libmedia: fix all warning, make warnings errors, use clang
Lajos Molnar
2015-04-17
1
-1
/
+2
*
Work around lack of pitch adjustment in Timestretcher
Andy Hung
2015-04-16
1
-12
/
+40
*
Merge "AudioRecord::obtainBuffer() can return nonContig like AudioTrack"
Glenn Kasten
2015-04-14
1
-0
/
+6
|
\
|
*
AudioRecord::obtainBuffer() can return nonContig like AudioTrack
Glenn Kasten
2015-04-13
1
-0
/
+6
*
|
Add playback rate to AudioTrack
Andy Hung
2015-04-09
1
-15
/
+118
*
|
Adding explicit routing API to AudioTrack
Paul McLean
2015-04-08
1
-7
/
+26
|
/
*
Reject sample rate changes for fast tracks
Andy Hung
2015-03-31
1
-3
/
+7
*
set() in AudioRecord and AudioTracks needs no lock
Glenn Kasten
2015-03-23
1
-2
/
+1
*
Logging
Glenn Kasten
2015-03-23
1
-8
/
+9
*
Merge "Fix position when restoring streaming audio track"
Andy Hung
2015-03-23
1
-1
/
+1
|
\
|
*
Fix position when restoring streaming audio track
Andy Hung
2015-03-20
1
-1
/
+1
*
|
Update AudioTrack code to match AudioRecord
Glenn Kasten
2015-03-23
1
-2
/
+9
*
|
namespace does not need a closing semicolon
Glenn Kasten
2015-03-23
1
-1
/
+1
*
|
Declare and initialize in one statement
Glenn Kasten
2015-03-23
1
-4
/
+2
|
/
*
fix flush on HW A/V sync tracks
Eric Laurent
2015-03-09
1
-0
/
+3
*
Allow TRANSFER_OBTAIN to be used for fast tracks
Glenn Kasten
2015-03-09
1
-1
/
+3
*
AudioTrack::obtainBuffer() now returns number of non-contiguous frames
Glenn Kasten
2015-03-09
1
-2
/
+2
*
AudioTrack::releaseBuffer parameter is const *
Glenn Kasten
2015-03-09
1
-1
/
+1
*
AudioTrack obtain/release buffer comments
Glenn Kasten
2015-03-09
1
-0
/
+1
*
Change AudioTrack resampling buffers from 3 to 2
Andy Hung
2015-02-06
1
-59
/
+23
*
Allow AUDIO_FORMAT_PCM_8_BIT AudioTrack buffers
Andy Hung
2015-01-14
1
-46
/
+15
*
Fix cumulative error in setPositionNotificationPeriod
Andy Hung
2015-01-07
1
-2
/
+3
*
Event driven wake for AudioTrackThread notification changes
Andy Hung
2015-01-06
1
-2
/
+25
[next]