Change preview player code also.

Adapt to 32 bit aligned decoder buffers

Change-Id: I631f7e60b8e424af496f45d0e5e292bf9e8a9dde
diff --git a/libvideoeditor/lvpp/VideoEditorTools.h b/libvideoeditor/lvpp/VideoEditorTools.h
index 368047a..5140e8b 100755
--- a/libvideoeditor/lvpp/VideoEditorTools.h
+++ b/libvideoeditor/lvpp/VideoEditorTools.h
@@ -107,7 +107,8 @@
                                                                 M4VIFI_ImagePlane *pPlaneOut);

 

 M4OSA_Void prepareYUV420ImagePlane(M4VIFI_ImagePlane *plane,

-    M4OSA_UInt32 width, M4OSA_UInt32 height, M4VIFI_UInt8 *buffer);

+    M4OSA_UInt32 width, M4OSA_UInt32 height, M4VIFI_UInt8 *buffer,

+    M4OSA_UInt32 reportedWidth, M4OSA_UInt32 reportedHeight);

 

 M4OSA_Void prepareYV12ImagePlane(M4VIFI_ImagePlane *plane,

     M4OSA_UInt32 width, M4OSA_UInt32 height, M4OSA_UInt32 stride, M4VIFI_UInt8 *buffer);

@@ -141,5 +142,7 @@
     M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut,

     M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4VFL_CurtainParam* curtainParams);

 

-M4OSA_ERR applyEffectsAndRenderingMode(vePostProcessParams*        params);

+M4OSA_ERR applyEffectsAndRenderingMode(vePostProcessParams *params,

+    M4OSA_UInt32 reportedWidth, M4OSA_UInt32 reportedHeight);

+

 #endif // ANDROID_VE_TOOLS_H