Vinayagam Mariappan wrote:
Hi,
  I am having an AVI file of 10MB and it had more than 150frames.
I have difficulty reading all 150 frames and displaying again.Whenever i read around 72 frames i am getting the following errors in DM6467.
oom-killer: gfp_mask=0x1d2
DMA per-cpu:
cpu 0 hot: low 14, high 42, batch 7
cpu 0 cold: low 0, high 14, batch 7
Normal per-cpu: empty
HighMem per-cpu: empty


you get killed because the system is OOM(out of memory)

Suggest me the solution...

I would suggest not to read all 150 frames into memory at the same time, but to just read a few and free them again after you decoded them.



_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to