summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-08-09 15:23:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-09 15:23:19 -0700
commit129a94a569c927d4c8906a12f3de74ca0585d3f2 (patch)
tree7fecf03d81e157e82d0d6c0a633df92caeff9d91 /include
parentbeccb75d0c511950fb59500b05a591942d5c4751 (diff)
parent820a509687599edb8ff1a7577de8b9295f416263 (diff)
downloadframeworks_av-129a94a569c927d4c8906a12f3de74ca0585d3f2.zip
frameworks_av-129a94a569c927d4c8906a12f3de74ca0585d3f2.tar.gz
frameworks_av-129a94a569c927d4c8906a12f3de74ca0585d3f2.tar.bz2
Merge changes Ie06e73e5,I7ac6b5b0
* changes: free all buffers when ANativeWindow::disconnect is called return correct value from query after connecting a surface
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/SurfaceMediaSource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/stagefright/SurfaceMediaSource.h b/include/media/stagefright/SurfaceMediaSource.h
index fab258c..1affb8a 100644
--- a/include/media/stagefright/SurfaceMediaSource.h
+++ b/include/media/stagefright/SurfaceMediaSource.h
@@ -133,7 +133,8 @@ public:
//
// This method will fail if the connect was previously called on the
// SurfaceMediaSource and no corresponding disconnect call was made.
- virtual status_t connect(int api);
+ virtual status_t connect(int api,
+ uint32_t* outWidth, uint32_t* outHeight, uint32_t* outTransform);
// disconnect attempts to disconnect a client API from the SurfaceMediaSource.
// Calling this method will cause any subsequent calls to other