Hi all
I want to display the picture file in filesystem. I reference the Vdec_Vdis demo, define the macro VDEC_VDIS_ENABLE_IPCFRAMESOUT. But i get the error:
Assertion at Line no: 1089 in /home/eric/newsdk/dvr_rdk/../ti_tools/syslink/syslink_2_10_02_17_patched/packages/ti/syslink/ipc/hlos/usr/SharedRegion.c: (id < SharedRegion_module->cfg.numEntries) : failed
ASSERT (ti_vsys.c|Vsys_allocBuf|385)
The Vsys_allocBuf use sharedRegionId 0 to alloc buffer.
The flow is host fread -> ipcFramesOutHostPrm->ipcFramesInVpssFromHostPrm->nsf。 Everytime the host fread task use function "Vdis_getEmptyVideoFrames(&bufList,0);" to get the available buffer, the bulList.numFrames always equal to 0. Why can't get the buffer?
How to fix the problem?
Thank you!
Eric