summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/nuplayer/NuPlayerDecoderBase.h
Commit message (Collapse)AuthorAgeFilesLines
* NuPlayerDecoder: add synchronous call pause() to ensure decoder will not ↵Wei Jia2015-12-191-0/+5
| | | | | | | | | | request or send out data. Port of AOSP commit: 3bc667014875aba35102941b3997d242c303aa0d Bug: 25372978 CRs-Fixed: 941002 Change-Id: Id66ab9b9961d5a3b9fb783ae73c27ed1c8054db8
* nuplayer: use codec->setSurface when possible to avoid seekingLajos Molnar2015-07-131-0/+2
| | | | | Bug: 22414719 Change-Id: I0442e12af960f86a0fc090b4a469c62ba638a1a0
* NuPlayer: Enhance dumpsys statisticsPraveen Chavan2015-06-101-3/+4
| | | | | | | | Account for dropped output-frames (rather than input-frames) in percentage dropped frames. Print mime and component name for each active track Change-Id: I3491d336c696d8ed0fd1503b80afe1df47c787c8
* DO NOT MERGE libmediaplayerservice: set priority and operating rate for the ↵Ronghua Wu2015-04-271-0/+3
| | | | | | | | codec used by nuplayer. Bug: 20481562 Change-Id: I9806414962352fbcda726f8274f1cd348c961de0 (cherry picked from commit f19f5d716b39a5d9dc1abdcd5a16a7aaf1b1ab8b)
* Merge "NuPlayer: queue a deferred scan sources when flushing during scan"Chong Zhang2015-04-181-2/+1
|\
| * NuPlayer: queue a deferred scan sources when flushing during scanChong Zhang2015-04-171-2/+1
| | | | | | | | | | | | | | also refactor code to move scheduleRequestBuffers to decoder base. bug: 20267388 Change-Id: I48f16adc6b4d4008f8fcda8b3b01c595ad199f8b
* | stagefright: warnings be gone, some are now errors, use clangLajos Molnar2015-04-171-1/+1
|/ | | | Change-Id: I81f438ae444f04c12ae27ae4ef6d073033de172c
* NuPlayer: play out pending frames on discontinuityChong Zhang2015-03-101-1/+1
| | | | | | bug: 19567254 Change-Id: Iff689e1eea54283095068d68bcdff4c2674af554
* Fix NuPlayer assertion on failure to create AudioTrackAndy Hung2014-12-031-1/+5
| | | | | | | | | | Under heavy media load or monkey/stress testing, more than 32 AudioTracks may be created or memory resources may be scarce. Remove the assertion on failure to create AudioTrack and signal MEDIA_ERROR. Bug: 17319843 Change-Id: I5d4e200b5f50d800046851a33e035cdc6ff10075
* notify seek complete upon first video output frameChong Zhang2014-12-011-2/+3
| | | | | Bug: 18541814 Change-Id: Ie4e0976885f26eb253460eab371cb181ea85f2db
* tunnel NuPlayer source and decoder inputChong Zhang2014-11-201-0/+92
Bug: 18342383 Change-Id: Ieff1cd3bad2b39d46f127ddd5d5139b919992461