diff options
| author | 2009-11-02 21:26:54 -0500 | |
|---|---|---|
| committer | 2009-11-02 21:26:54 -0500 | |
| commit | 368ad53c549cd105e725d0290da68be2e7717b4c (patch) | |
| tree | e7808080b7393dff50b8a54a968f0a312ee13c67 /include/ui | |
| parent | 5a23afee77981fb2812d69e5eedfcbb442e691c0 (diff) | |
| parent | 6fee064809068fe1a7da63d55678d9a222b0be15 (diff) | |
Merge change I36d0184e into eclair
* changes:
fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video
Diffstat (limited to 'include/ui')
| -rw-r--r-- | include/ui/GraphicBuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/GraphicBuffer.h b/include/ui/GraphicBuffer.h index 21725360d1..b9c491be1a 100644 --- a/include/ui/GraphicBuffer.h +++ b/include/ui/GraphicBuffer.h @@ -93,6 +93,8 @@ public: void setIndex(int index); int getIndex() const; + void setVerticalStride(uint32_t vstride); + uint32_t getVerticalStride() const; protected: GraphicBuffer(const Parcel& reply); |