summaryrefslogtreecommitdiffstats
path: root/domx
diff options
context:
space:
mode:
authorDevaraj Rangasamy <dev@ti.com>2012-09-12 15:24:57 +0530
committerDevaraj Rangasamy <dev@ti.com>2012-09-12 15:24:57 +0530
commit56f71200f952d2e3fdf0af414f6c38bc44c8259f (patch)
treee7ede6e12f042b1a0ef1e930e355ffc84d8658e0 /domx
parent37c647fbfab52f3c40918fed1a5d117510dbb406 (diff)
downloadhardware_ti_omap4-56f71200f952d2e3fdf0af414f6c38bc44c8259f.zip
hardware_ti_omap4-56f71200f952d2e3fdf0af414f6c38bc44c8259f.tar.gz
hardware_ti_omap4-56f71200f952d2e3fdf0af414f6c38bc44c8259f.tar.bz2
Raw dump utility: fix for continuos NV12.
Raw dump utility was broken due to changing NV12 to be continuous in memory, this patch changes the algorithm for getting Y and UV parts according the new implementation. Change-Id: I639471d0159bab5d027d762719e0d97afd1586d6 Signed-off-by: Illia Ragozin <x0160199@ti.com> Signed-off-by: Devaraj Rangasamy <dev@ti.com>
Diffstat (limited to 'domx')
-rwxr-xr-xdomx/omx_proxy_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/domx/omx_proxy_common.h b/domx/omx_proxy_common.h
index 7c7d6c8..2ced279 100755
--- a/domx/omx_proxy_common.h
+++ b/domx/omx_proxy_common.h
@@ -234,7 +234,8 @@ extern "C"
OMX_U32 frame_width;
OMX_U32 frame_height;
OMX_U32 frame_xoffset;
- OMX_U32 frame_yoffset;
+ OMX_U32 frame_yoffset;
+ OMX_U32 decoded_height;
OMX_U32 stride;
OMX_S32 runningFrame;
OMX_U32 *y_uv[2];