I'm trying to process frames with the h264 encoder on a dm365. The call to VIDENC1_process fails and I have trouble finding out why.
After the call fails, I query the state with XDM_GETBUFINFO. This returns a IVIDENC1_Status structure which contains the extendedError field.
The returned values are either 800 or 676 and I'd like to know what those numbers mean.
According to the documentation, these bits are codec specific.
"Bits 31-16 are reserved. Bits 7-0 are codec and implementation specific." - http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais/latest/docs/html/group__ti__xdais__dm___x_d_m.html#ga993de0b923e61c59a996fc2be4783131
They do not appear in the ih264venc.h definition since they are lower than 256. Is there any way to know what goes wrong in the encoding process?