new_codec: source clean up
authorKitae Kim <kt920.kim@samsung.com>
Thu, 18 Apr 2013 08:23:19 +0000 (17:23 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Tue, 10 Sep 2013 11:35:47 +0000 (20:35 +0900)
commitc108c22b859101255381fee996a64e606c56c189
treeebc815d15d25df184bdb02e24ee60bbb40c401d0
parent7e9092f66c506a89d4c8851acd476afc4b0b414b
new_codec: source clean up

Changed some variables's name and resolve a sync problem between each job.
In addition, added two ways to handle decoding or encoding data with device memory.

At first, each codec request uses 24MB memory size in a fixed way.
It means that each codec request occupies its own memory region.
If the device memory is used up to 24MB, other codec request uses other memory region in a shared way.
It means that more than 2 codec requests use the memory region sequentially.

Change-Id: I0497d607cf46b98e403ed0d6d7530ea2023212a8
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/hw/maru_new_codec.c
tizen/src/hw/maru_new_codec.h