Code clean up of TTRACE and modify converting colorspace not working 96/159596/1
authorJiyong Min <jiyong.min@samsung.com>
Fri, 10 Nov 2017 04:50:12 +0000 (13:50 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Fri, 10 Nov 2017 04:55:43 +0000 (13:55 +0900)
commitd8d8083273f4a8197b7d67bd5402840f2b73bf33
tree38919be77ce034f21ade9d186304f2e9a080c356
parentc072c5baf6e8e187143e06f22e1820013a8fb630
Code clean up of TTRACE and modify converting colorspace not working

 - On the case of converting colorspace, can missed dst_width and dst_height.
   As the result dst_width and dst_height is zero, src_width and src_height
   should be assigned to dst_width and dst_height.

Change-Id: I04c218ae4ac90d6e7aaa829846ff4f3d629784f4
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
common/include/mm_util_private.h
imgcv/mm_util_imgcv.c
imgp/mm_util_imgp.c
jpeg/mm_util_jpeg.c