summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaSync.cpp
Commit message (Expand)AuthorAgeFilesLines
* stagefright: remove workaround for BQ not reporting dropped framesLajos Molnar2015-07-201-45/+26
* stagefright: flush pending video frames for MediaSyncLajos Molnar2015-07-161-1/+31
* stagefright: MediaSync: use VideoFrameSchedulerLajos Molnar2015-07-161-32/+96
* stagefright: prevent allocating stale buffers for OMX decodersLajos Molnar2015-07-011-8/+6
* MediaSync: support changing surface on the fly.Wei Jia2015-05-111-13/+57
* MediaSync: clean up configureAudioTrack and configureSurface.Wei Jia2015-05-041-8/+8
* stagefright: propagate consumer usage flags in MediaSyncLajos Molnar2015-05-011-0/+4
* stagefright: support setting/getting playback/sync config in MediaSyncLajos Molnar2015-04-301-14/+137
* MediaSync: map returned output buffers to previously received input buffers.Wei Jia2015-04-301-2/+21
* MediaSync: allow users to query play time for pending audio frames.Wei Jia2015-04-231-0/+36
* MediaSync: fix the optimization code path to reduce messages posted to drain ...Wei Jia2015-04-221-13/+29
* MediaSync: sanity check native sample rate.Wei Jia2015-04-161-0/+5
* MediaSync: support MediaSync in native code.Wei Jia2015-03-201-0/+541