summaryrefslogtreecommitdiffstats
path: root/libs/surfaceflinger/LayerBuffer.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-06-23 21:11:43 -0700
committerMathias Agopian <mathias@google.com>2009-06-24 20:39:16 -0700
commit69029eb5abfaeb52716b84db89e32dc742551508 (patch)
tree42f99fe892035c13c17fcee07582a607a5566355 /libs/surfaceflinger/LayerBuffer.h
parent4c4b387afb2e775fcac3b81a249bb7646515dffa (diff)
downloadframeworks_native-69029eb5abfaeb52716b84db89e32dc742551508.zip
frameworks_native-69029eb5abfaeb52716b84db89e32dc742551508.tar.gz
frameworks_native-69029eb5abfaeb52716b84db89e32dc742551508.tar.bz2
hack copybit back in for video playback on msm7k. we have h/w accelerated video again
Diffstat (limited to 'libs/surfaceflinger/LayerBuffer.h')
-rw-r--r--libs/surfaceflinger/LayerBuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/surfaceflinger/LayerBuffer.h b/libs/surfaceflinger/LayerBuffer.h
index e1b3cf8..cd541a5 100644
--- a/libs/surfaceflinger/LayerBuffer.h
+++ b/libs/surfaceflinger/LayerBuffer.h
@@ -26,6 +26,8 @@
#include "LayerBase.h"
#include "LayerBitmap.h"
+struct copybit_device_t;
+
namespace android {
// ---------------------------------------------------------------------------
@@ -128,6 +130,7 @@ private:
size_t mBufferSize;
mutable sp<android::Buffer> mTempBitmap;
mutable LayerBase::Texture mTexture;
+ copybit_device_t* mBlitEngine;
};
class OverlaySource : public Source {