I have an encoding application where I receive raw YUV data and encode it into H264 .
This application is run on DM368 using the TI H264 encoder.
This application gets stalled sometimes and on debugging it was found that it gets stuck inside the encoder(It never returns from the "H264VENC_encode()" api).
To find out the reason why the encoder gets stalled, I am trying to enable debugging messages from the encoder.
I tried CE_DEBUG but debugging messages did not come.I also tried to link my application with debug library "h264venc_ti_arm926_debug.a" but nothing happened.
Can anyone suggest me how to enable debugging messages from the encoder to get to the root cause of the problem.
Also what could be the reason for the encoder to get stalled inside this api?
Regards,
Kusha