[COMMON] media: smfc: fix configuration to MAX_STREAM_SIZE register
If SMFC finds that the compressed stream should be written over the
size configured in MAX_STREAM_SIZE register, it stops working and
asserts interrupt to the CPU that the destination buffer is too small
to store the compressed stream.
The restriction of the value in MAX_STREAM_SIZE:
- The value should be multiple of 64
- If the stream base is not aligned by 16 bytes, 64 - unaligned bytes
should be added to the value.
Change-Id: I2198d001d93a8b6ad03a0c02f928bd1d65b85983
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>