summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/SurfaceTexture.java
Commit message (Expand)AuthorAgeFilesLines
* Check for setting to already setJohn Reck2015-05-141-0/+9
* Deprecate android.hardware.CameraEino-Ville Talvala2014-07-131-8/+12
* SurfaceTexture: Allow creation in detached modeDan Stoza2014-06-261-3/+30
* Improve documentation of setOnFrameAvailableListener.Jeff Brown2014-05-081-7/+9
* Fix crash due to texture view callback threading invariants.Jeff Brown2014-05-061-47/+58
* Remove deprecated BufferQueue constructorDan Stoza2014-03-121-1/+1
* AArch64: Use long for pointers in SurfaceTextureAshok Bhat2014-01-161-3/+3
* Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-5/+16
* Clearly separate consumer and producer interfacesMathias Agopian2013-08-061-0/+1
* fix SDK buildMathias Agopian2013-07-271-1/+1
* single buffer mode for SurfaceTextureMathias Agopian2013-07-261-10/+43
* update to new Consumer APIsMathias Agopian2013-07-161-17/+2
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-1/+1
* Fix typo in exception messageJonathan Dixon2012-11-261-1/+1
* Updated android.graphics.SurfaceTexture to use wp for FrameAvailableListenerIgor Murashkin2012-10-301-1/+2
* Unhide new SurfaceTexture & TextureView APIsJamie Gennis2012-04-131-5/+1
* SurfaceTexture: update API docsJamie Gennis2012-04-131-9/+24
* SurfaceTexture: add GL context attach & detachJamie Gennis2012-04-051-1/+27
* Define, document, and test the behavior of very large SurfaceTexturesMathias Agopian2011-11-111-2/+12
* SurfaceTexture: unhide setDefaultBufferSizeJamie Gennis2011-11-041-3/+10
* SurfaceTexture: disable sync-mode SurfaceTexturesJamie Gennis2011-08-231-1/+3
* Add a 'release' method to the SurfaceTexture public Java APIMathias Agopian2011-08-031-0/+20
* Merge "Bug 4571308 Provide correct video frame timestamps"Glenn Kasten2011-07-011-1/+4
|\
| * Bug 4571308 Provide correct video frame timestampsGlenn Kasten2011-06-271-1/+4
* | SurfaceTexture: change onFrameAvailable behaviorJamie Gennis2011-06-271-4/+0
* | Add allowSynchronousMode to SurfaceTexture constructor.Grace Kloba2011-06-231-2/+15
* | Fix the issue where onFrameAvailable is not triggered if SurfaceTexture is in...Grace Kloba2011-06-221-0/+5
|/
* Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-151-4/+1
* Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...tedbo2011-06-091-0/+11
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-5/+14
* NEW_API: Add getTimestamp() to SurfaceTexture.Eino-Ville Talvala2011-03-211-1/+0
* Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-171-0/+16
* Expand on the SurfaceTexture API docs.Jamie Gennis2011-02-251-1/+7
* Revert "Merge "Expand on the SurfaceTexture API docs.""Jamie Gennis2011-02-241-7/+1
* Merge "Expand on the SurfaceTexture API docs."Jamie Gennis2011-02-241-1/+7
|\
| * Expand on the SurfaceTexture API docs.Jamie Gennis2011-02-231-1/+7
* | Bug 3438258 Add SurfaceTexture as MediaPlayer sinkGlenn Kasten2011-02-231-3/+6
|/
* Add SurfaceTexture docs for getTransformMatrix.Jamie Gennis2011-01-311-0/+11
* Add docs about threading to SurfaceTexture.Jamie Gennis2011-01-271-3/+8
* Implement SurfaceTexture frame-available callback.Jamie Gennis2011-01-161-7/+60
* Add getTransformMatrix to the SurfaceTexture API.Jamie Gennis2011-01-121-0/+25
* Add the SurfaceTexture java class.Jamie Gennis2011-01-061-0/+90