This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[TDA4 codec] tidec_decoder prompt "Failed to process unit, error = 8192" and decoder is stuck

Hi guys,

When I use tidec_decoder demo program provided by TI to decode our H264 format data stream, the program is stuck at same frame each time. I tried many other H264 data streams, and got the same result.

I am not sure whether there is some type of frames that the decoder can not recognize or decode, and this type of frame will stuck the decoder.  

Because of this problem, we are not able to use decoder on TDA4 now, so please help to solve this problem as soon as possible. Thanks very much! 

Below is the print info of dmsg command. SDK version is 6.2.



leon

  • Hello DJI team,

    decoder supports only on IFrame decoding and only elementary stream. In addition, we need to provide encoded frame size to the decoder node.

    Could you please see if this is taken care?

    Regards,

    Brijesh

  • Sure. Encoded frame size is analysed and saved by demux module. And we can get the decoded frames display normally. So, this is not the problem.

    The problem is that the decoder is stuck when a frame it cannot recognize is put in. The frame may be a B-frame or a P-frame.

    Decoder support only on I-frame decoding is not enough for our use. So would you please support us to get this through.  

    Regards,

    Leon

  • Hello DJI team,

    I Frame Decoding is not support in OpenVX Node. So Are you using OpenVX Node to test thi?

    Decoder driver as such supports I and P frames decoding.. 

    Regards,

    Brijesh

  • Hello Brijesh,

    I am using V4L2 framework on A72 core for decoding job. The OS is linux.

    Regards,

    Leon 

  • Hello DJI Team,

    This is being discussed internally with ZhongMing and will get back to you as soon as possible.

    Rgds,

    Brijesh 

  • Updates to this issue.

    We switched to RTOS Decoder Node with OpenVX, and narrow down this root cause. This issue is caused by abnormal i frame in the video sequence.

    Test video should be 14 p frame + 1 i frame, but this video contains some abnormal i frames, which occurs inside 14 p frames. This causes Decoder stucked.

    Here is the log from OpenVX.

    decoder-stuck-issue.log
    root@j7-evm:/opt/vision_apps# ./vx_app_decoder_1ch.out 
    APP: Init ... !!!
    APP_LOG: Mapping 0xac000000 ...
    APP_LOG: Mapped 0xac000000 -> 0xffff8aa10000 of size 262144 bytes 
    MEM: Init ION ... !!!
    MEM: Initialized ION (fd=4) !!!
    MEM: Init ION ... Done !!!
    IPC: Init ... !!!
    APP_LOG: Mapping 0xac040000 ...
    APP_LOG: Mapped 0xac040000 -> 0xffff88a70000 of size 33161216 bytes 
    APP_LOG: Mapping 0x30e00000 ...
    APP_LOG: Mapped 0x30e00000 -> 0xffff8af00000 of size 3072 bytes 
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
    APP: Init ... Done !!!
         0.005469 s:  VX_ZONE_INIT:Enabled
         0.005490 s:  VX_ZONE_ERROR:Enabled
         0.005495 s:  VX_ZONE_WARNING:Enabled
         0.005499 s:  VX_ZONE_INFO:Disabled
         0.005986 s:  VX_ZONE_INIT:[tivxInit:64] Initialization Done !!!
         0.006095 s:  VX_ZONE_INIT:[tivxHostInit:44] Initialization Done for HOST !!!
         0.010087 s:  VX_ZONE_PARAMETER:[vxSetParameterByIndex:203] Attempting to set parameter[0] on com.ti.hwa.video_decoder (enum:-2097101) to 0x52d470
         0.010106 s:  VX_ZONE_PARAMETER:[vxSetParameterByIndex:236] Query returned type 00000816 for ref 0x52d470
         0.010113 s:  VX_ZONE_PARAMETER:[vxSetParameterByIndex:302] Assigned Node[0] 0x500e70 type:00000816 ref=0x52d470
         0.010118 s:  VX_ZONE_PARAMETER:[vxSetParameterByIndex:203] Attempting to set parameter[1] on com.ti.hwa.video_decoder (enum:-2097101) to 0x52d690
         0.010123 s:  VX_ZONE_PARAMETER:[vxSetParameterByIndex:236] Query returned type 00000816 for ref 0x52d690
         0.010129 s:  VX_ZONE_PARAMETER:[vxSetParameterByIndex:302] Assigned Node[1] 0x500e70 type:00000816 ref=0x52d690
         0.010134 s:  VX_ZONE_PARAMETER:[vxSetParameterByIndex:203] Attempting to set parameter[2] on com.ti.hwa.video_decoder (enum:-2097101) to 0x55f570
         0.010139 s:  VX_ZONE_PARAMETER:[vxSetParameterByIndex:236] Query returned type 0000080f for ref 0x55f570
         0.010144 s:  VX_ZONE_PARAMETER:[vxSetParameterByIndex:302] Assigned Node[2] 0x500e70 type:0000080f ref=0x55f570
    [MCU2_1]     68.307395 s:  VX_ZONE_INFO:[tivxTargetKernelInstanceAlloc:101] tivxTargetKernelInstanceAlloc: attempting to call kernel com.ti.hwa.video_decoder on this CPU
         0.080086 s:  VX_ZONE_INFO:[ownGraphNodeKernelInit:578] kernel init for node 0, kernel com.ti.hwa.video_decoder ...
         0.080096 s:  VX_ZONE_INFO:[ownGraphNodeKernelInit:589] kernel init for node 0, kernel com.ti.hwa.video_decoder ... done !!!
         0.091610 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.091629 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.388602 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.388684 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.413950 s: MM_DEC_Process Start
    [MCU2_1]     68.491423 s: tivxEventWait End
         0.212125 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.212132 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 120545 us
    [MCU2_1]     68.508807 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.216554 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.216567 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.513523 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.513614 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.518760 s: MM_DEC_Process Start
    [MCU2_1]     68.526866 s: tivxEventWait End
         0.238120 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.238128 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21596 us
         0.242480 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.242496 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.534797 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     68.539442 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.539512 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.544673 s: MM_DEC_Process Start
         0.263875 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.263882 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21429 us
    [MCU2_1]     68.552684 s: tivxEventWait End
    [MCU2_1]     68.560541 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.267844 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.267858 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.564801 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.564875 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.570029 s: MM_DEC_Process Start
    [MCU2_1]     68.577904 s: tivxEventWait End
         0.289153 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.289160 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21339 us
         0.293368 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.293385 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.585826 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     68.590327 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.590401 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.595554 s: MM_DEC_Process Start
         0.314625 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.314631 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21286 us
    [MCU2_1]     68.603437 s: tivxEventWait End
    [MCU2_1]     68.611304 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.318536 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.318550 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.615497 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.615587 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.620733 s: MM_DEC_Process Start
    [MCU2_1]     68.628596 s: tivxEventWait End
         0.339861 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.339867 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21353 us
         0.343945 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.343960 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.636523 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     68.640899 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.640968 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.646117 s: MM_DEC_Process Start
         0.365162 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.365169 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21247 us
    [MCU2_1]     68.653964 s: tivxEventWait End
    [MCU2_1]     68.661834 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.369191 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.369205 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.666151 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.666222 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.671370 s: MM_DEC_Process Start
    [MCU2_1]     68.679262 s: tivxEventWait End
         0.390516 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.390522 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21354 us
         0.394560 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.394579 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.687195 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     68.691514 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.691601 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.696767 s: MM_DEC_Process Start
         0.415842 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.415848 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21310 us
    [MCU2_1]     68.704623 s: tivxEventWait End
    [MCU2_1]     68.712506 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.419848 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.419862 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.716810 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.716886 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.722040 s: MM_DEC_Process Start
    [MCU2_1]     68.729884 s: tivxEventWait End
         0.441155 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.441161 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21337 us
         0.445181 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.445198 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.737829 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     68.742138 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.742209 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.747384 s: MM_DEC_Process Start
         0.466399 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.466405 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21245 us
    [MCU2_1]     68.755194 s: tivxEventWait End
    [MCU2_1]     68.763075 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.470419 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.470435 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.767378 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.767450 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.772602 s: MM_DEC_Process Start
    [MCU2_1]     68.780620 s: tivxEventWait End
         0.491873 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.491879 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21482 us
         0.496095 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.496112 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.788542 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     68.793052 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.793120 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.798297 s: MM_DEC_Process Start
         0.517490 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.517497 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21424 us
    [MCU2_1]     68.806244 s: tivxEventWait End
    [MCU2_1]     68.814168 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.521419 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.521434 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.818373 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.818447 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.823599 s: MM_DEC_Process Start
    [MCU2_1]     68.831454 s: tivxEventWait End
         0.542700 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.542706 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21308 us
         0.546976 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.546992 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.839379 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     68.843932 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.844002 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.849180 s: MM_DEC_Process Start
         0.568267 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.568273 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21320 us
    [MCU2_1]     68.857024 s: tivxEventWait End
    [MCU2_1]     68.864947 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.572309 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.572324 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.869262 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.869335 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.874491 s: MM_DEC_Process Start
    [MCU2_1]     68.884466 s: tivxEventWait End
         0.595687 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.595693 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 23405 us
         0.599813 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.599831 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.892365 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     68.896787 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.896864 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.902012 s: MM_DEC_Process Start
    [MCU2_1]     68.910063 s: tivxEventWait End
         0.621286 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.621292 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21502 us
         0.625335 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.625351 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.917966 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     68.922288 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.922359 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.927512 s: MM_DEC_Process Start
    [MCU2_1]     68.935502 s: tivxEventWait End
         0.646762 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.646769 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21457 us
    [MCU2_1]     68.943439 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.650879 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.650888 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.947833 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.947905 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.953056 s: MM_DEC_Process Start
    [MCU2_1]     68.960932 s: tivxEventWait End
         0.672150 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.672157 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21299 us
         0.676152 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.676168 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.968831 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     68.973108 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.973177 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     68.978327 s: MM_DEC_Process Start
    [MCU2_1]     68.986240 s: tivxEventWait End
         0.697476 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.697483 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21353 us
    [MCU2_1]     68.994156 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.701487 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.701496 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     68.998447 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     68.998519 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.003676 s: MM_DEC_Process Start
    [MCU2_1]     69.011529 s: tivxEventWait End
         0.722766 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.722773 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21305 us
         0.726740 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.726756 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.019444 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.023688 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.023762 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.028915 s: MM_DEC_Process Start
    [MCU2_1]     69.036809 s: tivxEventWait End
         0.748039 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.748045 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21328 us
    [MCU2_1]     69.044719 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.752130 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.752143 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.049088 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.049164 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.054319 s: MM_DEC_Process Start
    [MCU2_1]     69.062135 s: tivxEventWait End
         0.773370 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.773376 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21267 us
         0.777501 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.777518 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.070043 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.074459 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.074532 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.079694 s: MM_DEC_Process Start
    [MCU2_1]     69.087650 s: tivxEventWait End
         0.798903 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.798909 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21432 us
    [MCU2_1]     69.095579 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.802989 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.803000 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.099946 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.100021 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.105176 s: MM_DEC_Process Start
    [MCU2_1]     69.113006 s: tivxEventWait End
         0.824219 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.824225 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21256 us
         0.828269 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.828285 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.120899 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.125224 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.125291 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.130469 s: MM_DEC_Process Start
    [MCU2_1]     69.138337 s: tivxEventWait End
         0.849591 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.849597 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21350 us
    [MCU2_1]     69.146268 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.853700 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.853710 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.150655 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.150725 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.155875 s: MM_DEC_Process Start
    [MCU2_1]     69.163755 s: tivxEventWait End
         0.874953 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.874960 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21280 us
         0.878979 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.878994 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.171634 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.175938 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.176008 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.181188 s: MM_DEC_Process Start
    [MCU2_1]     69.189015 s: tivxEventWait End
         0.900290 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.900297 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21340 us
    [MCU2_1]     69.196965 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.904429 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.904440 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.201379 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.201449 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.206603 s: MM_DEC_Process Start
    [MCU2_1]     69.214417 s: tivxEventWait End
         0.925630 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.925636 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21230 us
         0.929692 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.929709 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.222310 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.226649 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.226719 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.231902 s: MM_DEC_Process Start
    [MCU2_1]     69.239757 s: tivxEventWait End
         0.951027 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.951034 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21364 us
    [MCU2_1]     69.247706 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         0.955233 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.955247 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.252186 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.252257 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.257412 s: MM_DEC_Process Start
    [MCU2_1]     69.267313 s: tivxEventWait End
         0.978504 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         0.978510 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 23301 us
         0.982541 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         0.982558 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.275185 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.279499 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.279592 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.284765 s: MM_DEC_Process Start
         1.004142 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.004149 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21631 us
    [MCU2_1]     69.292880 s: tivxEventWait End
    [MCU2_1]     69.300822 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         1.008214 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.008231 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.305172 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.305243 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.310395 s: MM_DEC_Process Start
    [MCU2_1]     69.318331 s: tivxEventWait End
         1.029526 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.029533 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21342 us
         1.033564 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.033580 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.326204 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.330525 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.330617 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.335760 s: MM_DEC_Process Start
    [MCU2_1]     69.343669 s: tivxEventWait End
         1.054921 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.054929 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    [MCU2_1]     69.351597 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    INFO: Decoder time: 21399 us
         1.058988 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.059004 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.355944 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.356018 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.361175 s: MM_DEC_Process Start
    [MCU2_1]     69.369065 s: tivxEventWait End
         1.080270 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.080276 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21313 us
         1.084303 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.084318 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.376944 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.381264 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.381337 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.386489 s: MM_DEC_Process Start
    [MCU2_1]     69.394305 s: tivxEventWait End
         1.105560 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.105566 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21286 us
         1.109682 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.109698 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.402242 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.406642 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.406714 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.411866 s: MM_DEC_Process Start
    [MCU2_1]     69.419778 s: tivxEventWait End
         1.130964 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.130970 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21309 us
         1.134820 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.134836 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.427647 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.431784 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.431858 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.437012 s: MM_DEC_Process Start
    [MCU2_1]     69.444842 s: tivxEventWait End
    [MCU2_1]     69.452773 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         1.156099 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.156105 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21306 us
         1.160322 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.160339 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.457275 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.457348 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.462504 s: MM_DEC_Process Start
    [MCU2_1]     69.470354 s: tivxEventWait End
         1.181538 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.181545 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21245 us
         1.185467 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.185484 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.478220 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.482434 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.482504 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.487661 s: MM_DEC_Process Start
    [MCU2_1]     69.495512 s: tivxEventWait End
         1.206819 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.206825 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21380 us
         1.211001 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.211018 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.503480 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.507956 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.508025 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.513179 s: MM_DEC_Process Start
    [MCU2_1]     69.521031 s: tivxEventWait End
         1.232226 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.232232 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21253 us
         1.236257 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.236273 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.528910 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.533214 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.533287 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.538439 s: MM_DEC_Process Start
    [MCU2_1]     69.546292 s: tivxEventWait End
         1.257543 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.257549 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21314 us
         1.261615 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.261632 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.554225 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.558584 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.558656 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.563827 s: MM_DEC_Process Start
    [MCU2_1]     69.571688 s: tivxEventWait End
         1.282900 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.282907 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21314 us
         1.286957 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.286973 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.579579 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.583921 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.583993 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.589148 s: MM_DEC_Process Start
    [MCU2_1]     69.597038 s: tivxEventWait End
         1.308280 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.308286 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21352 us
         1.312292 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.312308 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.604963 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.609249 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.609324 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.614505 s: MM_DEC_Process Start
    [MCU2_1]     69.622333 s: tivxEventWait End
         1.333567 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.333573 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21303 us
    [MCU2_1]     69.630245 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         1.344064 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.344073 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.641010 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.641084 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.646240 s: MM_DEC_Process Start
         1.367453 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.367460 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 23417 us
    [MCU2_1]     69.656171 s: tivxEventWait End
    [MCU2_1]     69.664135 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         1.371500 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.371517 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.668459 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.668532 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.673690 s: MM_DEC_Process Start
    [MCU2_1]     69.681873 s: tivxEventWait End
         1.393073 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.393079 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21602 us
         1.397008 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.397023 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.689750 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.693959 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.694029 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.699212 s: MM_DEC_Process Start
         1.418571 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.418577 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21592 us
    [MCU2_1]     69.707297 s: tivxEventWait End
    [MCU2_1]     69.715247 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         1.422687 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.422705 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.719649 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.719718 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.724866 s: MM_DEC_Process Start
    [MCU2_1]     69.732790 s: tivxEventWait End
         1.443982 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.443988 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21323 us
         1.448024 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.448040 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.740661 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.744976 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.745046 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.750229 s: MM_DEC_Process Start
         1.469332 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.469338 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    [MCU2_1]     69.758073 s: tivxEventWait End
    INFO: Decoder time: 21344 us
    [MCU2_1]     69.766009 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         1.473373 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.473390 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.770329 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.770401 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.775557 s: MM_DEC_Process Start
    [MCU2_1]     69.783441 s: tivxEventWait End
         1.494634 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.494641 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 21291 us
         1.498668 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.498686 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.791307 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
    [MCU2_1]     69.795630 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.795702 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.800882 s: MM_DEC_Process Start
    [MCU2_1]     69.820433 s: [USERSID=0x00000001] [TID 0x00140034] HW Shift Register access returned an error during FEHW parsing.
    [MCU2_1]     69.820506 s: [USERSID=0x00000001] [TID 0x00140034] Some macroblocks were dropped when processing the current frame. May have corruption
    [MCU2_1]     69.820604 s: [USERSID=0x00000001] [TID 0x00140034] Picture error level: 100(
    [MCU2_1]     69.820933 s: decoder_picture_decoded : 4291 err_flags: 0x401
    [MCU2_1]     69.821003 s: _img_mem_free: found mapping for buffer 2 (size 249856)
         1.539454 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:676] Graph Completed (graph=7, pipe=0)
         1.539460 s:  VX_ZONE_INFO:[ownCheckGraphCompleted:701] All Graphs Completed
    INFO: Decoder time: 40812 us
    [MCU2_1]     69.828198 s: tivxEventWait End
    [MCU2_1]     69.836128 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:682] Node (node=4, pipe=0) executing on target 0000006c ... DONE !!!
         1.543549 s:  VX_ZONE_INFO:[ownGraphScheduleGraph:763] Scheduling Graph (graph=7, pipe=0)
         1.543567 s:  VX_ZONE_INFO:[ownNodeKernelSchedule:570] Scheduling Node (node=4, pipe=0)
    [MCU2_1]     69.840515 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:600] Node (node=4, pipe=0) acquiring parameters on target 0000006c
    [MCU2_1]     69.840609 s:  VX_ZONE_INFO:[tivxTargetNodeDescNodeExecute:659] Node (node=4, pipe=0) executing on target 0000006c
    [MCU2_1]     69.845753 s: MM_DEC_Process Start
    [MCU2_1]     69.852286 s: [USERSID=0x00000001] [TID 0x00150035] There are missing references for the current frame. May have corruption
    [MCU2_1]     69.852469 s: decoder_picture_decoded : 4291 err_flags: 0x20
    
    

  • Hello DJI Team,

    This test application if for Linux SDK. I think you have moved to RTOS SDK with RTOS decoder driver.

    1. Could you please confirm which Codec driver you are using? Linux or RTOS?

    2. Please share the stream with us to see if stream has any limitations.

    3. Can you try your video stream on PC player to know whether the stream is good.

    Thanks & Regards,

    Sunita.

  • Thanks DJI Team. Looks like we both replied at the same time.

    You have already answered some of the questions above, remaining questions here

    1. Please share the stream with us to see if stream has any limitations.

    2. Can you try your video stream on PC player to know whether the stream is good.

    Thanks & Regards,

    Sunita.