OSDN Git Service

Add support for creating a Surface from a a SurfaceTexture.
authorTed Bonkenburg <tedbo@google.com>
Fri, 15 Jul 2011 22:10:10 +0000 (15:10 -0700)
committerTed Bonkenburg <tedbo@google.com>
Fri, 22 Jul 2011 23:36:44 +0000 (16:36 -0700)
commitbd050ab2af1421d527d1a80ce59dd8d9940a838c
tree3ee88ca4380518ca9c27cc502621adba4cf53035
parent97532391ed3ec5ed80e4ceae2d6dcd126819728d
Add support for creating a Surface from a a SurfaceTexture.

The Surface is already using SurfaceTexture internally and it is parcelable. This
is intended to replace and phase out ParcelSurfaceTexture in favor of creating a
new Surface.java object from an existing SurfaceTexture.

Change-Id: I8e2dd86614523da6abed6403e1d705a68fa19fdf
include/surfaceflinger/Surface.h
libs/gui/Surface.cpp