aboutsummaryrefslogtreecommitdiff
path: root/videocodec/OMXVideoDecoderBase.h
diff options
context:
space:
mode:
authorAlistair Strachan <alistair.strachan@imgtec.com>2016-05-12 17:26:28 -0700
committerNick Desaulniers <ndesaulniers@google.com>2016-06-02 10:24:57 -0700
commit7caaf88cf45abd06d6c8d99b40bf5cb8c0fbc0ff (patch)
tree7b299f689b2df2e7633c2d34e31ed900fe169778 /videocodec/OMXVideoDecoderBase.h
parent0d170a724cb828e5959bf60c799fa6c1681aaf7a (diff)
downloadomx-components-7caaf88cf45abd06d6c8d99b40bf5cb8c0fbc0ff.tar.gz
Introduce independent hstride and vstride, and use them.
Bug: 27589011 Bug: IMINAN-49451 Change-Id: Ib0efa883a4e4a88598d1d85a1ee5f50659be4bae Signed-off-by: Alistair Strachan <alistair.strachan@imgtec.com> Signed-off-by: Austin Hu <austin.hu@intel.com>
Diffstat (limited to 'videocodec/OMXVideoDecoderBase.h')
-rwxr-xr-xvideocodec/OMXVideoDecoderBase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/videocodec/OMXVideoDecoderBase.h b/videocodec/OMXVideoDecoderBase.h
index a9b2cdf..2cd60ad 100755
--- a/videocodec/OMXVideoDecoderBase.h
+++ b/videocodec/OMXVideoDecoderBase.h
@@ -105,7 +105,8 @@ private:
};
struct GraphicBufferParam {
- uint32_t graphicBufferStride;
+ uint32_t graphicBufferHStride;
+ uint32_t graphicBufferVStride;
uint32_t graphicBufferWidth;
uint32_t graphicBufferHeight;
uint32_t graphicBufferColorFormat;