Dear all,
I have a H.264 Encoder extended error code: 0xf4c8f2b4.
I use H.264 Encoder Version as “H264ENC.version.02.20.00.01.wizardversion.0.5.2”
When I change the configuration of our network camera product, sometimes I receive the error message which is followed
“N4o$?2N4o$?26@0x0002175b:[T:0x4245f490] ti.sdo.dmai - [Venc1] VIDENC1_process() failed with error (-1 ext: 0xf4c8f2b4)”
If I can get the detail information of H.264 Encoder extended error code 0xf4c8f2b4, I can solve this problem more easier.
Please let me know the meaning of .264 Encoder extended error code 0xf4c8f2b4
// Source Code in Venc1.c of DMAI ======================================
status = VIDENC1_process(hVe->hEncode, &inBufDesc, &outBufDesc, &inArgs, &outArgs);
if (status != VIDENC1_EOK) {
Dmai_err2("VIDENC1_process() failed with error (%d ext: 0x%x)\n",
(Int)status, (Uns) outArgs.extendedError);
return Dmai_EFAIL;
}