hello:
I want to use Dm816x for a function: backward play,link chain like below:
bits stream--->ipc-->dec-->ipc-->[backward module]-->display
DVRRDK current don't support backward play modue, this should finish by user,so I need some advice to finish this module
I think implement the backward play have two method:
1. cycle to send the bitstream, it will cost much time,but need little memory
2.keep the decoder frame,then backwards to display,this method I think need much memory,but more efficent
how to implement this module in BIOS6, I need some help!
1. my method is right?
2. what should I need attention
3. other advice
thanks very much!