Chagned thread exit time when using FimgApiAutoFreeThread.
It makes the Android System server close more fast.
Resources that will be pre-load during boot time, use
SKIA resizing retine with FimgApiAutoFreeThread.
Change-Id: Icde19f3958cc08da6309d0ebafc0e2f4c00ab82a
Signed-off-by: SeWoon Park <seuni.park@samsung.com>
#define GET_RECT_SIZE(rect) ((rect->full_w) * (rect->h) * (rect->bytes_per_pixel))
#define GET_REAL_SIZE(rect) ((rect->full_w) * (rect->h) * (rect->bytes_per_pixel))
#define GET_START_ADDR(rect) (rect->virt_addr + ((rect->y * rect->full_w) * rect->bytes_per_pixel))
-#define SLEEP_TIME (3000000) // 3 sec
+#define SLEEP_TIME (100000) // 100 msec
//---------------------------------------------------------------------------//
// class FimgV4x : public FimgBase