replicant-frameworks_native/libs/gui
Andy McFadden 3c25621ad7 Re-enable frame dropping for non-auto timestamps
This change adds an entire field to note whether the timestamp was
auto-generated by Surface or supplied by the application.

The value is used when deciding whether or not to drop frames based
on buffer presentation timestamps.  If a desired presentation time
was set explicitly, BufferQueue will use that value to decide if a
frame should be dropped.  If the timestamp was generated by Surface
at the time the buffer was queued, the timestamp is ignored.

Bug 10151804

Change-Id: Ibd571a7578351063b813cbdad2ddbeed70655ba5
2013-08-16 15:15:16 -07:00
..
tests Fix build. optional tests were broken. 2013-08-14 16:27:19 -07:00
Android.mk Binderize the consumer side of BufferQueue 2013-08-01 17:20:08 -07:00
BitTube.cpp
BufferItemConsumer.cpp All consumers now take an IGraphicBufferConsumer instead of a BufferQueue 2013-08-06 20:05:36 +00:00
BufferQueue.cpp Re-enable frame dropping for non-auto timestamps 2013-08-16 15:15:16 -07:00
CleanSpec.mk
ConsumerBase.cpp All consumers now take an IGraphicBufferConsumer instead of a BufferQueue 2013-08-06 20:05:36 +00:00
CpuConsumer.cpp gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquired 2013-08-14 20:17:17 -07:00
DisplayEventReceiver.cpp
GLConsumer.cpp SurfaceFlinger now uses GLES 2.x when available 2013-08-13 16:07:45 -07:00
GraphicBufferAlloc.cpp
GuiConfig.cpp
IConsumerListener.cpp Binderize the consumer side of BufferQueue 2013-08-01 17:20:08 -07:00
IDisplayEventConnection.cpp
IGraphicBufferAlloc.cpp
IGraphicBufferConsumer.cpp Re-enable frame dropping for non-auto timestamps 2013-08-16 15:15:16 -07:00
IGraphicBufferProducer.cpp Re-enable frame dropping for non-auto timestamps 2013-08-16 15:15:16 -07:00
ISensorEventConnection.cpp
ISensorServer.cpp
ISurfaceComposer.cpp Add ISurfaceComposer::destroyDisplay 2013-08-08 13:12:29 -07:00
ISurfaceComposerClient.cpp
LayerState.cpp
Sensor.cpp Make Flattenable not virtual 2013-07-30 21:19:13 -07:00
SensorEventQueue.cpp
SensorManager.cpp
Surface.cpp Re-enable frame dropping for non-auto timestamps 2013-08-16 15:15:16 -07:00
SurfaceComposerClient.cpp Add ISurfaceComposer::destroyDisplay 2013-08-08 13:12:29 -07:00
SurfaceControl.cpp
SyncFeatures.cpp