commit | 8cf4ced8d25e9b1b56b69b544339acc1550e4038 | [log] [tgz] |
---|---|---|
author | osamu fujita <osamu.x.fujita@sonymobile.com> | Tue Oct 06 14:20:02 2015 +0900 |
committer | Takahiro Aizawa <takahiro.aizawa@sonymobile.com> | Tue Oct 27 18:34:51 2015 +0900 |
tree | 14bc46b553b7a1f5d5c125def558e8d0cedd3381 | |
parent | 2d772fd4afd1481a8cea5f59b890d771dbada2f6 [diff] |
Tuning the number of packets for one read in StreamingSource Read performance in StreamingSource became worse from LMR1 because the design was changed to asynchronous from synchronous. As a result, the generation of access unit does not make it in time for some multiplexed contents, and this causes frame drop. This patch improves read performance by increasing the number of packets for one read. Change-Id: I14955da5a9c5415e35905cc95f1471e0811a4991