Hi all,
I must implement a library to manipulate encoder and decoder. I refered the dvsdk_2_10_01_18\dm365_codecs_01_00_06\packages\ti\sdo\codecs.
My encoder class can run well by itself. The pseudo code is in below
Unfortunately, it will be hanged in DMA_TI_Wait, if I added my decoder class and run together.
I am sure that the first frame was encoded and decoded successfully. The program will stop while to encode the second frame.
What may I missed if I want to put encoder and decoder together? The pseudo code is in below