Tool/software: TI C/C++ Compiler
Hi all,
I created new plugin which for DSP1 and my usecase is as follows:
NullSource (A15) -> Decode -> VPE -> Alg_plugin (DSP1) -> Display
I have created plugin in rtos and my usecase is in hlos/adas/src/usecases .
I'm getting following assertion.
[HOST] [HOST ] 77.551302 s: IPC_OUT_0 : Create in progress !!!
[HOST] [HOST ] 77.551363 s: IPC_OUT_0 : Create Done !!!
[HOST] [IPU2 ] 77.551515 s: IPC_IN_0 : Create in progress !!!
[HOST] [IPU2 ] 77.552705 s: IPC_IN_0 : Create Done !!!
[HOST] [IPU2 ] 77.553162 s: DECODE: Create in progress ... !!!
[HOST] [IPU2 ] 77.762856 s: DECODE: Creating CH0 of 1280 x 720 [1] [0],target bitrate = 10000 Kbps ...
[HOST] [IPU2 ] 77.763771 s: DECODE: All CH Create ... DONE !!!
[HOST] [IPU2 ] 77.765875 s: DECODE: Create ... DONE !!!
[HOST] [IPU2 ] 77.766363 s: VPE: Create in progress !!!
ASSERT (chains_nullSrc_Display_priv.c|chains_nullSrc_Display_Create|190)
[HOST] [DSP1 ] 77.901238 s: IPC_IN_0 : Create in progress !!!
[HOST] [DSP1 ] 77.901665 s: IPC_IN_0 : Create Done !!!
[HOST] [DSP1 ] 77.901878 s: ALG: ERROR: Invalid alg ID specified (algId = 42) !!!
[HOST] [IPU2 ] 77.899682 s: VPE: Loading Down-scaling Co-effs
[HOST] [IPU2 ] 77.899926 s: VPE: Co-effs Loading ... DONE !!!
[HOST] [IPU2 ] 77.900170 s: VPE: Create Done !!!
[HOST] [IPU2 ] 77.900567 s: IPC_OUT_0 : Create in progress !!!
[HOST] [IPU2 ] 77.900902 s: IPC_OUT_0 : Create Done !!!
Can you please suggest me solution for this?