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.

RTOS: Merge Link : Sync link followed by merge gives no output

Tool/software: TI-RTOS

Hello Everyone,

I am working with TDA2px. Below is my usecase:

NetworkRx (A15) -> Decode -> Sync -> Dup -> Alg_Plugin1 (DSP1) -> Merge(DSP1)

Dup -> Alg_Plugin2 (DSP2) -> Merge

Merge -> Sync_2(DSP1) -> DssM2mWb -> Display_Video

Here when I use sync after merge link ,I receive no output , a complete black screen . What can be the issue? Can using two sync cause issue?

And if I remove the sync link , I do get a output, but there is lot of frame drop and there is unstable display with one correct frame and a green frame.

I cannot give two inputs to DssM2mWb link as it supports only one input.

Can anyone suggest me a better approach for this case? I want to generate a split screen with one view from Alg_Plugin1 and and second view of split screen from Alg_Plugin2.

  • Hi,

    After merge link you can put a sync link so that should not be an issue.
    Can you check your usecase stat log and check whether the 2nd SYnc link is dropping frames.

    Regards,
    Anuj
  • Hello Anuj,

    Thank you for the response.
    I checked the stat log. Both sync has no frame drops, but the plugins have a huge frame drop even if there is no processing done. I have just passed the input as output.
    However, if my usecase is as follows:
    NetworkRx (A15) -> Decode -> Sync -> Dup -> Alg_Plugin(DSP1) -> DssM2mWb -> Display_Video
    there is no frame drop.
    Can you help me with the issue?
  • Hi,

    Can you share the usecase log.

    Regards,

    Anuj

  • Below is the usecase and print stat logs:

    NetworkRx (A15) -> Decode -> Sync -> Dup -> Alg_Plugin1 (DSP1) -> Merge(DSP1)

    Dup -> Alg_Plugin2 (DSP2) -> Merge

    Merge -> Sync_2 -> DssM2mWb -> Display_Video

    CANLink (IPU1_0)

    ssdOverlayLink (IPU1_0) -> Display_Grpx

    [IPU1-0]     24.438510 s:  
    [IPU1-0]     24.438571 s:  CPU [IPU1-0 ] Statistics, 
    [IPU1-0]     24.438632 s:  ************************* 
    [IPU1-0]     24.438693 s:  
    [IPU1-0]     24.438754 s:  LOAD: CPU: 7.7% HWI: 1.1%, SWI:1.1%, Low Power: 0.0% 
    [IPU1-0]     24.438906 s:  
    [IPU1-0]     24.439028 s:  LOAD: TSK: SYNC0               : 0.1% 
    [IPU1-0]     24.439120 s:  LOAD: TSK: SYNC1               : 0.2% 
    [IPU1-0]     24.439272 s:  LOAD: TSK: SSDOVERLAY0         : 0.2% 
    [IPU1-0]     24.439364 s:  LOAD: TSK: STAT_COLL           : 3.5% 
    [IPU1-0]     24.439669 s:  LOAD: TSK: MISC                : 1.5% 
    [IPU1-0]     24.439760 s:  
    [IPU1-0]     24.439821 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
    [IPU1-0]     24.439913 s:  
    [IPU1-0]     24.439943 s:  SYSTEM: Sempahores Objects,  456 of 1500 free 
    [IPU1-0]     24.440035 s:  SYSTEM: Task Objects      ,   28 of  128 free 
    [IPU1-0]     24.440126 s:  SYSTEM: Clock Objects     ,   91 of  100 free 
    [IPU1-0]     24.440218 s:  SYSTEM: Hwi Objects       ,   83 of  100 free 
    [IPU1-0]     24.440309 s:  
    [IPU1-0]     24.440340 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 248568 B (2)
    [IPU1-0]     24.440553 s:  SYSTEM: Heap = SR_OCMC              @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0 KB)
    [IPU1-0]     24.440706 s:  SYSTEM: Heap = SR_DDR_CACHED        @ 0x89b03000, Total size = 368037888 B (350 MB), Free size = 35323187)
    [IPU1-0]     24.440889 s:  SYSTEM: Heap = SR_DDR_NON_CACHED    @ 0xbfc00000, Total size = 128128 B (0 MB), Free size = 112000 B (0 M)
    [IPU1-0]     24.441041 s:  
    [IPU1-0]     24.441102 s:  
    [IPU1-0]     24.441133 s:  CPU [IPU1-1 ] Statistics, 
    [IPU1-0]     24.441194 s:  ************************* 
    [IPU1-0]     24.441255 s:  
    [IPU1-0]     24.441316 s:  LOAD: CPU: 1.1% HWI: 0.6%, SWI:0.3%, Low Power: 0.0% 
    [IPU1-0]     24.441499 s:  
    [IPU1-0]     24.441621 s:  LOAD: TSK: MISC                : 0.2% 
    [IPU1-0]     24.441712 s:  
    [IPU1-0]     24.441743 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
    [IPU1-0]     24.441834 s:  
    [IPU1-0]     24.441865 s:  SYSTEM: Sempahores Objects,  890 of 1500 free 
    [IPU1-0]     24.441956 s:  SYSTEM: Task Objects      ,   66 of  128 free 
    [IPU1-0]     24.442048 s:  SYSTEM: Clock Objects     ,   99 of  100 free 
    [IPU1-0]     24.442139 s:  SYSTEM: Hwi Objects       ,   99 of  100 free 
    [IPU1-0]     24.442231 s:  
    [IPU1-0]     24.442261 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 655360 B (640 KB), Free size = 646208 B (6)
    [IPU1-0]     24.442444 s:  
    [IPU1-0]     24.442627 s:  
    [IPU1-0]     24.442688 s:  CPU [HOST   ] Statistics, 
    [IPU1-0]     24.442749 s:  ************************* 
    [IPU1-0]     24.442810 s:  
    [IPU1-0]     24.442871 s:  LOAD: CPU: 2.4% HWI: 0.1%, SWI:0.1%, Low Power: 0.0% 
    [IPU1-0]     24.443024 s:  
    [IPU1-0]     24.443115 s:  LOAD: TSK: NETWORK_RX0         : 0.2% 
    [IPU1-0]     24.443237 s:  LOAD: TSK: MISC                : 2.0% 
    [IPU1-0]     24.443298 s:  
    [IPU1-0]     24.443359 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
    [IPU1-0]     24.443451 s:  
    [IPU1-0]     24.443512 s:  SYSTEM: Sempahores Objects,  890 of 1500 free 
    [IPU1-0]     24.443634 s:  SYSTEM: Task Objects      ,   66 of  128 free 
    [IPU1-0]     24.443725 s:  SYSTEM: Clock Objects     ,   97 of  100 free 
    [IPU1-0]     24.443786 s:  SYSTEM: Hwi Objects       ,   99 of  100 free 
    [IPU1-0]     24.443878 s:  
    [IPU1-0]     24.443939 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 6291456 B (6144 KB), Free size = 5737472 B)
    [IPU1-0]     24.444091 s:  
    [IPU1-0]     24.444152 s:  
    [IPU1-0]     24.444183 s:  CPU [DSP1   ] Statistics, 
    [IPU1-0]     24.444244 s:  ************************* 
    [IPU1-0]     24.444305 s:  
    [IPU1-0]     24.444366 s:  LOAD: CPU: 8.2% HWI: 0.1%, SWI:0.1%, Low Power: 0.0% 
    [IPU1-0]     24.444732 s:  
    [IPU1-0]     24.444793 s:  LOAD: TSK: SYSTEM_TSK_MULTI_MBX: 7.9% 
    [IPU1-0]     24.444885 s:  LOAD: TSK: MISC                : 0.1% 
    [IPU1-0]     24.444976 s:  
    [IPU1-0]     24.445037 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
    [IPU1-0]     24.445129 s:  
    [IPU1-0]     24.445159 s:  SYSTEM: Sempahores Objects,  901 of 1500 free 
    [IPU1-0]     24.445251 s:  SYSTEM: Task Objects      ,  119 of  128 free 
    [IPU1-0]     24.445342 s:  SYSTEM: Clock Objects     ,   96 of  100 free 
    [IPU1-0]     24.445434 s:  SYSTEM: Hwi Objects       ,  100 of  100 free 
    [IPU1-0]     24.445678 s:  
    [IPU1-0]     24.445739 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (2)
    [IPU1-0]     24.445891 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 46137344 B (45056 KB), Free size = 3436232)
    [IPU1-0]     24.446074 s:  
    [IPU1-0]     24.446135 s:  
    [IPU1-0]     24.446166 s:  CPU [DSP2   ] Statistics, 
    [IPU1-0]     24.446227 s:  ************************* 
    [IPU1-0]     24.446288 s:  
    [IPU1-0]     24.446349 s:  LOAD: CPU: 3.4% HWI: 0.1%, SWI:0.0%, Low Power: 0.0% 
    [IPU1-0]     24.446623 s:  
    [IPU1-0]     24.446684 s:  LOAD: TSK: SYSTEM_TSK_MULTI_MBX: 3.0% 
    [IPU1-0]     24.446806 s:  LOAD: TSK: MISC                : 0.3% 
    [IPU1-0]     24.446898 s:  
    [IPU1-0]     24.446928 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
    [IPU1-0]     24.447020 s:  
    [IPU1-0]     24.447050 s:  SYSTEM: Sempahores Objects,  903 of 1500 free 
    [IPU1-0]     24.447142 s:  SYSTEM: Task Objects      ,  119 of  128 free 
    [IPU1-0]     24.447233 s:  SYSTEM: Clock Objects     ,   97 of  100 free 
    [IPU1-0]     24.447325 s:  SYSTEM: Hwi Objects       ,  100 of  100 free 
    [IPU1-0]     24.447416 s:  
    [IPU1-0]     24.447508 s:  SYSTEM: Heap = LOCAL_L2             @ 0x00800000, Total size = 227264 B (221 KB), Free size = 227264 B (2)
    [IPU1-0]     24.447691 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 6291456 B (6144 KB), Free size = 4808312 B)
    [IPU1-0]     24.447843 s:  
    [IPU1-0]     24.447904 s:  
    [IPU1-0]     24.447935 s:  CPU [EVE1   ] Statistics, 
    [IPU1-0]     24.447996 s:  ************************* 
    [IPU1-0]     24.448057 s:  
    [IPU1-0]     24.448118 s:  LOAD: CPU: 0.5% HWI: 0.2%, SWI:0.1%, Low Power: 0.0% 
    [IPU1-0]     24.448270 s:  
    [IPU1-0]     24.448301 s:  LOAD: TSK: MISC                : 0.2% 
    [IPU1-0]     24.448392 s:  
    [IPU1-0]     24.448453 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
    [IPU1-0]     24.448575 s:  
    [IPU1-0]     24.448606 s:  SYSTEM: Sempahores Objects,  905 of 1500 free 
    [IPU1-0]     24.448697 s:  SYSTEM: Task Objects      ,  120 of  128 free 
    [IPU1-0]     24.448789 s:  SYSTEM: Clock Objects     ,   99 of  100 free 
    [IPU1-0]     24.448880 s:  SYSTEM: Hwi Objects       ,   99 of  100 free 
    [IPU1-0]     24.448972 s:  
    [IPU1-0]     24.449002 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 K)
    [IPU1-0]     24.449185 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 255176 B (2)
    [IPU1-0]     24.449338 s:  
    [IPU1-0]     24.449399 s:  
    [IPU1-0]     24.449429 s:  CPU [EVE2   ] Statistics, 
    [IPU1-0]     24.449704 s:  ************************* 
    [IPU1-0]     24.449795 s:  
    [IPU1-0]     24.449856 s:  LOAD: CPU: 0.5% HWI: 0.2%, SWI:0.1%, Low Power: 0.0% 
    [IPU1-0]     24.449978 s:  
    [IPU1-0]     24.450039 s:  LOAD: TSK: MISC                : 0.2% 
    [IPU1-0]     24.450131 s:  
    [IPU1-0]     24.450161 s:  SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023 
    [IPU1-0]     24.450253 s:  
    [IPU1-0]     24.450314 s:  SYSTEM: Sempahores Objects,  905 of 1500 free 
    [IPU1-0]     24.450405 s:  SYSTEM: Task Objects      ,  120 of  128 free 
    [IPU1-0]     24.450527 s:  SYSTEM: Clock Objects     ,   99 of  100 free 
    [IPU1-0]     24.450619 s:  SYSTEM: Hwi Objects       ,   99 of  100 free 
    [IPU1-0]     24.450710 s:  
    [IPU1-0]     24.450741 s:  SYSTEM: Heap = LOCAL_L2             @ 0x40020000, Total size = 22528 B (22 KB), Free size = 22528 B (22 K)
    [IPU1-0]     24.450924 s:  SYSTEM: Heap = LOCAL_DDR            @ 0x00000000, Total size = 262144 B (256 KB), Free size = 255176 B (2)
    [IPU1-0]     24.451076 s:  
    [IPU1-0]     24.451534 s:  
    [IPU1-0]     24.451595 s:  UTILS_PRCM_STATS:  Current Temperature,
    [IPU1-0]     24.451656 s:  
    [IPU1-0]     24.451717 s:   Voltage Rail         ||   Curr Temp Min - Max   
    [IPU1-0]     24.451778 s:  --------------------------------------------------------- 
    [IPU1-0]     24.451869 s:      PMHAL_PRCM_VD_MPU ||     [34.800 , 35.200]    
    [IPU1-0]     24.451991 s:     PMHAL_PRCM_VD_CORE ||     [32.200 , 32.800]    
    [IPU1-0]     24.452113 s:    PMHAL_PRCM_VD_IVAHD ||     [34.  0 , 34.400]    
    [IPU1-0]     24.452205 s:   PMHAL_PRCM_VD_DSPEVE ||     [33.200 , 33.600]    
    [IPU1-0]     24.452327 s:      PMHAL_PRCM_VD_GPU ||     [32.800 , 33.200]    
    [IPU1-0]     24.452449 s: 
    [IPU1-0]     24.452510 s: ============================================================================
    [IPU1-0]     24.452632 s: Name      | Bus (mV)  | Res (mOhm) | Shunt (uV)  | Current (mA) | Power (mW)
    [IPU1-0]     24.452723 s: ----------------------------------------------------------------------------
    [IPU1-0]     24.453852 s:  UTILS_PRCM_STATS: Reading the regulator data failed
    [IPU1-0]     24.453943 s:  UTILS_PRCM_STATS: PM INA226 Power Read Failed !!
    [IPU1-0]     24.454218 s:  
    [IPU1-0]     24.454248 s:  Statistics Collector,
    [IPU1-0]     24.454309 s:  
    [IPU1-0]     24.454370 s:        STATISTIC          Avg Data        Peak Data 
    [IPU1-0]     24.454431 s:        COLLECTOR          MB/s            MB/s      
    [IPU1-0]     24.454767 s:  -------------------------------------------------- 
    [IPU1-0]     24.454889 s:  SCI_EMIF1 RD+WR      |    228.739608    896.642814
    [IPU1-0]     24.454980 s:  SCI_EMIF2 RD+WR      |      0.000000      0.000000
    [IPU1-0]     24.455102 s:  SCI_EMIF1 RD ONLY    |    157.282778    520.961023
    [IPU1-0]     24.455224 s:  SCI_EMIF1 WR ONLY    |     71.548784    375.803318
    [IPU1-0]     24.455316 s:  SCI_EMIF2 RD ONLY    |      0.000000      0.000000
    [IPU1-0]     24.455438 s:  SCI_EMIF2 WR ONLY    |      0.000000      0.000000
    [IPU1-0]     24.455590 s:  SCI_MA_MPU_P1        |      0.419178     38.620828
    [IPU1-0]     24.455712 s:  SCI_MA_MPU_P2        |      0.000000      0.000000
    [IPU1-0]     24.455804 s:  SCI_DSS              |     10.398278     41.173930
    [IPU1-0]     24.455926 s:  SCI_IPU1             |     44.779187    147.257365
    [IPU1-0]     24.456048 s:  SCI_VIP1_P1          |      0.000000      0.000000
    [IPU1-0]     24.456139 s:  SCI_VIP1_P2          |      0.000000      0.000000
    [IPU1-0]     24.456261 s:  SCI_VPE_P1           |      0.000000      0.000000
    [IPU1-0]     24.456353 s:  SCI_VPE_P2           |      0.000000      0.000000
    [IPU1-0]     24.456475 s:  SCI_DSP1_MDMA        |      4.966292    504.165911
    [IPU1-0]     24.456597 s:  SCI_DSP1_EDMA        |      0.000000      0.000000
    [IPU1-0]     24.456719 s:  SCI_DSP2_MDMA        |      4.932486    670.200279
    [IPU1-0]     24.456810 s:  SCI_DSP2_EDMA        |      0.000000      0.000000
    [IPU1-0]     24.456932 s:  SCI_EVE1_TC0         |     22.499060     31.997525
    [IPU1-0]     24.457054 s:  SCI_EVE1_TC1         |      0.000000      0.000000
    [IPU1-0]     24.457146 s:  SCI_EVE2_TC0         |     22.507461     40.111340
    [IPU1-0]     24.457268 s:  SCI_EVE2_TC1         |      0.000000      0.000000
    [IPU1-0]     24.457359 s:  SCI_EDMA_TC0_RD      |      0.000000      0.000000
    [IPU1-0]     24.457512 s:  SCI_EDMA_TC0_WR      |      0.000000      0.000000
    [IPU1-0]     24.457603 s:  SCI_EDMA_TC1_RD      |      0.000000      0.000000
    [IPU1-0]     24.457725 s:  SCI_EDMA_TC1_WR      |      0.000000      0.000000
    [IPU1-0]     24.457817 s:  SCI_VIP2_P1          |      0.000000      0.000000
    [IPU1-0]     24.458061 s:  SCI_VIP2_P2          |      0.000000      0.000000
    [IPU1-0]     24.458183 s:  SCI_IVA              |      0.000000      0.000000
    [IPU1-0]     24.458274 s:  SCI_GPU_P1           |      0.000000      0.000000
    [IPU1-0]     24.458366 s:  SCI_GPU_P2           |      0.000000      0.000000
    [IPU1-0]     24.458518 s:  SCI_GMAC_SW          |      0.000000      0.000000
    [IPU1-0]     24.458640 s:  SCI_OCMC_RAM1        |      0.000000      0.000000
    [IPU1-0]     24.458732 s:  SCI_OCMC_RAM2        |      0.000000      0.000000
    [IPU1-0]     24.458854 s:  SCI_OCMC_RAM3        |      0.000000      0.000000
    [IPU1-0]     24.458945 s:  SCI_ISS_RT           |      0.000000      0.000000
    [IPU1-0]     24.459037 s:  SCI_ISS_NRT1         |      0.000000      0.000000
    [IPU1-0]     24.460806 s:  SCI_ISS_NRT2         |      0.000000      0.000000
    [IPU1-0]     24.460958 s:  SCI_CAL              |      0.000000      0.000000
    [IPU1-0]     24.560513 s:  
    [IPU1-0]     24.560605 s:  
    [IPU1-0]     24.561977 s:  
    [IPU1-0]     24.562038 s:  ### CPU [  HOST], LinkID [ 66],
    [IPU1-0]     24.562130 s:  
    [IPU1-0]     24.562160 s:  [ NETWORK_RX ] Link Statistics,
    [IPU1-0]     24.562252 s:  ******************************
    [IPU1-0]     24.563441 s:  
    [IPU1-0]     24.563563 s:  Elapsed time       = 13448 msec
    [IPU1-0]     24.563655 s:  
    [IPU1-0]     24.563685 s:  New data Recv      =  25.80 fps
    [IPU1-0]     24.563777 s:  Get Full Buf Cb    =   4.38 fps
    [IPU1-0]     24.563838 s:  Put Empty Buf Cb   =  11.97 fps
    [IPU1-0]     24.563929 s:  Driver/Notify Cb   =  30.26 fps
    [IPU1-0]     24.564021 s:  
    [IPU1-0]     24.564051 s:  Input Statistics,
    [IPU1-0]     24.566766 s:  
    [IPU1-0]     24.566827 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     24.566918 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     24.566979 s:  -------------------------------------------------- 
    [IPU1-0]     24.567071 s:   0 |  25.80      0. 0      0. 0           4.31 
    [IPU1-0]     24.567315 s:   1 |  25.80      0. 0      0. 0           4.31 
    [IPU1-0]     24.567498 s:   2 |  25.80      0. 0      0. 0           4.38 
    [IPU1-0]     24.567620 s:   3 |  25.80      0. 0      0. 0           4.38 
    [IPU1-0]     24.567772 s:  
    [IPU1-0]     24.567803 s:  Output Statistics,
    [IPU1-0]     24.567864 s:  
    [IPU1-0]     24.567894 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     24.567986 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     24.568047 s:  --------------------------------------------- 
    [IPU1-0]     24.568138 s:   0 |  0      4.31    21.49      0. 0 
    [IPU1-0]     24.568260 s:   1 |  0      4.31    21.49      0. 0 
    [IPU1-0]     24.568382 s:   2 |  0      4.38    21.41      0. 0 
    [IPU1-0]     24.568535 s:   3 |  0      4.38    21.41      0. 0 
    [IPU1-0]     24.568657 s:  
    [IPU1-0]     24.568687 s:  [ NETWORK_RX ] LATENCY,
    [IPU1-0]     24.568748 s:  ********************
    [IPU1-0]     24.568809 s:  
    [IPU1-0]     24.568931 s:  
    [IPU1-0]     24.568962 s:  ### CPU [  HOST], LinkID [  0],
    [IPU1-0]     24.569053 s:  
    [IPU1-0]     24.569084 s:  [ IPC_OUT_0 ] Link Statistics,
    [IPU1-0]     24.569145 s:  ******************************
    [IPU1-0]     24.569236 s:  
    [IPU1-0]     24.569267 s:  Elapsed time       = 1907 msec
    [IPU1-0]     24.569328 s:  
    [IPU1-0]     24.569358 s:  New data Recv      =  30.93 fps
    [IPU1-0]     24.569450 s:  Release data Recv  =  74.46 fps
    [IPU1-0]     24.569572 s:  Driver/Notify Cb   = 107.49 fps
    [IPU1-0]     24.569633 s:  
    [IPU1-0]     24.569694 s:  Input Statistics,
    [IPU1-0]     24.569724 s:  
    [IPU1-0]     24.569785 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     24.569846 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     24.569938 s:  -------------------------------------------------- 
    [IPU1-0]     24.570029 s:   0 |  30.41     12. 6      0. 0          18.35 
    [IPU1-0]     24.570151 s:   1 |  30.41     12. 6      0. 0          18.35 
    [IPU1-0]     24.570304 s:   2 |  30.93     12. 6      0. 0          18.87 
    [IPU1-0]     24.570426 s:   3 |  30.93     12. 6      0. 0          18.87 
    [IPU1-0]     24.570578 s:  
    [IPU1-0]     24.570639 s:  Output Statistics,
    [IPU1-0]     24.570670 s:  
    [IPU1-0]     24.570731 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     24.570792 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     24.570883 s:  --------------------------------------------- 
    [IPU1-0]     24.570944 s:   0 |  0     18.35     0. 0      0. 0 
    [IPU1-0]     24.571066 s:   1 |  0     18.35     0. 0      0. 0 
    [IPU1-0]     24.571188 s:   2 |  0     18.87     0. 0      0. 0 
    [IPU1-0]     24.571310 s:   3 |  0     18.87     0. 0      0. 0 
    [IPU1-0]     24.571432 s:  
    [IPU1-0]     24.571676 s:  [ IPC_OUT_0 ] LATENCY,
    [IPU1-0]     24.571768 s:  ********************
    [IPU1-0]     24.571829 s:  Local Link Latency     : Avg =      1 us, Min =      0 us, Max =     31 us, 
    [IPU1-0]     24.571951 s:  Source to Link Latency : Avg =   4813 us, Min =     30 us, Max =  11376 us, 
    [IPU1-0]     24.572073 s:  
    [IPU1-0]     25.071585 s:  
    [IPU1-0]     25.071676 s:  ### CPU [IPU1-0], LinkID [ 10],
    [IPU1-0]     25.071737 s:  
    [IPU1-0]     25.071798 s:  [ IPC_IN_0 ] Link Statistics,
    [IPU1-0]     25.071859 s:  ******************************
    [IPU1-0]     25.071920 s:  
    [IPU1-0]     25.071951 s:  Elapsed time       = 2408 msec
    [IPU1-0]     25.072042 s:  
    [IPU1-0]     25.072073 s:  Get Full Buf Cb    =  40.69 fps
    [IPU1-0]     25.072164 s:  Put Empty Buf Cb   =  83.88 fps
    [IPU1-0]     25.072225 s:  Driver/Notify Cb   =  53.98 fps
    [IPU1-0]     25.072317 s:  
    [IPU1-0]     25.072347 s:  Input Statistics,
    [IPU1-0]     25.072408 s:  
    [IPU1-0]     25.072439 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     25.072683 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     25.072774 s:  -------------------------------------------------- 
    [IPU1-0]     25.072866 s:   0 |  20.76      0. 0      0. 0          20.76 
    [IPU1-0]     25.072988 s:   1 |  20.76      0. 0      0. 0          20.76 
    [IPU1-0]     25.073140 s:   2 |  21.17      0. 0      0. 0          21.17 
    [IPU1-0]     25.073262 s:   3 |  21.17      0. 0      0. 0          21.17 
    [IPU1-0]     25.073384 s:  
    [IPU1-0]     25.073445 s:  Output Statistics,
    [IPU1-0]     25.073628 s:  
    [IPU1-0]     25.073689 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     25.073750 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     25.073842 s:  --------------------------------------------- 
    [IPU1-0]     25.073903 s:   0 |  0     20.76     0. 0      0. 0 
    [IPU1-0]     25.074117 s:   1 |  0     20.76     0. 0      0. 0 
    [IPU1-0]     25.074269 s:   2 |  0     21.17     0. 0      0. 0 
    [IPU1-0]     25.074391 s:   3 |  0     21.17     0. 0      0. 0 
    [IPU1-0]     25.074513 s:  
    [IPU1-0]     25.074574 s:  [ IPC_IN_0 ] LATENCY,
    [IPU1-0]     25.074635 s:  ********************
    [IPU1-0]     25.074696 s:  Local Link Latency     : Avg =     15 us, Min =      0 us, Max =     61 us, 
    [IPU1-0]     25.074818 s:  Source to Link Latency : Avg =   5054 us, Min =    305 us, Max =  10553 us, 
    [IPU1-0]     25.074940 s:  
    [IPU1-0]     25.075062 s:  
    [IPU1-0]     25.075093 s:  ### CPU [IPU1-0], LinkID [ 82],
    [IPU1-0]     25.075154 s:  
    [IPU1-0]     25.075215 s:  [ DECODE ] Link Statistics,
    [IPU1-0]     25.075276 s:  ******************************
    [IPU1-0]     25.075337 s:  
    [IPU1-0]     25.075367 s:  Elapsed time       = 2412 msec
    [IPU1-0]     25.075459 s:  
    [IPU1-0]     25.075733 s:  New data Recv      =  40.63 fps
    [IPU1-0]     25.075825 s:  Release data Recv  =  83.74 fps
    [IPU1-0]     25.075886 s:  Get Full Buf Cb    = 198.17 fps
    [IPU1-0]     25.075977 s:  Put Empty Buf Cb   =  83.74 fps
    [IPU1-0]     25.076160 s:  
    [IPU1-0]     25.076221 s:  Input Statistics,
    [IPU1-0]     25.076252 s:  
    [IPU1-0]     25.076313 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     25.076374 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     25.076465 s:  -------------------------------------------------- 
    [IPU1-0]     25.076587 s:   0 |  20.72      0. 0      0. 0          20.72 
    [IPU1-0]     25.076740 s:   1 |  20.72      0. 0      0. 0          20.72 
    [IPU1-0]     25.076862 s:   2 |  21.14      0. 0      0. 0          21.14 
    [IPU1-0]     25.077014 s:   3 |  21.14      0. 0      0. 0          21.14 
    [IPU1-0]     25.077136 s:  
    [IPU1-0]     25.077167 s:  Output Statistics,
    [IPU1-0]     25.077228 s:  
    [IPU1-0]     25.077258 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     25.077350 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     25.077411 s:  --------------------------------------------- 
    [IPU1-0]     25.077533 s:   0 |  0     20.72     0. 0      0. 0 
    [IPU1-0]     25.077655 s:   1 |  0     20.72     0. 0      0. 0 
    [IPU1-0]     25.077777 s:   2 |  0     21.14     0. 0      0. 0 
    [IPU1-0]     25.077899 s:   3 |  0     21.14     0. 0      0. 0 
    [IPU1-0]     25.078021 s:  
    [IPU1-0]     25.078051 s:  [ DECODE ] LATENCY,
    [IPU1-0]     25.078112 s:  ********************
    [IPU1-0]     25.078173 s:  Local Link Latency     : Avg =   4528 us, Min =   1952 us, Max =  13786 us, 
    [IPU1-0]     25.078295 s:  Source to Link Latency : Avg =  53952 us, Min =   2653 us, Max = 817026 us, 
    [IPU1-0]     25.078417 s:  
    [IPU1-0]     25.078570 s:  
    [IPU1-0]     25.078600 s:  ### CPU [IPU1-0], LinkID [ 34],
    [IPU1-0]     25.078692 s:  
    [IPU1-0]     25.078722 s:  [ SYNC_0 ] Link Statistics,
    [IPU1-0]     25.078783 s:  ******************************
    [IPU1-0]     25.078844 s:  
    [IPU1-0]     25.078905 s:  Elapsed time       = 13964 msec
    [IPU1-0]     25.079058 s:  
    [IPU1-0]     25.079088 s:  New data Recv      =  44.82 fps
    [IPU1-0]     25.079180 s:  Get Full Buf Cb    =   3.58 fps
    [IPU1-0]     25.079241 s:  Put Empty Buf Cb   =   6.87 fps
    [IPU1-0]     25.079332 s:  Driver/Notify Cb   =  30.29 fps
    [IPU1-0]     25.079424 s:  
    [IPU1-0]     25.079454 s:  Input Statistics,
    [IPU1-0]     25.079546 s:  
    [IPU1-0]     25.079576 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     25.079668 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     25.079729 s:  -------------------------------------------------- 
    [IPU1-0]     25.079820 s:   0 |   3.58      0. 0      0. 0           3.58 
    [IPU1-0]     25.079942 s:   1 |   3.58      0. 0      0. 0           3.58 
    [IPU1-0]     25.080095 s:   2 |   3.65      0. 0      0. 0           3.58 
    [IPU1-0]     25.080217 s:   3 |   3.65      0. 0      0. 0           3.58 
    [IPU1-0]     25.080369 s:  
    [IPU1-0]     25.080400 s:  Output Statistics,
    [IPU1-0]     25.080461 s:  
    [IPU1-0]     25.080735 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     25.080827 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     25.080888 s:  --------------------------------------------- 
    [IPU1-0]     25.080979 s:   0 |  0      3.58     0. 0      0. 0 
    [IPU1-0]     25.081101 s:  
    [IPU1-0]     25.081132 s:  [ SYNC_0 ] LATENCY,
    [IPU1-0]     25.081193 s:  ********************
    [IPU1-0]     25.081254 s:  Local Link Latency     : Avg =  15857 us, Min =     30 us, Max =  39437 us, 
    [IPU1-0]     25.081376 s:  Source to Link Latency : Avg =  70474 us, Min =  14702 us, Max = 762803 us, 
    [IPU1-0]     25.081528 s:  
    [IPU1-0]     25.081620 s:  CPU [  IPU1-0], LinkID [ 25], Link Statistics not available !
    [IPU1-0]     25.081772 s:  
    [IPU1-0]     25.081803 s:  ### CPU [IPU1-0], LinkID [  1],
    [IPU1-0]     25.081894 s:  
    [IPU1-0]     25.081925 s:  [ IPC_OUT_1 ] Link Statistics,
    [IPU1-0]     25.082016 s:  ******************************
    [IPU1-0]     25.082077 s:  
    [IPU1-0]     25.082108 s:  Elapsed time       = 2401 msec
    [IPU1-0]     25.082169 s:  
    [IPU1-0]     25.082230 s:  New data Recv      =  20.82 fps
    [IPU1-0]     25.082291 s:  Release data Recv  =  19.99 fps
    [IPU1-0]     25.082382 s:  Driver/Notify Cb   =  53.31 fps
    [IPU1-0]     25.082474 s:  
    [IPU1-0]     25.082535 s:  Input Statistics,
    [IPU1-0]     25.082596 s:  
    [IPU1-0]     25.082626 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     25.082718 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     25.082779 s:  -------------------------------------------------- 
    [IPU1-0]     25.082870 s:   0 |  20.82      0. 0      0. 0          20.82 
    [IPU1-0]     25.083023 s:  
    [IPU1-0]     25.083053 s:  Output Statistics,
    [IPU1-0]     25.083114 s:  
    [IPU1-0]     25.083145 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     25.083236 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     25.083297 s:  --------------------------------------------- 
    [IPU1-0]     25.083389 s:   0 |  0     20.82     0. 0      0. 0 
    [IPU1-0]     25.083541 s:  
    [IPU1-0]     25.083572 s:  [ IPC_OUT_1 ] LATENCY,
    [IPU1-0]     25.083633 s:  ********************
    [IPU1-0]     25.083694 s:  Local Link Latency     : Avg =      3 us, Min =      0 us, Max =     31 us, 
    [IPU1-0]     25.083816 s:  Source to Link Latency : Avg =  70838 us, Min =  15098 us, Max = 763139 us, 
    [IPU1-0]     25.083938 s:  
    [IPU1-0]     25.584792 s:  
    [IPU1-0]     25.584853 s:  ### CPU [  DSP2], LinkID [ 10],
    [IPU1-0]     25.584944 s:  
    [IPU1-0]     25.584975 s:  [ IPC_IN_0 ] Link Statistics,
    [IPU1-0]     25.585066 s:  ******************************
    [IPU1-0]     25.585127 s:  
    [IPU1-0]     25.585158 s:  Elapsed time       = 2904 msec
    [IPU1-0]     25.585219 s:  
    [IPU1-0]     25.585280 s:  Get Full Buf Cb    =  21.69 fps
    [IPU1-0]     25.586378 s:  Put Empty Buf Cb   =  21.69 fps
    [IPU1-0]     25.586561 s:  Driver/Notify Cb   =  55.44 fps
    [IPU1-0]     25.586652 s:  
    [IPU1-0]     25.586683 s:  Input Statistics,
    [IPU1-0]     25.586744 s:  
    [IPU1-0]     25.586774 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     25.586866 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     25.586957 s:  -------------------------------------------------- 
    [IPU1-0]     25.587018 s:   0 |  22.38      0. 0      0. 0          22.38 
    [IPU1-0]     25.588391 s:  
    [IPU1-0]     25.588482 s:  Output Statistics,
    [IPU1-0]     25.588604 s:  
    [IPU1-0]     25.588635 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     25.588726 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     25.588787 s:  --------------------------------------------- 
    [IPU1-0]     25.590282 s:   0 |  0     22.38     0. 0      0. 0 
    [IPU1-0]     25.590434 s:  
    [IPU1-0]     25.590526 s:  [ IPC_IN_0 ] LATENCY,
    [IPU1-0]     25.590587 s:  ********************
    [IPU1-0]     25.590648 s:  Local Link Latency     : Avg =     19 us, Min =      0 us, Max =     31 us, 
    [IPU1-0]     25.590770 s:  Source to Link Latency : Avg =  73543 us, Min =  15251 us, Max = 763261 us, 
    [IPU1-0]     25.590892 s:  
    [IPU1-0]     25.591014 s:  
    [IPU1-0]     25.591075 s:  ### CPU [  DSP2], LinkID [ 49],
    [IPU1-0]     25.591136 s:  
    [IPU1-0]     25.591166 s:  [ ALG_Plugin2 ] Link Statistics,
    [IPU1-0]     25.591258 s:  ******************************
    [IPU1-0]     25.591319 s:  
    [IPU1-0]     25.591380 s:  Elapsed time       = 2911 msec
    [IPU1-0]     25.591441 s:  
    [IPU1-0]     25.591471 s:  Out Buf Error Count = 60 frames
    [IPU1-0]     25.591563 s:  New data Recv      =  21.64 fps
    [IPU1-0]     25.591654 s:  
    [IPU1-0]     25.591715 s:  Input Statistics,
    [IPU1-0]     25.591746 s:  
    [IPU1-0]     25.591807 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     25.591868 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     25.591959 s:  -------------------------------------------------- 
    [IPU1-0]     25.592051 s:   0 |  21.98     20.61      0. 0           1.37 
    [IPU1-0]     25.592173 s:  
    [IPU1-0]     25.592234 s:  Output Statistics,
    [IPU1-0]     25.592264 s:  
    [IPU1-0]     25.592325 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     25.592386 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     25.592478 s:  --------------------------------------------- 
    [IPU1-0]     25.592783 s:   0 |  0      1.37    20.61      0. 0 
    [IPU1-0]     25.593058 s:  
    [IPU1-0]     25.593088 s:  [ ALG_Plugin2 ] LATENCY,
    [IPU1-0]     25.593180 s:  ********************
    [IPU1-0]     25.593241 s:  Local Link Latency     : Avg = 100972 us, Min =  24034 us, Max = 331666 us, 
    [IPU1-0]     25.593363 s:  Source to Link Latency : Avg = 557328 us, Min = 346978 us, Max = 787387 us, 
    [IPU1-0]     25.593485 s:  
    [IPU1-0]     25.593637 s:  
    [IPU1-0]     25.593668 s:  ### CPU [  DSP2], LinkID [  0],
    [IPU1-0]     25.593759 s:  
    [IPU1-0]     25.593790 s:  [ IPC_OUT_0 ] Link Statistics,
    [IPU1-0]     25.593851 s:  ******************************
    [IPU1-0]     25.593912 s:  
    [IPU1-0]     25.593973 s:  Elapsed time       = 2581 msec
    [IPU1-0]     25.594034 s:  
    [IPU1-0]     25.594064 s:  New data Recv      =   1.54 fps
    [IPU1-0]     25.594156 s:  Driver/Notify Cb   =  33.32 fps
    [IPU1-0]     25.594217 s:  
    [IPU1-0]     25.594278 s:  Input Statistics,
    [IPU1-0]     25.594308 s:  
    [IPU1-0]     25.594369 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     25.594430 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     25.594552 s:  -------------------------------------------------- 
    [IPU1-0]     25.594644 s:   0 |   1.54      0. 0      0. 0           1.54 
    [IPU1-0]     25.594766 s:  
    [IPU1-0]     25.594796 s:  Output Statistics,
    [IPU1-0]     25.594857 s:  
    [IPU1-0]     25.594888 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     25.594979 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     25.595040 s:  --------------------------------------------- 
    [IPU1-0]     25.595132 s:   0 |  0      1.54     0. 0      0. 0 
    [IPU1-0]     25.595254 s:  
    [IPU1-0]     25.595284 s:  [ IPC_OUT_0 ] LATENCY,
    [IPU1-0]     25.595345 s:  ********************
    [IPU1-0]     25.595406 s:  Local Link Latency     : Avg =     15 us, Min =      0 us, Max =     31 us, 
    [IPU1-0]     25.595559 s:  Source to Link Latency : Avg = 557458 us, Min = 347222 us, Max = 787478 us, 
    [IPU1-0]     25.595681 s:  
    [IPU1-0]     26.095711 s:  
    [IPU1-0]     26.095803 s:  ### CPU [  DSP1], LinkID [ 11],
    [IPU1-0]     26.095894 s:  
    [IPU1-0]     26.095925 s:  [ IPC_IN_1 ] Link Statistics,
    [IPU1-0]     26.095986 s:  ******************************
    [IPU1-0]     26.096047 s:  
    [IPU1-0]     26.096077 s:  Elapsed time       = 2593 msec
    [IPU1-0]     26.096169 s:  
    [IPU1-0]     26.096199 s:  Get Full Buf Cb    =   2.69 fps
    [IPU1-0]     26.096291 s:  Driver/Notify Cb   =  33.93 fps
    [IPU1-0]     26.096352 s:  
    [IPU1-0]     26.096413 s:  Input Statistics,
    [IPU1-0]     26.096443 s:  
    [IPU1-0]     26.096504 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     26.096718 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     26.096809 s:  -------------------------------------------------- 
    [IPU1-0]     26.096901 s:   0 |   1.54      0. 0      0. 0           1.54 
    [IPU1-0]     26.097023 s:  
    [IPU1-0]     26.097084 s:  Output Statistics,
    [IPU1-0]     26.097114 s:  
    [IPU1-0]     26.097175 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     26.097236 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     26.097328 s:  --------------------------------------------- 
    [IPU1-0]     26.097389 s:   0 |  0      1.54     0. 0      0. 0 
    [IPU1-0]     26.097541 s:  
    [IPU1-0]     26.097602 s:  [ IPC_IN_1 ] LATENCY,
    [IPU1-0]     26.097663 s:  ********************
    [IPU1-0]     26.097724 s:  Local Link Latency     : Avg =     23 us, Min =      0 us, Max =     31 us, 
    [IPU1-0]     26.097846 s:  Source to Link Latency : Avg = 817188 us, Min = 788173 us, Max = 837187 us, 
    [IPU1-0]     26.097968 s:  
    [IPU1-0]     26.597816 s:  
    [IPU1-0]     26.597877 s:  ### CPU [IPU1-0], LinkID [  0],
    [IPU1-0]     26.597968 s:  
    [IPU1-0]     26.597999 s:  [ IPC_OUT_0 ] Link Statistics,
    [IPU1-0]     26.598060 s:  ******************************
    [IPU1-0]     26.598121 s:  
    [IPU1-0]     26.598182 s:  Elapsed time       = 15518 msec
    [IPU1-0]     26.598243 s:  
    [IPU1-0]     26.598273 s:  New data Recv      =   6.25 fps
    [IPU1-0]     26.598365 s:  Release data Recv  =   6.5 fps
    [IPU1-0]     26.598456 s:  Driver/Notify Cb   =  39.37 fps
    [IPU1-0]     26.598548 s:  
    [IPU1-0]     26.598609 s:  Input Statistics,
    [IPU1-0]     26.598639 s:  
    [IPU1-0]     26.598700 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     26.598761 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     26.598853 s:  -------------------------------------------------- 
    [IPU1-0]     26.598944 s:   0 |   6.18      0. 0      0. 0           6.18 
    [IPU1-0]     26.599066 s:  
    [IPU1-0]     26.599097 s:  Output Statistics,
    [IPU1-0]     26.599158 s:  
    [IPU1-0]     26.599188 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     26.599280 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     26.599341 s:  --------------------------------------------- 
    [IPU1-0]     26.599432 s:   0 |  0      6.18     0. 0      0. 0 
    [IPU1-0]     26.599585 s:  
    [IPU1-0]     26.599615 s:  [ IPC_OUT_0 ] LATENCY,
    [IPU1-0]     26.599676 s:  ********************
    [IPU1-0]     26.599737 s:  Local Link Latency     : Avg =      7 us, Min =      0 us, Max =     61 us, 
    [IPU1-0]     26.599859 s:  Source to Link Latency : Avg =  50659 us, Min =  14915 us, Max = 762986 us, 
    [IPU1-0]     26.600073 s:  
    [IPU1-0]     27.099646 s:  
    [IPU1-0]     27.099707 s:  ### CPU [  DSP1], LinkID [ 10],
    [IPU1-0]     27.099798 s:  
    [IPU1-0]     27.099829 s:  [ IPC_IN_0 ] Link Statistics,
    [IPU1-0]     27.099920 s:  ******************************
    [IPU1-0]     27.099981 s:  
    [IPU1-0]     27.100012 s:  Elapsed time       = 4419 msec
    [IPU1-0]     27.100195 s:  
    [IPU1-0]     27.100225 s:  Get Full Buf Cb    =  24.66 fps
    [IPU1-0]     27.100317 s:  Put Empty Buf Cb   =  24.66 fps
    [IPU1-0]     27.100378 s:  Driver/Notify Cb   =  58.15 fps
    [IPU1-0]     27.100469 s:  
    [IPU1-0]     27.100500 s:  Input Statistics,
    [IPU1-0]     27.102086 s:  
    [IPU1-0]     27.102177 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     27.102238 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     27.102330 s:  -------------------------------------------------- 
    [IPU1-0]     27.102421 s:   0 |  25.11      0. 0      0. 0          25.11 
    [IPU1-0]     27.102604 s:  
    [IPU1-0]     27.102635 s:  Output Statistics,
    [IPU1-0]     27.102696 s:  
    [IPU1-0]     27.102757 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     27.103855 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     27.103977 s:  --------------------------------------------- 
    [IPU1-0]     27.104038 s:   0 |  0     25.11     0. 0      0. 0 
    [IPU1-0]     27.104160 s:  
    [IPU1-0]     27.104221 s:  [ IPC_IN_0 ] LATENCY,
    [IPU1-0]     27.104282 s:  ********************
    [IPU1-0]     27.104343 s:  Local Link Latency     : Avg =     17 us, Min =      0 us, Max =     31 us, 
    [IPU1-0]     27.105471 s:  Source to Link Latency : Avg =  69984 us, Min =  15068 us, Max = 828838 us, 
    [IPU1-0]     27.105685 s:  
    [IPU1-0]     27.105837 s:  
    [IPU1-0]     27.105868 s:  ### CPU [  DSP1], LinkID [ 49],
    [IPU1-0]     27.105959 s:  
    [IPU1-0]     27.105990 s:  [ ALG_Plugin1 ] Link Statistics,
    [IPU1-0]     27.106081 s:  ******************************
    [IPU1-0]     27.106142 s:  
    [IPU1-0]     27.107454 s:  Elapsed time       = 4425 msec
    [IPU1-0]     27.107606 s:  
    [IPU1-0]     27.107637 s:  Out Buf Error Count = 105 frames
    [IPU1-0]     27.107728 s:  New data Recv      =  24.40 fps
    [IPU1-0]     27.107789 s:  
    [IPU1-0]     27.107850 s:  Input Statistics,
    [IPU1-0]     27.109314 s:  
    [IPU1-0]     27.109375 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     27.109467 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     27.109589 s:  -------------------------------------------------- 
    [IPU1-0]     27.109680 s:   0 |  24.63     23.72      0. 0           0.90 
    [IPU1-0]     27.109802 s:  
    [IPU1-0]     27.109863 s:  Output Statistics,
    [IPU1-0]     27.110016 s:  
    [IPU1-0]     27.110046 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     27.110138 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     27.110199 s:  --------------------------------------------- 
    [IPU1-0]     27.110290 s:   0 |  0      0.90    23.72      0. 0 
    [IPU1-0]     27.110412 s:  
    [IPU1-0]     27.110443 s:  [ ALG_Plugin1 ] LATENCY,
    [IPU1-0]     27.110565 s:  ********************
    [IPU1-0]     27.110626 s:  Local Link Latency     : Avg = 260507 us, Min =  73385 us, Max = 821692 us, 
    [IPU1-0]     27.110748 s:  Source to Link Latency : Avg = 872295 us, Min = 836821 us, Max = 902375 us, 
    [IPU1-0]     27.110870 s:  
    [IPU1-0]     27.110931 s:  CPU [    DSP1], LinkID [ 38], Link Statistics not available !
    [IPU1-0]     27.111083 s:  
    [IPU1-0]     27.111114 s:  ### CPU [  DSP1], LinkID [  0],
    [IPU1-0]     27.111206 s:  
    [IPU1-0]     27.111236 s:  [ IPC_OUT_0 ] Link Statistics,
    [IPU1-0]     27.111328 s:  ******************************
    [IPU1-0]     27.111389 s:  
    [IPU1-0]     27.111419 s:  Elapsed time       = 3609 msec
    [IPU1-0]     27.111480 s:  
    [IPU1-0]     27.111816 s:  New data Recv      =   1.10 fps
    [IPU1-0]     27.111907 s:  Driver/Notify Cb   =  33.25 fps
    [IPU1-0]     27.111999 s:  
    [IPU1-0]     27.112029 s:  Input Statistics,
    [IPU1-0]     27.112090 s:  
    [IPU1-0]     27.112121 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     27.112182 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     27.112273 s:  -------------------------------------------------- 
    [IPU1-0]     27.112365 s:   0 |   1.10      0. 0      0. 0           1.10 
    [IPU1-0]     27.112487 s:   2 |   1.10      0. 0      0. 0           1.10 
    [IPU1-0]     27.112670 s:  
    [IPU1-0]     27.112700 s:  Output Statistics,
    [IPU1-0]     27.112761 s:  
    [IPU1-0]     27.112822 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     27.112883 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     27.112975 s:  --------------------------------------------- 
    [IPU1-0]     27.113036 s:   0 |  0      1.10     0. 0      0. 0 
    [IPU1-0]     27.113158 s:   2 |  0      1.10     0. 0      0. 0 
    [IPU1-0]     27.113280 s:  
    [IPU1-0]     27.113310 s:  [ IPC_OUT_0 ] LATENCY,
    [IPU1-0]     27.113371 s:  ********************
    [IPU1-0]     27.113432 s:  Local Link Latency     : Avg =      3 us, Min =      0 us, Max =     30 us, 
    [IPU1-0]     27.113585 s:  Source to Link Latency : Avg = 844936 us, Min = 788264 us, Max = 902528 us, 
    [IPU1-0]     27.113707 s:  
    [IPU1-0]     27.613768 s:  
    [IPU1-0]     27.613859 s:  ### CPU [IPU1-0], LinkID [ 11],
    [IPU1-0]     27.613920 s:  
    [IPU1-0]     27.613981 s:  [ IPC_IN_1 ] Link Statistics,
    [IPU1-0]     27.614042 s:  ******************************
    [IPU1-0]     27.614103 s:  
    [IPU1-0]     27.614134 s:  Elapsed time       = 4111 msec
    [IPU1-0]     27.614195 s:  
    [IPU1-0]     27.614256 s:  Get Full Buf Cb    =  31.37 fps
    [IPU1-0]     27.614317 s:  Driver/Notify Cb   =  34.5 fps
    [IPU1-0]     27.614408 s:  
    [IPU1-0]     27.614439 s:  Input Statistics,
    [IPU1-0]     27.614500 s:  
    [IPU1-0]     27.614683 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     27.614896 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     27.614957 s:  -------------------------------------------------- 
    [IPU1-0]     27.615049 s:   0 |   0.97      0. 0      0. 0           0.97 
    [IPU1-0]     27.615201 s:   2 |   0.97      0. 0      0. 0           0.97 
    [IPU1-0]     27.615323 s:  
    [IPU1-0]     27.615354 s:  Output Statistics,
    [IPU1-0]     27.615415 s:  
    [IPU1-0]     27.615445 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     27.615537 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     27.615659 s:  --------------------------------------------- 
    [IPU1-0]     27.615750 s:   0 |  0      0.97     0. 0      0. 0 
    [IPU1-0]     27.615872 s:   2 |  0      0.97     0. 0      0. 0 
    [IPU1-0]     27.615994 s:  
    [IPU1-0]     27.616025 s:  [ IPC_IN_1 ] LATENCY,
    [IPU1-0]     27.616086 s:  ********************
    [IPU1-0]     27.616147 s:  Local Link Latency     : Avg =     38 us, Min =     30 us, Max =     61 us, 
    [IPU1-0]     27.616269 s:  Source to Link Latency : Avg = 845229 us, Min = 788569 us, Max = 902863 us, 
    [IPU1-0]     27.616391 s:  
    [IPU1-0]     27.616482 s:  
    [IPU1-0]     27.616543 s:  ### CPU [IPU1-0], LinkID [ 35],
    [IPU1-0]     27.616635 s:  
    [IPU1-0]     27.616696 s:  [ SYNC_1 ] Link Statistics,
    [IPU1-0]     27.616757 s:  ******************************
    [IPU1-0]     27.616818 s:  
    [IPU1-0]     27.616848 s:  Elapsed time       = 16503 msec
    [IPU1-0]     27.616909 s:  
    [IPU1-0]     27.616970 s:  New data Recv      =  30.60 fps
    [IPU1-0]     27.617031 s:  Driver/Notify Cb   =  30.29 fps
    [IPU1-0]     27.617123 s:  
    [IPU1-0]     27.617153 s:  Input Statistics,
    [IPU1-0]     27.617214 s:  
    [IPU1-0]     27.617245 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     27.617336 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     27.617397 s:  -------------------------------------------------- 
    [IPU1-0]     27.617489 s:   0 |   0.24      0. 0      0. 0           0. 0 
    [IPU1-0]     27.617916 s:   2 |   0.24      0. 0      0. 0           0. 0 
    [IPU1-0]     27.618068 s:  
    [IPU1-0]     27.618099 s:  Output Statistics,
    [IPU1-0]     27.618160 s:  
    [IPU1-0]     27.618190 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     27.618251 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     27.618343 s:  --------------------------------------------- 
    [IPU1-0]     27.618404 s:  
    [IPU1-0]     27.618465 s:  [ SYNC_1 ] LATENCY,
    [IPU1-0]     27.618526 s:  ********************
    [IPU1-0]     27.618617 s:  
    [IPU1-0]     27.618739 s:  
    [IPU1-0]     27.618770 s:  ### CPU [IPU1-0], LinkID [ 97],
    [IPU1-0]     27.618861 s:  
    [IPU1-0]     27.618892 s:  [ DSSM2MWB ] Link Statistics,
    [IPU1-0]     27.618953 s:  ******************************
    [IPU1-0]     27.619014 s:  
    [IPU1-0]     27.619075 s:  Elapsed time       = 17159 msec
    [IPU1-0]     27.619136 s:  
    [IPU1-0]     27.619166 s:  
    [IPU1-0]     27.619197 s:  Input Statistics,
    [IPU1-0]     27.619258 s:  
    [IPU1-0]     27.619288 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     27.619380 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     27.619471 s:  -------------------------------------------------- 
    [IPU1-0]     27.619563 s:  
    [IPU1-0]     27.619624 s:  Output Statistics,
    [IPU1-0]     27.619654 s:  
    [IPU1-0]     27.619715 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     27.619776 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     27.619868 s:  --------------------------------------------- 
    [IPU1-0]     27.619959 s:  
    [IPU1-0]     27.619990 s:  [ DSSM2MWB ] LATENCY,
    [IPU1-0]     27.620051 s:  ********************
    [IPU1-0]     27.620112 s:  
    [IPU1-0]     27.620203 s:  
    [IPU1-0]     27.620234 s:  ### CPU [IPU1-0], LinkID [ 73],
    [IPU1-0]     27.620325 s:  
    [IPU1-0]     27.620356 s:  [ DISPLAY ] Link Statistics,
    [IPU1-0]     27.620417 s:  ******************************
    [IPU1-0]     27.620478 s:  
    [IPU1-0]     27.620539 s:  Elapsed time       = 17160 msec
    [IPU1-0]     27.620630 s:  
    [IPU1-0]     27.620661 s:  
    [IPU1-0]     27.620722 s:  Input Statistics,
    [IPU1-0]     27.620752 s:  
    [IPU1-0]     27.620813 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     27.620874 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     27.620966 s:  -------------------------------------------------- 
    [IPU1-0]     27.621027 s:  
    [IPU1-0]     27.621088 s:  Output Statistics,
    [IPU1-0]     27.621149 s:  
    [IPU1-0]     27.621179 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     27.621240 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     27.621332 s:  --------------------------------------------- 
    [IPU1-0]     27.621423 s:  
    [IPU1-0]     27.621454 s:  [ DISPLAY ] LATENCY,
    [IPU1-0]     27.621515 s:  ********************
    [IPU1-0]     27.621576 s:  
    [IPU1-0]     27.621637 s:  Display UnderFlow Count = 0
    [IPU1-0]     27.621698 s:  
    [IPU1-0]     27.621759 s:  CPU [  IPU1-0], LinkID [104], Link Statistics not available !
    [IPU1-0]     27.621911 s:  
    [IPU1-0]     27.621972 s:  ### CPU [IPU1-0], LinkID [102],
    [IPU1-0]     27.622033 s:  
    [IPU1-0]     27.622064 s:  [ SSDOVERLAY ] Link Statistics,
    [IPU1-0]     27.622155 s:  ******************************
    [IPU1-0]     27.622216 s:  
    [IPU1-0]     27.622247 s:  Elapsed time       = 16849 msec
    [IPU1-0]     27.622308 s:  
    [IPU1-0]     27.622369 s:  New data Recv      =  97.69 fps
    [IPU1-0]     27.622430 s:  
    [IPU1-0]     27.622491 s:  Input Statistics,
    [IPU1-0]     27.622521 s:  
    [IPU1-0]     27.622826 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     27.622918 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     27.622979 s:  -------------------------------------------------- 
    [IPU1-0]     27.623070 s:  
    [IPU1-0]     27.623101 s:  Output Statistics,
    [IPU1-0]     27.623162 s:  
    [IPU1-0]     27.623192 s:  CH | Out | Out     | Out Drop | Out User Drop 
    [IPU1-0]     27.623284 s:     | ID  | FPS     | FPS      | FPS           
    [IPU1-0]     27.623345 s:  --------------------------------------------- 
    [IPU1-0]     27.623436 s:  
    [IPU1-0]     27.623467 s:  [ SSDOVERLAY ] LATENCY,
    [IPU1-0]     27.623528 s:  ********************
    [IPU1-0]     27.623619 s:  
    [IPU1-0]     27.623741 s:  
    [IPU1-0]     27.623802 s:  ### CPU [IPU1-0], LinkID [ 74],
    [IPU1-0]     27.623863 s:  
    [IPU1-0]     27.623924 s:  [ DISPLAY ] Link Statistics,
    [IPU1-0]     27.623985 s:  ******************************
    [IPU1-0]     27.624046 s:  
    [IPU1-0]     27.624077 s:  Elapsed time       = 16544 msec
    [IPU1-0]     27.624168 s:  
    [IPU1-0]     27.624199 s:  Driver/Notify Cb   =  59.96 fps
    [IPU1-0]     27.624260 s:  
    [IPU1-0]     27.624321 s:  Input Statistics,
    [IPU1-0]     27.624351 s:  
    [IPU1-0]     27.624412 s:  CH | In Recv | In Drop | In User Drop | In Process 
    [IPU1-0]     27.624473 s:     | FPS     | FPS     | FPS          | FPS        
    [IPU1-0]     27.624595 s:  -------------------------------------------------- 
    [IPU1-0]     27.624687 s:   0 |   0. 6      0. 0      0. 0           0. 6 
    [IPU1-0]     27.624809 s:  
    [IPU1-0]     27.624839 s:  [ DISPLAY ] LATENCY,
    [IPU1-0]     27.624900 s:  ********************
    [IPU1-0]     27.624961 s:  Local Link Latency     : Avg =     30 us, Min =     30 us, Max =     30 us, 
    [IPU1-0]     27.625083 s:  Source to Link Latency : Avg = 306351 us, Min = 306351 us, Max = 306351 us, 
    [IPU1-0]     27.625205 s:  
    [IPU1-0]     27.625236 s:  Display UnderFlow Count = 0
    
    

  • Hi,

    I do not know what are you doing inside your Alg link but the latency for those is very huge.

    The local latency for that should be somewhere around 30 ms for 30FPS.

    Please check that and whenever you share usecase stats, please share it after running the usecase for 1 min 

    Regards,

    Anuj

  • Hi,

    Its been long since any update on this thread.

    I hope the issue is resolved.

    If not the please reply below or create a new thread for different issue.

    Regards,

    Anuj