Hi there,
Packages involved:
- xdctools_3_15_01_59
- framework_components_2_25_02_06
- dm365_h264enc_02_10_00_06_production.bin
I think it is a bug in the following tracing:
HDVICPSYNC_start
--> VICP_register(vicp=VICP_HDVICP0=4/*VICP_ResourceType,a scalar*/,...)
{
g_handle = (IRES_HDVICP_Handle) resource (=VICP_HDVICP0);
g_fnPtr = HDVICPSYNC_done;
}
INT triggers Host_int_handler
--> HDVICPSYNC_done(hdvicpHandle=g_handle(=VICP_HDVICP0))
{
...
if (hdvicpHandle->id == IRES_HDVICP_ID_0) { //<-------- FAIL !!!
vicp = VICP_HDVICP0;
}
else {
return (HDVICPSYNC_ENORESOURCE);
}
...
}
BR,
Yulin