Hi all,
I try to decode 6 CIF 264 files simultaneously with 6 video threads on DM6467, but when it try to open Vdec2_create() in 6th video thread, it always fail!!
Create 1 to 5 files are ok. (I use 5 video threads to do this.)
My loadmodules.sh:
insmod cmemk.ko phys_start=0x86400000 phys_end=0x8ba00000 pools=6x2097152(for loader),140x144000(for decoder)
I think the memory pools are enough for decode and loader, and I revise the phys_start from 0x8780000 to 0x86400000 to extend the CMEM range.
Is there a restriction on the amount of create video decoder ?
btw, how to adjust the DDRALGHEAP size? which file I have to modify? (my work directory \dvsdk_1_40_02_33\dvsdk_demos_1_40_00_18\dm6467\decode)
Thanks !!
Tai Chang