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.

Kernel build FAIL when I enable Frame Buffer

Hi 

I want to display image to monitor. So does I need to open Frame buffer?  In menuconfig, I set it to:

 

But when I make uImage, I got error:

`vps_capt_deinit' referenced in section `.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_video_deinit' referenced in section `.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_grpx_deinit' referenced in section `.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_dc_deinit' referenced in section `.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_system_deinit' referenced in section `.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_sbuf_deinit' referenced in section `.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_grpx_deinit' referenced in section `.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_dc_deinit' referenced in section `.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_system_deinit' referenced in section `.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_sbuf_deinit' referenced in section `.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_dc_deinit' referenced in section `.init.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_grpx_deinit' referenced in section `.init.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_sbuf_deinit' referenced in section `.init.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_system_deinit' referenced in section `.init.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_video_deinit' referenced in section `.init.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
`vps_capt_deinit' referenced in section `.init.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o

What's wrong about it?

What should I do to resolve this problem and get image on monitor?

Thanks very much!

  • Hello,

    Add it like a module "M" (press M on TI81XX frame buffer support (EXPERIMENTAL)  --->.

    Best Regards,

    Margarita

  • fbdev is a loadable kernel module and is already loaded when you run ./load.sh . It can not be built in as part of kernel.

    What image do you want to display ? Is it RGB image or YUV or JPEG . Depending on image format you will have to use correct option.

  • I can build uImage success for press"M", but fail at "*".

  • Hi Badri:

       I want to display RGB video to AVOUT. But I get nothing. 

      What should I do?

  • What sequence of cmds are you using to display .Share full console logs

  • Hi Badri:

    Thanks very much!

    Sorry, I think I don't known to get display sequence.

    That's fantastic! Once, I see blue image on LCD Monitor(AVOUT). Restart system, the blue image is disappear!

    Full log is:

    8623.nomonitor.txt
     _____                    _____           _         _   
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_ 
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|  
                  |___|                    |___|            
    
    Arago Project http://arago-project.org dm816x ttyO2
    
    Arago 2012.10 dm816x ttyO2
    
    dm816x login: root
    root@dm816x:~# cd /opt/dvr_rdk/ti816x/
    root@dm816x:/opt/dvr_rdk/ti816x# ./run_mcfw_demo.sh 
    *** Bootargs Validated for mem param ***
    *** Bootargs Validated for notifyk.vpssm3 params ***
    *** Kernel Base address validated ***
    Kernel bootargs validated
    numid=101,iface=MIXER,name='Left DAC Mux'
      ; type=ENUMERATED,access=rw------,values=1,items=3
      ; Item #0 'DAC_L1'
      ; Item #1 'DAC_L3'
      ; Item #2 'DAC_L2'
      : values=2
    numid=99,iface=MIXER,name='Right DAC Mux'
      ; type=ENUMERATED,access=rw------,values=1,items=3
      ; Item #0 'DAC_R1'
      ; Item #1 'DAC_R3'
      ; Item #2 'DAC_R2'
      : values=2
     [c6xdsp ] Remote Debug Shared Memory @ 0xbd400000
     [m3video] Remote Debug Shared Memory @ 0xbd410820
     [m3vpss ] Remote Debug Shared Memory @ 0xbd421040
    SysLink version : 2.20.02.20
    SysLink module created on Date:Jul 29 2014 Time:16:41:44
    Trace enabled
    Trace SetFailureReason enabled
     Setting DMM priority for [DUCATI  ] to [0] ( 0x4e000624 = 0x08000000 )
     Setting DMM priority for [HDVICP0 ] to [2] ( 0x4e000634 = 0x0000000a )
     Setting DMM priority for [HDVICP1 ] to [2] ( 0x4e000634 = 0x000a0000 )
     Setting DMM priority for [HDVICP2 ] to [2] ( 0x4e000634 = 0x00a00000 )
     
     *** TVP5158 probe : START ***
     
     TI VS EVM : TVP5158 device address : 0x58, 0x5a, 0x5c, 0x5e
     TI DVR    : TVP5158 device address : 0x5c, 0x5d, 0x5e, 0x5f
     
     Device found     : I2C (0xXX): 0x08 = 0x51
                        I2C (0xXX): 0x09 = 0x58
     
     Device NOT found : I2C (0xXX): Read ERROR !!! (reg[0x08], count = 2)
     
     I2C (0x58): 0x08 = 0x51 
     I2C (0x58): 0x09 = 0x58 
     I2C (0x5a): Read ERROR !!! (reg[0x08], count = 2)
     I2C (0x5c): Read ERROR !!! (reg[0x08], count = 2)
     I2C (0x5d): Read ERROR !!! (reg[0x08], count = 2)
     I2C (0x5e): Read ERROR !!! (reg[0x08], count = 2)
     I2C (0x5f): Read ERROR !!! (reg[0x08], count = 2)
     
     *** TVP5158 probe : END ***
     
    /opt/dvr_rdk/ti816x
    Attached to slave procId 2.
    Loaded file ../firmware/dvr_rdk_fw_m3vpss_1024M_128M.xem3 on slave procId 2.
    Started slave procId 2.
    After Ipc_loadcallback status [0x00000000]
     [m3vpss ] ***** VPSS Firmware build time 18:47:14 Jul 29 2014  EDG gcc 3.0 mode
     [m3vpss ] ***** SYSTEM  : Frequency <ORG> - 250000000, <NEW> - 279999968
     [m3vpss ] notify_attach  rtnVal  0
     [m3vpss ] initProxyServer  rtnVal  0
     [m3vpss ]  
     [m3vpss ]  *** UTILS: CPU KHz = 559999 Khz ***
     [m3vpss ]  
     [m3vpss ]  35: SYSTEM: IPC init in progress !!!
     [m3vpss ]  35: SYSTEM: Attaching to [HOST] ... 
     [m3vpss ]  37: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
    After Ipc_startcallback status [0x00000000]
    Attached to slave procId 1.
    Loaded file ../firmware/dvr_rdk_fw_m3video_1024M_128M.xem3 on slave procId 1.
    Started slave procId 1.
    After Ipc_loadcallback status [0x00000000]
     [m3video] ***** VIDEO Firmware build time 18:48:02 Jul 29 2014  EDG gcc 3.0 mode
     [m3video] ***** SYSTEM  : Frequency <ORG> - 250000000, <NEW> - 50000000
     [m3video]  
     [m3video]  *** UTILS: CPU KHz = 100000 Khz ***
     [m3video]  
     [m3video]  2470: SYSTEM: IPC init in progress !!!
     [m3video]  2470: SYSTEM: Attaching to [HOST] ... 
     [m3video]  2484: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
    After Ipc_startcallback status [0x00000000]
    Attached to slave procId 0.
     [m3video]  3484: SYSTEM: Attaching to [DSP] ... 
    Loaded file ../firmware/dvr_rdk_fw_c6xdsp_1024M_128M.xe674 on slave procId 0.
    Started slave procId 0.
    After Ipc_loadcallback status [0x00000000]
    After Ipc_startcallback status [0x00000000]
     [m3video]  3803: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
     [c6xdsp ] ***** VIDEO Firmware build time 18:46:01 Jul 29 2014  EDG gcc 3.0 mode
     [c6xdsp ] ***** SYSTEM  : Frequency <ORG> - 800000000, <NEW> - 813176448
     [c6xdsp ]  
     [c6xdsp ]  *** UTILS: CPU KHz = 813176 Khz ***
     [c6xdsp ]  
     [c6xdsp ]  5: SYSTEM: IPC init in progress !!!
     [c6xdsp ]  5: SYSTEM: Attaching to [HOST] ... 
     [c6xdsp ]  9: SYSTEM: Attaching to [HOST] ... SUCCESS !!!
     [c6xdsp ]  10: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
     [c6xdsp ]  12: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
     [m3video]  3821: SYSTEM: Attaching to [VPSS-M3] ... SUCCESS !!!
     [m3vpss ]  681: SYSTEM: Attaching to [DSP] ... SUCCESS !!!
     [c6xdsp ]  DMA: Module install successful, device major num = 250 
    12: SYSTEM: CreaDRV: Module install successful
    ting MsgQ Heap [DRV: Module built on Jul 29 2014 16:42:10 
    IPC_MSGQ_MSG_HEAP_0] ...
     [m3video]  3821: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_1] ...
     [m3vpss ]  682: SYSTEM: Attaching to [VIDEO-M3] ... SUCCESS !!!
     [c6xdsp ]  12: SYSTEM: Creating MsgQ [DSP_MSGQ] ...
     [m3video]  3823: SYSTEM: Creating MsgQ [VIDEO-M3_MSGQ] ...
     [m3vpss ]  682: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_2] ...
     [c6xdsp ]  12: SYSTEM: Creating MsgQ [DSP_ACK_MSGQ] ...
     [m3video]  3824: SYSTEM: Creating MsgQ [VIDEO-M3_ACK_MSGQ] ...
     [m3vpss ]  682: SYSTEM: Creating MsgQ [VPSS-M3_MSGQ] ...
     [c6xdsp ]  12: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [m3video]  3833: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [m3vpss ]  682: SYSTEM: Creating MsgQ [VPSS-M3_ACK_MSGQ] ...
     [c6xdsp ]  12: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     [m3video]  3834: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     [m3vpss ]  684: SYSTEM: Notify register to [HOST] line 0, event 15 ... 
     [c6xdsp ]  12: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     [m3video]  3835: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     [m3vpss ]  684: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     [c6xdsp ]  13: SYSTEM: IPC init DONE !!!
     [m3video]  3836: SYSTEM: IPC init DONE !!!
     [m3vpss ]  684: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     [c6xdsp ]  14: MEM: Shared Region i=0,2: Base = 0xac400000, Length = 0x0fbc0000 (251 MB) 
     [m3video]  3868: MEM: Shared Region i=0,2: Base = 0xac400000, Length = 0x0fbc0000 (251 MB) 
     [m3vpss ]  684: SYSTEM: IPC init DONE !!!
     [c6xdsp ]  15: MEM: ERROR: SharedRegion_setEntry (2, 0x9cb5b4cc) FAILED !!!  (status=-1) 
     [m3video]  3869: MEM: Shared Region i=1,1: Base = 0x88000000, Length = 0x0f000000 (240 MB) 
     [m3vpss ]  690: MEM: Shared Region i=0,2: Base = 0xac400000, Length = 0x0fbc0000 (251 MB) 
     [m3video] SystemLink_init m3video SystemLink_init:132 tskName=SYSTEM_M3VIDEO536870975
     [m3vpss ]  690: MEM: Shared Region i=1,1: Base = 0x88000000, Length = 0x0f000000 (240 MB) 
     [m3vpss ] SystemLink_init m3vpss SystemLink_init:274 tskName=SYSTEM_M3VPSS536870975
     [m3video] IPC_OUT_M3_LINK_OBJ_MAX=2
     [m3vpss ] === HDVPSS Clocks are enabled ===
     [m3video]  3883: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_0] in region 0 ...
     [m3vpss ] === HDVPSS is fully functional ===
     [m3video]  3884: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_0] in region 0 ...
     [m3vpss ] === HDVPSS module is not in standby ===
     [m3video]  3885: SYSTEM: ListElem Shared Addr = 0xbd673e00
     [m3video] status=0
     [m3video]  3897: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_1] in region 0 ...
     [m3video]  3898: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_1] in region 0 ...
     [m3video]  3899: SYSTEM: ListElem Shared Addr = 0xbd677300
     [m3video] status=0
     [m3video] IpcOutM3Link_init ok
     [m3video] IpcInM3Link_init for SYSTEM_LINK_ID_IPC_IN_M3_0
     [m3video] IpcInM3Link_init for SYSTEM_LINK_ID_IPC_IN_M3_0 done
     [m3video] IPC_FRAMES_OUT0
     [m3vpss ] === I2C1 Clk is active ===
     [m3video]  3933: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_19] in region 0 ...
     [m3vpss ] IPC_OUT_M3_LINK_OBJ_MAX=2
     [m3video]  3935: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_19] in region 0 ...
     [m3vpss ]  702: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_0] in region 0 ...
     [m3video]  3936: SYSTEM: ListElem Shared Addr = 0xbd67ad80
     [m3vpss ]  702: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_0] in region 0 ...
     [m3video] IPC_FRAMES_OUT1
     [m3vpss ]  703: SYSTEM: ListElem Shared Addr = 0xbd6a0000
     [m3video]  3949: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_20] in region 0 ...
     [m3vpss ] status=0
     [m3video]  3951: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_20] in region 0 ...
     [m3vpss ]  705: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_1] in region 0 ...
     [m3video]  3952: SYSTEM: ListElem Shared Addr = 0xbd6a6a00
     [m3vpss ]  705: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_1] in region 0 ...
     [m3video] IPC_FRAMES_OUT2
     [m3vpss ]  705: SYSTEM: ListElem Shared Addr = 0xbd6a3a80
     [m3video]  3966: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_21] in region 0 ...
     [m3vpss ] status=0
     [m3video]  3967: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_21] in region 0 ...
     [m3vpss ] IpcOutM3Link_init ok
     [m3video]  3968: SYSTEM: ListElem Shared Addr = 0xbd6cc200
     [m3vpss ] IpcInM3Link_init for SYSTEM_LINK_ID_IPC_IN_M3_0
     [m3video]  4045: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_24] in region 0 ...
     [m3vpss ] IpcInM3Link_init for SYSTEM_LINK_ID_IPC_IN_M3_0 done
     [m3video]  4047: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_24] in region 0 ...
     [m3vpss ] IPC_FRAMES_OUT0
     [m3video]  4048: SYSTEM: ListElem Shared Addr = 0xbd73ca00
     [m3vpss ]  719: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_19] in region 0 ...
     [m3video]  4060: SYSTEM: Creating ListMP [VIDEO-M3_IPC_OUT_25] in region 0 ...
     [m3vpss ]  719: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_19] in region 0 ...
     [m3video]  4061: SYSTEM: Creating ListMP [VIDEO-M3_IPC_IN_25] in region 0 ...
     [m3vpss ]  719: SYSTEM: ListElem Shared Addr = 0xbd6f1a00
     [m3video]  4063: SYSTEM: ListElem Shared Addr = 0xbd77fd00
     [m3vpss ] IPC_FRAMES_OUT1
     [m3video]  4072: HDVICP: Doing PRCM for IVAHD[0] ... 
     [m3vpss ]  722: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_20] in region 0 ...
     [m3video]  4073: HDVICP: PRCM for IVAHD[0] ... DONE.
     [m3vpss ]  722: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_20] in region 0 ...
     [m3video]  4073: HDVICP: Doing PRCM for IVAHD[1] ... 
     [m3vpss ]  722: SYSTEM: ListElem Shared Addr = 0xbd717480
     [m3video]  4074: HDVICP: PRCM for IVAHD[1] ... DONE.
     [m3vpss ] IPC_FRAMES_OUT2
     [m3video]  4074: HDVICP: Doing PRCM for IVAHD[2] ... 
     [m3vpss ]  724: SYSTEM: Creating ListMP [VPSS-M3_IPC_OUT_21] in region 0 ...
     [m3video]  4075: HDVICP: PRCM for IVAHD[2] ... DONE.
     [m3vpss ]  725: SYSTEM: Creating ListMP [VPSS-M3_IPC_IN_21] in region 0 ...
     [m3video]  4077: SYSTEM  : Initializing Links(include (M3)AlgLink) !!! 
     [m3vpss ]  725: SYSTEM: ListElem Shared Addr = 0xbd75aa80
     [c6xdsp ] Remote Debug Shared Memory @ 0xbd400000
     [m3video] Remote Debug Shared Memory @ 0xbd410820
     [m3vpss ] Remote Debug Shared Memory @ 0xbd421040
     [m3vpss ] Received character 's'
     [m3video] System_memPrintHeapStatus called
     [c6xdsp ] Remote Debug Shared Memory @ 0xbd400000
     [m3video] Remote Debug Shared Memory @ 0xbd410820
     [m3vpss ] Remote Debug Shared Memory @ 0xbd421040
     [m3video] Received character 's'
     [m3video]  4078: SYSTEM  : FREE SPACE : System Heap      = 6280072 B, Mbx = 10240 msgs) 
     [m3vpss ] TILER_STATS: CNT :8BIT
     [m3video]  4079: SYSTEM  : FREE SPACE : SR0 Heap         = 12987904 B (12 MB) 
     [m3vpss ] TILER_STATS: CNT RESOLUTION:    16384 x 8192
     [m3video]  4080: SYSTEM  : FREE SPACE : Frame Buffer     = 263978880 B (251 MB) 
     [m3vpss ] TILER_STATS: BUCKET RESOLUTION: 16384 x 8188
     [m3video]  4081: SYSTEM  : FREE SPACE : Bitstream Buffer = 251658112 B (239 MB) 
     [m3vpss ] TILER_STATS: NUM FREE BUCKETS:  1
     [m3video]  4081: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     [m3video]  4090: SYSTEM  : FREE SPACE : Tiler 8-bit      = 134152192 B (127 MB)  - TILER ON 
     [m3vpss ] TILER_STATS: NUM USED BUCKETS:  0
     [c6xdsp ] Remote Debug Shared Memory @ 0xbd400000
     [m3video] Remote Debug Shared Memory @ 0xbd410820
     [m3vpss ] Remote Debug Shared Memory @ 0xbd421040
     [m3video]  4091: SYSTEM  : FREE SPACE : Tiler 16-bit     = 71303168 B (68 MB)  - TILER ON 
     [m3vpss ] TILER_STATS: TOTAL FREE AREA:   134152192 (99 %)
     [m3video] System_memPrintHeapStatus ok
     [m3vpss ] TILER_STATS: TOTAL USED AREA:   0 (0 %)
     [m3video]  4284: SYSTEM  : Initializing Links ... DONE !!! 
     [m3vpss ] TILER_STATS: CNT :16BIT
     [m3vpss ] TILER_STATS: CNT RESOLUTION:    32768 x 2176
     [m3vpss ] TILER_STATS: BUCKET RESOLUTION: 32768 x 2176
     [m3vpss ] TILER_STATS: NUM FREE BUCKETS:  1
     [m3vpss ] TILER_STATS: NUM USED BUCKETS:  0
     [m3vpss ] TILER_STATS: TOTAL FREE AREA:   71303168 (100 %)
     [m3vpss ] TILER_STATS: TOTAL USED AREA:   0 (0 %)
     [m3vpss ]  841: UTILS: DMA: HWI Create for INT63 !!!
     [m3vpss ]  842: SYSTEM  : Initializing Links !!! 
     [m3vpss ] System_memPrintHeapStatus called
     [m3vpss ]  842: SYSTEM  : FREE SPACE : System Heap      = 74056 B, Mbx = 10240 msgs) 
     [m3vpss ]  842: SYSTEM  : FREE SPACE : SR0 Heap         = 12987904 B (12 MB) 
     [m3vpss ]  842: SYSTEM  : FREE SPACE : Frame Buffer     = 259668864 B (247 MB) 
     [m3vpss ]  842: SYSTEM  : FREE SPACE : Bitstream Buffer = 251658112 B (239 MB) 
     [m3vpss ] TILER_STATS: CNT :8BIT
     [m3vpss ] TILER_STATS: CNT RESOLUTION:    16384 x 8192
     [m3vpss ] TILER_STATS: BUCKET RESOLUTION: 16384 x 8188
     [m3vpss ] TILER_STATS: NUM FREE BUCKETS:  1
     [m3vpss ] TILER_STATS: NUM USED BUCKETS:  0
     [m3vpss ] TILER_STATS: TOTAL FREE AREA:   134152192 (99 %)
     [m3vpss ] TILER_STATS: TOTAL USED AREA:   0 (0 %)
     [m3vpss ] TILER_STATS: CNT :16BIT
     [m3vpss ] TILER_STATS: CNT RESOLUTION:    32768 x 2176
     [m3vpss ] TILER_STATS: BUCKET RESOLUTION: 32768 x 2176
     [m3vpss ] TILER_STATS: NUM FREE BUCKETS:  1
     [m3vpss ] TILER_STATS: NUM USED BUCKETS:  0
     [m3vpss ] TILER_STATS: TOTAL FREE AREA:   71303168 (100 %)
     [m3vpss ] TILER_STATS: TOTAL USED AREA:   0 (0 %)
     [m3vpss ]  843: SYSTEM  : FREE SPACE : Tiler 8-bit      = 134152192 B (127 MB)  - TILER ON 
     [m3vpss ]  843: SYSTEM  : FREE SPACE : Tiler 16-bit     = 71303168 B (68 MB)  - TILER ON 
     [m3vpss ] System_memPrintHeapStatus ok
     [m3vpss ] NullLink_init 1 nullId=0 tskName=NULL0
     [m3vpss ] NullLink_init 1 nullId=1 tskName=NULL1
     [m3vpss ] NullLink_init 1 nullId=2 tskName=NULL2
     [m3vpss ] SWMS0 id=536870960 
     [m3vpss ] SWMS1 id=536870961 
     [m3vpss ] SWMS2 id=536870962 
     [m3vpss ] SWMS3 id=536870963 
     [m3vpss ] SELECT0=SELECT0
     [m3vpss ]  952: SYSTEM  : Initializing Links ... DONE !!! 
     [m3vpss ]  952: SYSTEM  : Set Static L3 pressure for HDVPSS as High
     [c6xdsp ]  1021: MEM: Shared Region i=1,1: Base = 0x88000000, Length = 0x0f000000 (240 MB) 
     [c6xdsp ] SystemLink_init c6xdsp SystemLink_init:117 tskName=SYSTEM_DSP536870975
     [c6xdsp ]  1009: SYSTEM  : RpeServer_init() done... Ret Val 0!!!
     [c6xdsp ] IPC_FRAMES_OUT0
     [c6xdsp ]  1025: SYSTEM: Creating ListMP [DSP_IPC_OUT_19] in region 0 ...
     [c6xdsp ]  1025: SYSTEM: Creating ListMP [DSP_IPC_IN_19] in region 0 ...
     [c6xdsp ]  1025: SYSTEM: ListElem Shared Addr = 0xbd79d800
     [c6xdsp ] IPC_FRAMES_OUT1
     [c6xdsp ]  1025: SYSTEM: Creating ListMP [DSP_IPC_OUT_20] in region 0 ...
     [c6xdsp ]  1025: SYSTEM: Creating ListMP [DSP_IPC_IN_20] in region 0 ...
     [c6xdsp ]  1025: SYSTEM: ListElem Shared Addr = 0xbd7c3000
     [c6xdsp ] IPC_FRAMES_OUT2
     [c6xdsp ]  1026: SYSTEM: Creating ListMP [DSP_IPC_OUT_21] in region 0 ...
     [c6xdsp ]  1026: SYSTEM: Creating ListMP [DSP_IPC_IN_21] in region 0 ...
     [c6xdsp ]  1026: SYSTEM: ListElem Shared Addr = 0xbd7e8800
     [c6xdsp ]  1027: SYSTEM: Creating ListMP [DSP_IPC_OUT_24] in region 0 ...
     [c6xdsp ]  1027: SYSTEM: Creating ListMP [DSP_IPC_IN_24] in region 0 ...
     [c6xdsp ]  1027: SYSTEM: ListElem Shared Addr = 0xbd80e000
     [c6xdsp ]  1027: SYSTEM: Creating ListMP [DSP_IPC_OUT_25] in region 0 ...
     [c6xdsp ]  1028: SYSTEM: Creating ListMP [DSP_IPC_IN_25] in region 0 ...
     [c6xdsp ]  1028: SYSTEM: ListElem Shared Addr = 0xbd82bb00
     [c6xdsp ] !!WARNING.Resource already registered:2
     [c6xdsp ]  1015: SYSTEM  : Initializing Links(include AlgLink) !!! 
     [c6xdsp ] System_memPrintHeapStatus called
     [c6xdsp ]  1028: SYSTEM  : FREE SPACE : System Heap      = 18853504 B, Mbx = 10240 msgs) 
     [c6xdsp ] System_memPrintHeapStatus ok
     [c6xdsp ] SCD_PROCESS_TSK0 created!!!!
     [c6xdsp ] SCD_PROCESS_TSK1 created!!!!
     [c6xdsp ]  ----- zpav ----- init 
     [c6xdsp ]  ChNo: 0, InputSrc: 0
     [c6xdsp ]  ChNo[module] vpss probe done.
    : 1, InputSrc: 1
     [c6xdsp ]  ChNo: 2, InputSrc: 2
     [c6xdsp ]  ChNo: 3, InputSrc: 3
     [c6xdsp ]  ----- zpav ----- : [4] : used L2 : 11200 ; DDR3 : 17193136 . 
     [c6xdsp ] Received character 's'
    /opt/dvr_rdk/ti816x
     [c6xdsp ] NullLink_init 1 nullId=0 tskName=NULL0
     [c6xdsp ] NullLink_init 1 nullId=1 tskName=NULL1
     [c6xdsp ] NullLink_init 1 nullId=2 tskName=NULL2
     [c6xdsp ] SELECT0=SELECT0
     [c6xdsp ]  1118: [module] ti81xxfb probe done.
    SYSTEM  : Initializing Links ... DONE !!! 
     [c6xdsp ]  ETH_OFFLOAD: Init !!!
    HDMI W1 rev 2.0
    HDMI CEC Spec version 1.2
    I2C No Ack
    
    HDMI failed to read E-EDID
     
     ORG 0x46c00524: 0
     NEW 0x46c00524: 2
     
    root@dm816x:/opt/dvr_rdk/ti816x# StoreManager::Init Path :
    /media/sda1/:34869
    /media/sdb1/:34869
    
    CGloalDeviceInfo:: enter pcature=413c54f0 *********************
    
    
    
    
    HYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHY
    HUANYI DVR V2 Build(1021)
    
    HYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHYHY
    log:  demo.c(587)-<Demo_startStop>: 
    demoId=7 startDemo=1 gDemo_info.audioInitialized[0]
    log:  demo.c(616)-<Demo_startStop>: 
    Demo_startAudioCaptureSystem
    log:  ti_vdis.c(155)-<Vdis_params_init>: 
    i=0 j=0 width[1920] height[1080]
     log:  ti_vdis.c(155)-<Vdis_params_init>: 
    i=1 j=0 width[1920] height[1080]
     log:  ti_vdis.c(155)-<Vdis_params_init>: 
    i=2 j=0 width[1920] height[1080]
     log:  ti_vdis.c(155)-<Vdis_params_init>: 
    i=3 j=0 width[720] height[480]
     --------------- CHANNEL DETAILS-------------
    Capture Channels => 4
    Enc Channels => Primary 4, Secondary 4
    Dec Channels => 4
    Disp Channels => 8
    -------------------------------------------
    log:  ti_vdis.c(155)-<Vdis_params_init>: 
    i=0 j=0 width[1920] height[1080]
     log:  ti_vdis.c(155)-<Vdis_params_init>: 
    i=1 j=0 width[1920] height[1080]
     log:  ti_vdis.c(155)-<Vdis_params_init>: 
    i=2 j=0 width[1920] height[1080]
     log:  ti_vdis.c(155)-<Vdis_params_init>: 
    i=3 j=0 width[720] height[480]
      0: SYSTEM: IPC init in progress !!!
     15: SYSTEM: CPU [DSP] syslink proc ID is [0] !!!
     15: SYSTEM: CPU [VIDEO-M3] syslink proc ID is [1] !!!
     15: SYSTEM: CPU [VPSS-M3] syslink proc ID is [2] !!!
     15: SYSTEM: CPU [HOST] syslink proc ID is [3] !!!
     16: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_3] ...
     18: SYSTEM: Creating MsgQ [HOST_MSGQ] ...
     20: SYSTEM: Creating MsgQ [HOST_ACK_MSGQ] ...
     22: SYSTEM: Opening MsgQ [DSP_MSGQ] ...
     22: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
     23: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     24: SYSTEM: Notify register to [DSP] line 0, event 15 ... 
     25: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ... 
     25: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ... 
     26: SYSTEM: IPC init DONE !!!
     27: SYSTEM: Creating ListMP [HOST_IPC_OUT_24] in region 0 ...
     29: SYSTEM: Creating ListMP [HOST_IPC_IN_24] in region 0 ...
     31: SYSTEM: ListElem Shared Addr = 0x41a4a880
     32: SYSTEM: Creating ListMP [HOST_IPC_OUT_25] in region 0 ...
     35: SYSTEM: Creating ListMP [HOST_IPC_IN_25] in region 0 ...
     36: SYSTEM: ListElem Shared Addr = 0x41a7fa80
     38: SYSTEM: Creating ListMP [HOST_IPC_OUT_19] in region 0 ...
     40: SYSTEM: Creating ListMP [HOST_IPC_IN_19] in region 0 ...
     42: SYSTEM: ListElem Shared Addr = 0x41ab4c80
     43: SYSTEM: Creating ListMP [HOST_IPC_OUT_20] in region 0 ...
     45: SYSTEM: Creating ListMP [HOST_IPC_IN_20] in region 0 ...
     47: SYSTEM: ListElem Shared Addr = 0x41af7f80
     48: SYSTEM: Creating ListMP [HOST_IPC_OUT_21] in region 0 ...
     50: SYSTEM: Creating ListMP [HOST_IPC_IN_21] in region 0 ...
     52: SYSTEM: ListElem Shared Addr = 0x41b3b280
    SystemLink_init SystemLink_init:225 tskName=SYSTEM_HOST805306431
    getVidDecI2cAddr=57 
     Enable file write (YES - y / NO - n) :  
     File write DISABLED !!!
     
    
    
     AUDIO: Do you enable Audio <Y/N>:  [FBDEV] 
     [FBDEV] FB: Starting !!!
     [FBDEV] FB: Opened device [/dev/fb0] (fd=23) !!!
     [FBDEV] 
     [FBDEV] Fix Screen Info
     [FBDEV] ---------------
     [FBDEV] Line Length - 2560
     [FBDEV] Physical Address = 86a00000
     [FBDEV] Buffer Length = 8388608
     [FBDEV] 
     [FBDEV] 
     [FBDEV] Var Screen Info
     [FBDEV] ---------------
     [FBDEV] Xres - 1280
     [FBDEV] Yres - 720
     [FBDEV] Xres Virtual - 1280
     [FBDEV] Yres Virtual - 720
     [FBDEV] Bits Per Pixel - 16
     [FBDEV] Pixel Clk - 6734
     [FBDEV] Rotation - 0
     [FBDEV] 
     [FBDEV] 
     [FBDEV] Reg Params Info
     [FBDEV] ---------------
     [FBDEV] region 0, postion 0 x 0, prioirty 1
     [FBDEV] first 1, last 1
     [FBDEV] sc en 0, sten en 0
     [FBDEV] tran en 0, type 0, key 0
     [FBDEV] blend 0, alpha 0
     [FBDEV] bb en 0, alpha 0
     [FBDEV] 
     [FBDEV] 
     [FBDEV] ### BUF SIZE = 1843200 Bytes !!! 
     [FBDEV] 
     [FBDEV] 
     [FBDEV] Fix Screen Info
     [FBDEV] ---------------
     [FBDEV] Line Length - 2560
     [FBDEV] Physical Address = 86a00000
     [FBDEV] Buffer Length = 8388608
     [FBDEV] 
     [FBDEV] 
     [FBDEV] Var Screen Info
     [FBDEV] ---------------
     [FBDEV] Xres - 1280
     [FBDEV] Yres - 720
     [FBDEV] Xres Virtual - 1280
     [FBDEV] Yres Virtual - 720
     [FBDEV] Bits Per Pixel - 16
     [FBDEV] Pixel Clk - 6734
     [FBDEV] Rotation - 0
     [FBDEV] 
     [FBDEV] 
     [FBDEV] Reg Params Info
     [FBDEV] ---------------
     [FBDEV] region 0, postion 0 x 0, prioirty 1
     [FBDEV] first 1, last 1
     [FBDEV] sc en 0, sten en 0
     [FBDEV] tran en 0, type 0, key 0
     [FBDEV] blend 0, alpha 0
     [FBDEV] bb en 0, alpha 0
     [FBDEV] 
     [FBDEV] 
     [FBDEV] ### BUF SIZE = 1843200 Bytes !!! 
     [FBDEV] 
     [FBDEV] grpx_fb_draw ... 
     [FBDEV] grpx_fb_draw ... Done !!! 
     [FBDEV] FB: Start DONE !!!
     [FBDEV] 
    Scd_bitsWriteCreate
    OSA_semCreate ok!
    
    
     Scd_bitsWriteMain gScd_ctrl.exitWrThr=0
    
    
    ********* Entered HUANYI System usecase 4CH <816x> Enc/Dec OSD Enabled SCD Enabled 
    
     381: MCFW  : CPU Revision cpuRev=2!!! 
     381: MCFW  : CPU Revision [ES2.0] !!! 
    Vcap_deviceCreate
    getVidDecI2cAddr=88pCreateArgs->deviceI2cAddr[0]=88
     VCAP: DEVICE-0 (0x58): Chip ID 0x5158, Rev 0x0002, Firmware 0x0000 !!!
     VCAP: DEVICE-0 (0x58): Detected video (720x288@50Hz, 1) !!!
     TVP5158: 0x58: Downloading patch ... 
     TVP5158: 0x58: Downloading patch ... DONE !!!
    pCreateArgs->deviceI2cAddr[0]=88
     TVP5158: 0x58: 5158:0002:0302
     [m3vpss ]  8584: CAPTURE: VIP0 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!! 
     [m3vpss ] CaptureLink_drvBlindAreaInit
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 58 (58)
     [m3vpss ]  UTILS: DMA: 0 of 4: Allocated PaRAM = 58 (0x49004740)
     [m3vpss ]  UTILS: DMA: 1 of 4: Allocated PaRAM = 64 (0x49004800)
     [m3vpss ]  UTILS: DMA: 2 of 4: Allocated PaRAM = 65 (0x49004820)
     [m3vpss ]  UTILS: DMA: 3 of 4: Allocated PaRAM = 66 (0x49004840)
     [m3vpss ] CAPTURE::HEAPID:0    USED:328
     [m3vpss ] CAPTURE::HEAPID:4    USED:17713152
     [m3vpss ] NSF::HEAPID:0        USED:128
     [m3vpss ] NSF::HEAPID:1        USED:9152
     [m3vpss ] NSF::HEAPID:4        USED:7299072
     [m3vpss ]  pPrm->inQueParams.prevLinkQueId=0 pObj->inTskInfo.numQue=2
     [m3vpss ]  
     [m3vpss ]  pObj->fvidHandle=0x98d51480
     [m3vpss ]  8912: DEI     : Loading Up-scaling Co-effs
     [m3vpss ]  8912: DEI     : Co-effs Loading ... DONE !!!
     [m3vpss ]  UTILS_ARRAYSIZE(pObj->memUsed)=8
     [m3vpss ] DEI:HEAPID:0 USED:64
     [m3vpss ] DEI:HEAPID:1 USED:9984
     [m3vpss ] DEI:HEAPID:4 USED:49674240
     [m3vpss ]  pPrm->inQueParams.prevLinkQueId=0 pObj->inTskInfo.numQue=5
     SYSTEM_LINK_ID_ALG_0 System_linkControl alglink create here
     SYSTEM_LINK_ID_ALG_0 System_linkControl alglink create here 1
     [c6xdsp ]  8319: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_19] ...
     [c6xdsp ]  8319: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_19] ...
     [c6xdsp ]  8320: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
     [m3vpss ] NSF::HEAPID:0        USED:128
     [m3vpss ] NSF::HEAPID:1        USED:5632
     [m3vpss ] NSF::HEAPID:4        USED:14598144
     [c6xdsp ] IPC_FRAMES_IN:HEAPID:0       USED:304
     [c6xdsp ] AlgLink_tskMain will be create
     [c6xdsp ]  8329: UTILS: EDMA RM Opened
     [c6xdsp ]  8329: SCD    : Create in progress !!!
     [c6xdsp ]  SCDLINK: WARNING: User is asking for 4 buffers per CH. But max allowed is 3. 
     [c6xdsp ]  Over riding user requested with max allowed 
     [c6xdsp ]  8329: SCD    : Max WxH = 704 x 576, Max CH = 4, FPS = 10 !!!
     [c6xdsp ]  8329: SCD    : Chan ID 0: Resolution 704 x 576, In FPS = 30, Out FPS = 10!!!
     [c6xdsp ]  8331: SCD    : Chan ID 1: Resolution 704 x 576, In FPS = 30, Out FPS = 10!!!
     [c6xdsp ]  8334: SCD    : Chan ID 2: Resolution 704 x 576, In FPS = 30, Out FPS = 10!!!
     [c6xdsp ]  8336: SCD    : Chan ID 3: Resolution 704 x 576, In FPS = 30, Out FPS = 10!!!
     [c6xdsp ]  SCD   : width[704] height[576]!!!
     [c6xdsp ] MinPersonWidth-1 70 MaxPersonWidth-1 140 
     [c6xdsp ] MinPersonWidth-2 57 MaxPersonWidth-2 115 
     [c6xdsp ] MinVehicleWidth-1 70 MaxVehicleWidth-1 140 
     [c6xdsp ] MinVehicleWidth-2 57 MaxVehicleWidth-2 115 
     [c6xdsp ]  8339: SCD   : VA ALG Init Done of Channel - 0!!!
     [c6xdsp ]  8339: SCD   : VA :
     [c6xdsp ] > DMVAL: 2034356 bytes required for DMVAL instance. 
     [c6xdsp ]  8339: SCD   : VA :
     [c6xdsp ] > DMVAL: 4128 bytes required for DMVAL output.
     [c6xdsp ]  
     [c6xdsp ]  8345: SCD   : VA MEMALLOC 2034432 bytes for DMVAL internal memory at addr 0xB205A480!!!
     [c6xdsp ]  8345: VA   : MEMALLOC 2034432 bytes for DMVAL memory at addr 0xB205A480!!!
     [c6xdsp ]  8345: SCD   : VA :
     [c6xdsp ] > DMVAL: Invalid EDMA3 parametrs (CH ID : -1 or QUEUE ID :  -1 ).
     [c6xdsp ]  
     [c6xdsp ]  8345: SCD   : VA :
     [c6xdsp ] > DMVAL: Library framework initialized for the 1st time. 
     [c6xdsp ]  8345: SCD   : VA :
     [c6xdsp ] > DMVAL: Assigned memory to Camera Tamper Detection application. 
     [c6xdsp ]  8345: SCD   : VA :
     [c6xdsp ] > DMVAL: Completed memory assignments to library applications.
     [c6xdsp ]  
     [c6xdsp ] 8345: SCD   : VA Detect Mode is 0x1 
     [c6xdsp ]  8345: SCD   : VA :
     [c6xdsp ] > DMVAL: Library framework reset. 
     [c6xdsp ]  8345: SCD   : VA :
     [c6xdsp ] > DMVAL: Initialized library applications.
     [c6xdsp ]  
     [c6xdsp ]  8346: SCD   : VA Create Call Setting IMD  Config!!!
     [c6xdsp ]  8346: SCD   : VA Create Call Setting IMD  Config!!!
     [c6xdsp ] WARNING:AlgLink_ScdVACreate:Error 0x2 while setting DMVAL_PARAM_DBG_VERBOSE_LEVEL
     [c6xdsp ]  8346: SCD   : VA ALG Create Done of Channel - 0!!!
     [c6xdsp ]  SCD   : width[704] height[576]!!!
     [c6xdsp ] MinPersonWidth-1 70 MaxPersonWidth-1 140 
     [c6xdsp ] MinPersonWidth-2 57 MaxPersonWidth-2 115 
     [c6xdsp ] MinVehicleWidth-1 70 MaxVehicleWidth-1 140 
     [c6xdsp ] MinVehicleWidth-2 57 MaxVehicleWidth-2 115 
     [c6xdsp ]  8346: SCD   : VA ALG Init Done of Channel - 1!!!
     [c6xdsp ]  8346: SCD   : VA :
     [c6xdsp ] > DMVAL: 2034356 bytes required for DMVAL instance. 
     [c6xdsp ]  8346: SCD   : VA :
     [c6xdsp ] > DMVAL: 4128 bytes required for DMVAL output.
     [c6xdsp ]  
     [c6xdsp ]  8352: SCD   : VA MEMALLOC 2034432 bytes for DMVAL internal memory at addr 0xB224AF80!!!
     [c6xdsp ]  8352: VA   : MEMALLOC 2034432 bytes for DMVAL memory at addr 0xB224AF80!!!
     [c6xdsp ]  8352: SCD   : VA :
     [c6xdsp ] > DMVAL: Invalid EDMA3 parametrs (CH ID : -1 or QUEUE ID :  -1 ).
     [c6xdsp ]  
     [c6xdsp ]  8352: SCD   : VA :
     [c6xdsp ] > DMVAL: Library framework initialized for the 1st time. 
     [c6xdsp ]  8352: SCD   : VA :
     [c6xdsp ] > DMVAL: Assigned memory to Camera Tamper Detection application. 
     [c6xdsp ]  8352: SCD   : VA :
     [c6xdsp ] > DMVAL: Completed memory assignments to library applications.
     [c6xdsp ]  
     [c6xdsp ] 8352: SCD   : VA Detect Mode is 0x1 
     [c6xdsp ]  8352: SCD   : VA :
     [c6xdsp ] > DMVAL: Library framework reset. 
     [c6xdsp ]  8352: SCD   : VA :
     [c6xdsp ] > DMVAL: Initialized library applications.
     [c6xdsp ]  
     [c6xdsp ]  8352: SCD   : VA Create Call Setting IMD  Config!!!
     [c6xdsp ]  8352: SCD   : VA Create Call Setting IMD  Config!!!
     [c6xdsp ] WARNING:AlgLink_ScdVACreate:Error 0x2 while setting DMVAL_PARAM_DBG_VERBOSE_LEVEL
     [c6xdsp ]  8352: SCD   : VA ALG Create Done of Channel - 1!!!
     [c6xdsp ]  SCD   : width[704] height[576]!!!
     [c6xdsp ] MinPersonWidth-1 70 MaxPersonWidth-1 140 
     [c6xdsp ] MinPersonWidth-2 57 MaxPersonWidth-2 115 
     [c6xdsp ] MinVehicleWidth-1 70 MaxVehicleWidth-1 140 
     [c6xdsp ] MinVehicleWidth-2 57 MaxVehicleWidth-2 115 
     [c6xdsp ]  8352: SCD   : VA ALG Init Done of Channel - 2!!!
     [c6xdsp ]  8353: SCD   : VA :
     [c6xdsp ] > DMVAL: 2034356 bytes required for DMVAL instance. 
     [c6xdsp ]  8353: SCD   : VA :
     [c6xdsp ] > DMVAL: 4128 bytes required for DMVAL output.
     [c6xdsp ]  
     [c6xdsp ]  8358: SCD   : VA MEMALLOC 2034432 bytes for DMVAL internal memory at addr 0xB243BA80!!!
     [c6xdsp ]  8359: VA   : MEMALLOC 2034432 bytes for DMVAL memory at addr 0xB243BA80!!!
     [c6xdsp ]  8359: SCD   : VA :
     [c6xdsp ] > DMVAL: Invalid EDMA3 parametrs (CH ID : -1 or QUEUE ID :  -1 ).
     [c6xdsp ]  
     [c6xdsp ]  8359: SCD   : VA :
     [c6xdsp ] > DMVAL: Library framework initialized for the 1st time. 
     [c6xdsp ]  8359: SCD   : VA :
     [c6xdsp ] > DMVAL: Assigned memory to Camera Tamper Detection application. 
     [c6xdsp ]  8359: SCD   : VA :
     [c6xdsp ] > DMVAL: Completed memory assignments to library applications.
     [c6xdsp ]  
     [c6xdsp ] 8359: SCD   : VA Detect Mode is 0x1 
     [c6xdsp ]  8359: SCD   : VA :
     [c6xdsp ] > DMVAL: Library framework reset. 
     [c6xdsp ]  8359: SCD   : VA :
     [c6xdsp ] > DMVAL: Initialized library applications.
     [c6xdsp ]  
     [c6xdsp ]  8359: SCD   : VA Create Call Setting IMD  Config!!!
     [c6xdsp ]  8359: SCD   : VA Create Call Setting IMD  Config!!!
     [c6xdsp ] WARNING:AlgLink_ScdVACreate:Error 0x2 while setting DMVAL_PARAM_DBG_VERBOSE_LEVEL
     [c6xdsp ]  8359: SCD   : VA ALG Create Done of Channel - 2!!!
     [c6xdsp ]  SCD   : width[704] height[576]!!!
     [c6xdsp ] MinPersonWidth-1 70 MaxPersonWidth-1 140 
     [c6xdsp ] MinPersonWidth-2 57 MaxPersonWidth-2 115 
     [c6xdsp ] MinVehicleWidth-1 70 MaxVehicleWidth-1 140 
     [c6xdsp ] MinVehicleWidth-2 57 MaxVehicleWidth-2 115 
     [c6xdsp ]  8359: SCD   : VA ALG Init Done of Channel - 3!!!
     [c6xdsp ]  8359: SCD   : VA :
     [c6xdsp ] > DMVAL: 2034356 bytes required for DMVAL instance. 
     [c6xdsp ]  8359: SCD   : VA :
     [c6xdsp ] > DMVAL: 4128 bytes required for DMVAL output.
     [c6xdsp ]  
     [c6xdsp ]  8365: SCD   : VA MEMALLOC 2034432 bytes for DMVAL internal memory at addr 0xB262C580!!!
     [c6xdsp ]  8365: VA   : MEMALLOC 2034432 bytes for DMVAL memory at addr 0xB262C580!!!
     [c6xdsp ]  8365: SCD   : VA :
     [c6xdsp ] > DMVAL: Invalid EDMA3 parametrs (CH ID : -1 or QUEUE ID :  -1 ).
     [c6xdsp ]  
     [c6xdsp ]  8365: SCD   : VA :
     [c6xdsp ] > DMVAL: Library framework initialized for the 1st time. 
     [c6xdsp ]  8365: SCD   : VA :
     [c6xdsp ] > DMVAL: Assigned memory to Camera Tamper Detection application. 
     [c6xdsp ]  8365: SCD   : VA :
     [c6xdsp ] > DMVAL: Completed memory assignments to library applications.
     [c6xdsp ]  
     [c6xdsp ] 8366: SCD   : VA Detect Mode is 0x1 
     [c6xdsp ]  8366: SCD   : VA :
     [c6xdsp ] > DMVAL: Library framework reset. 
     [c6xdsp ]  8366: SCD   : VA :
     [c6xdsp ] > DMVAL: Initialized library applications.
     [c6xdsp ]  
     [c6xdsp ]  8366: SCD   : VA Create Call Setting IMD  Config!!!
     [c6xdsp ]  8366: SCD   : VA Create Call Setting IMD  Config!!!
     [c6xdsp ] WARNING:AlgLink_ScdVACreate:Error 0x2 while setting DMVAL_PARAM_DBG_VERBOSE_LEVEL
     [c6xdsp ]  8366: SCD   : VA ALG Create Done of Channel - 3!!!
     [c6xdsp ]  8366: SCD   : ------------------------------ !!!
     [c6xdsp ]  8366: SCD   :      VA Parameters of Ch-0    !!!
     [c6xdsp ]  8366: SCD   : ------------------------------ !!!
     [c6xdsp ]  8366: SCD   : detectMode                 = 3 !!!
     [c6xdsp ]  8366: SCD   : sensitiveness              = 6 !!!
     [c6xdsp ]  8366: SCD   : Tamper Reset Interval      = 20 !!!
     [c6xdsp ]  8366: SCD   : Tamper BG Refresh Interval = 4 !!!
     [c6xdsp ]  8366: SCD   : ------------------------------ !!!
     [c6xdsp ]  8366: SCD   :      VA Parameters of Ch-1    !!!
     [c6xdsp ]  8366: SCD   : ------------------------------ !!!
     [c6xdsp ]  8366: SCD   : detectMode                 = 3 !!!
     [c6xdsp ]  8366: SCD   : sensitiveness              = 6 !!!
     [c6xdsp ]  8366: SCD   : Tamper Reset Interval      = 20 !!!
     [c6xdsp ]  8366: SCD   : Tamper BG Refresh Interval = 4 !!!
     [c6xdsp ]  8366: SCD   : ------------------------------ !!!
     [c6xdsp ]  8366: SCD   :      VA Parameters of Ch-2    !!!
     [c6xdsp ]  8366: SCD   : ------------------------------ !!!
     [c6xdsp ]  8366: SCD   : detectMode                 = 3 !!!
     [c6xdsp ]  8366: SCD   : sensitiveness              = 6 !!!
     [c6xdsp ]  8366: SCD   : Tamper Reset Interval      = 20 !!!
     [c6xdsp ]  8366: SCD   : Tamper BG Refresh Interval = 4 !!!
     [c6xdsp ]  8366: SCD   : ------------------------------ !!!
     [c6xdsp ]  8366: SCD   :      VA Parameters of Ch-3    !!!
     [c6xdsp ]  8366: SCD   : ------------------------------ !!!
     [c6xdsp ]  8366: SCD   : detectMode                 = 3 !!!
     [c6xdsp ]  8366: SCD   : sensitiveness              = 6 !!!
     [c6xdsp ]  8366: SCD   : Tamper Reset Interval      = 20 !!!
     [c6xdsp ]  8366: SCD   : Tamper BG Refresh Interval = 4 !!!
     [c6xdsp ]  UTILS: DSP DMA Channle Alloc: EDMA3_RM_allocLogicalChannel call Successful 
     [c6xdsp ] Allocated Chanel 30, Param 30 and TC is 30
     [c6xdsp ]  8439: SCD: Process Tsk Started !!!
     [c6xdsp ]  8439: SCD    : Create Done !!!
     [c6xdsp ] ALGLINK:HEAPID:0     USED:2736
     [c6xdsp ] ALGLINK:HEAPID:1     USED:5912
     [c6xdsp ] ALGLINK:HEAPID:3     USED:25165824
     [c6xdsp ] ALGLINK:HEAPID:4     USED:11381760
     [c6xdsp ]  8440: ALG : Create Done !!!
    
     [host] IpcBitsInLink_tskMain:Entered
     [host]  9696: IPC_BITS_IN   : ListMPOpen start !!!
    
     [host]  9696: SYSTEM: Opening ListMP [DSP_IPC_OUT_24] ...
     9698: SYSTEM: Opening ListMP [DSP_IPC_IN_24] ...
    
     [host]  9699: IPC_BITS_IN   : ListMPOpen done !!!
    
     [host]  9700: IPC_BITS_IN   : System_linkGetInfo done !!!
     [m3video]  79056: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_0] ...
     [c6xdsp ] src_bios6 13442: IPC_BITS_OUT   : Create Done !!!
     [m3video]  79058: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_0] ...
     [m3video] ENCLINK:INFO: !!!Number of output buffers for ch[8] set to [1]
     [m3video] ENCLINK_H264:HEAPID:0        USED:13888
     [m3video] ENCLINK_H264:HEAPID:3        USED:2629632
     [m3video] ENCLINK_H264:HEAPID:0        USED:11912
     [m3video] ENCLINK_H264:HEAPID:3        USED:1769472
    
     [host] IpcBitsInLink_tskMain:Entered
     [host]  9805: IPC_BITS_IN   : ListMPOpen start !!!
    
     [host]  9805: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_24] ...
     9807: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_24] ...
    
     [host]  9809: IPC_BITS_IN   : ListMPOpen done !!!
    
     [host]  9809: IPC_BITS_IN   : System_linkGetInfo done !!!
    numQ 1, numCh 12
    Ch [0] Width 704, Height 576
    Ch [1] Width 704, Height 576
    Ch [2] Width 704, Height 576
    Ch [3] Width 704, Height 576
    Ch [4] Width 352, Height 288
    Ch [5] Width 352, Height 288
    Ch [6] Width 352, Height 288
    Ch [7] Width 352, Height 288
    Ch [8] Width 704, Height 576
    Ch [9] Width 704, Height 576
    Ch [10] Width 704, Height 576
    Ch [11] Width 704, Height 576
    
     [host] IPC_BITSOUT:BitBuffer Alloc.ChID:0,Size:0x252000
     [host] 
    ******* RingBuf 0 created ********
    
     [host] IPCBITSOUTLINK:Translated Addr Virt:0x4a5c8980 To Phy:0x89f67980
     [host] 
    ###Bit buff of size from the SR # 1 : 2433024 / bufsize 405504, maxQueueDepth 50 
    
     [host] ###Bit buff BasePtr: 4A5C8980 / PhyAddr 89F67980
    
     [host] IPC_BITSOUT:BitBuffer Alloc.ChID:1,Size:0x252000
     [host] 
    ******* RingBuf 1 created ********
    
     [host] IPCBITSOUTLINK:Translated Addr Virt:0x4a81a980 To Phy:0x8a1b9980
     [host] 
    ###Bit buff of size from the SR # 1 : 2433024 / bufsize 405504, maxQueueDepth 50 
    
     [host] ###Bit buff BasePtr: 4A81A980 / PhyAddr 8A1B9980
    
     [host] IPC_BITSOUT:BitBuffer Alloc.ChID:2,Size:0x252000
     [host] 
    ******* RingBuf 2 created ********
    
     [host] IPCBITSOUTLINK:Translated Addr Virt:0x4aa6c980 To Phy:0x8a40b980
     [host] 
    ###Bit buff of size from the SR # 1 : 2433024 / bufsize 405504, maxQueueDepth 50 
    
     [host] ###Bit buff BasePtr: 4AA6C980 / PhyAddr 8A40B980
    
     [host] IPC_BITSOUT:BitBuffer Alloc.ChID:3,Size:0x252000
     [host] 
    ******* RingBuf 3 created ********
    
     [host] IPCBITSOUTLINK:Translated Addr Virt:0x4acbe980 To Phy:0x8a65d980
     [host] 
    ###Bit buff of size from the SR # 1 : 2433024 / bufsize 405504, maxQueueDepth 50 
    
     [host] ###Bit buff BasePtr: 4ACBE980 / PhyAddr 8A65D980
    src_linux  9811: IPC_BITS_OUT   : Create Done !!!
     [m3video] ENCLINK_H264:HEAPID:0        USED:11912
     [m3video] ENCLINK_H264:HEAPID:3        USED:1769472
     [m3video] ENCLINK_H264:HEAPID:0        USED:11912
     [m3video] ENCLINK_H264:HEAPID:3        USED:1769472
     [m3video] ENCLINK_H264:HEAPID:0        USED:11912
     [m3video] ENCLINK_H264:HEAPID:3        USED:577536
     [m3video] ENCLINK_H264:HEAPID:0        USED:11912
     [m3video] ENCLINK_H264:HEAPID:3        USED:577536
     [m3video] ENCLINK_H264:HEAPID:0        USED:11912
     [m3video] ENCLINK_H264:HEAPID:3        USED:577536
     [m3video] ENCLINK_H264:HEAPID:0        USED:11912
     [m3video] ENCLINK_H264:HEAPID:3        USED:577536
     [m3video] ENCLINK_JPEG:HEAPID:0        USED:2064
     [m3video] ENCLINK_JPEG:HEAPID:0        USED:2064
     [m3vpss ]  14372: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_0] ...
     [m3vpss ]  14373: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_0] ...
     [m3vpss ]  14373: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
     [m3video] ENCLINK_JPEG:HEAPID:0        USED:2064
     [m3vpss ]  pPrm->inQueParams.prevLinkQueId=0 pObj->inTskInfo.numQue=1
     [m3video] ENCLINK_JPEG:HEAPID:0        USED:2064
     [m3video] ENCLINK:HEAPID:0     USED:105648
     [m3video] ENCLINK:HEAPID:2     USED:7764224
     [m3video] ENCLINK:HEAPID:3     USED:10248192
     [m3video] src_bios6 79638: IPC_BITS_OUT   : Create Done !!!
     [m3video]  79675: SYSTEM: Opening ListMP [HOST_IPC_OUT_24] ...
     [m3video]  79678: SYSTEM: Opening ListMP [HOST_IPC_IN_24] ...
     [m3video]  79681: SYSTEM: Opening MsgQ [HOST_MSGQ] ...
     [m3video] DECLINK_H264:HEAPID:0        USED:2368
     [m3video] DECLINK_H264:HEAPID:3        USED:1413120
     [m3video] DECLINK_H264:HEAPID:0        USED:2368
     [m3video] DECLINK_H264:HEAPID:3        USED:1413120
     [m3video] DECLINK_H264:HEAPID:0        USED:2368
     [m3video] DECLINK_H264:HEAPID:3        USED:1413120
     [m3video] DECLINK_H264:HEAPID:0        USED:2368
     [m3video] DECLINK_H264:HEAPID:3        USED:1413120
     [m3video]  NUM_HDVICP_RESOURCES=3
     [m3video]  NUM_HDVICP_RESOURCES=3
     [m3video] DECLINK:HEAPID:0     USED:9592
     [m3video] DECLINK:HEAPID:3     USED:27328512
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 59 (59)
     [m3vpss ]  UTILS: DMA: 0 of 1: Allocated PaRAM = 59 (0x49004760)
     [m3vpss ] SWMS: instance 0, sc id 6, start win 0 end win 17
     [m3vpss ]  14537: SWMS    : VipScReq is FALSE!!!
     [m3vpss ]  14541: SWMS0    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  14541: SWMS0    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  14541: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ] AVSYNC:WARNING!! Application wrongly configured displayID[-1]. Reseting to correct displayID[0]
     [m3vpss ]  14542: SWMS    : ******* Configuring clock 30 secs... 
     [m3vpss ]  14542: SWMS0    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  14542: SWMS0    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  14542: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 30
     [m3vpss ]  
     [m3vpss ]  Win | Ch  | Input      | Input          | Input         | Input       | Output     |  Output         | Output        | Output      | Low Cost | SWMS | Data  | Blank |
     [m3vpss ]  Num | Num | Start X, Y | Width x Height | Pitch Y / C   | Memory Type | Start X, Y |  Width x Height | Pitch Y / C   | Memory Type | ON / OFF | Inst | Format| Frame |
     [m3vpss ]  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |   0 |    0,    0 |   704 x    576 |  1408 /  1408 | NON-TILED   |   13,    0 |  1920 x   1080 |  3840 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
     [m3vpss ]  
     [m3vpss ] SWMS:HEAPID:0        USED:224
     [m3vpss ] SWMS:HEAPID:1        USED:19360
     [m3vpss ] SWMS:HEAPID:4        USED:33177600
     [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 60 (60)
     [m3vpss ]  UTILS: DMA: 0 of 1: Allocated PaRAM = 60 (0x49004780)
     [m3vpss ] SWMS: instance 0, sc id 5, start win 0 end win 17
     [m3vpss ]  14582: SWMS1    : Loading Vertical Co-effs (UPSCALE)x ... 
     [m3vpss ]  14582: SWMS1    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  14582: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ] AVSYNC:WARNING!! Application wrongly configured displayID[-1]. Reseting to correct displayID[2]
     [m3vpss ]  14583: SWMS    : ******* Configuring clock 30 secs... 
     [m3vpss ]  14583: SWMS1    : Loading Vertical Co-effs (13/16)x ... 
     [m3vpss ]  14583: SWMS1    : Loading Horizontal Co-effs (UPSCALE)x ... 
     [m3vpss ]  14583: SWMS    : Co-effs Loading ... DONE !!!
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 30
     [m3vpss ]  
     [m3vpss ]  Win | Ch  | Input      | Input          | Input         | Input       | Output     |  Output         | Output        | Output      | Low Cost | SWMS | Data  | Blank |
     [m3vpss ]  Num | Num | Start X, Y | Width x Height | Pitch Y / C   | Memory Type | Start X, Y |  Width x Height | Pitch Y / C   | Memory Type | ON / OFF | Inst | Format| Frame |
     [m3vpss ]  ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |   0 |    0,    0 |   704 x    576 |  1408 /  1408 | NON-TILED   |    0,    0 |   720 x    480 |  1472 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
     [m3vpss ]  
     [m3vpss ] SWMS:HEAPID:0        USED:224
     [m3vpss ] SWMS:HEAPID:1        USED:47296
     [m3vpss ] SWMS:HEAPID:4        USED:6782976
     [m3vpss ] DisplayLink_drvDisplayCreate
     [m3vpss ]  15086: DISPLAY: 44: Field Separate Mode ENABLED for Que 0 !!!
     [m3vpss ] DisplayLink_drvDisplayCreate
     [m3vpss ]  
     [m3vpss ]  *** [DEI2    ] DEI Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 6 secs
     [m3vpss ]  Total Fields Processed : 0 
     [m3vpss ]  Total Fields FPS       : 0 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Reject In Process Out[0] Out[1] Out[2] Out[3] Out[4] Skip Out[0] Skip Out[1] Skip Out[2] Skip Out[3] Skip Out[4] User Out[0] User Out[1] User Out[2] User Out[3] User Out[4] Latency   
     [m3vpss ]  Num | FPS     FPS       FPS        FPS    FPS    FPS    FPS    FPS       FPS         FPS         FPS         FPS         FPS       Skip FPS    Skip FPS    Skip FPS    Skip FPS    Skip FPS   Min / Max 
     [m3vpss ]  -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 255 /   0
     [m3vpss ]    1 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 255 /   0
     [m3vpss ]    2 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 255 /   0
     [m3vpss ]    3 |       0         0          0      0      0      0      0      0           0           0           0           0           0           0           0           0           0           0 255 /   0
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** IpcFramesOutRTOS Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 6 secs
     [m3vpss ]  Total Fields Processed : 0 
     [m3vpss ]  Total Fields FPS       : 0 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Process In Skip
     [m3vpss ]  Num | FPS     FPS        FPS    
     [m3vpss ]  --------------------------------
     [m3vpss ]    0 |       0          0       0
     [m3vpss ]    1 |       0          0       0
     [m3vpss ]    2 |       0          0       0
     [m3vpss ]    3 |       0          0       0
     [m3vpss ]    4 |       0          0       0
     [m3vpss ]    5 |       0          0       0
     [m3vpss ]    6 |       0          0       0
     [m3vpss ]    7 |       0          0       0
     [m3vpss ]    8 |       0          0       0
     [m3vpss ]    9 |       0          0       0
     [m3vpss ]   10 |       0          0       0
     [m3vpss ]   11 |       0          0       0
     [m3vpss ]  
     [c6xdsp ]  
     [c6xdsp ]  *** SCD Statistics *** 
     [c6xdsp ]  
     [c6xdsp ]  Elasped Time           : 10 secs
     [c6xdsp ]  Total Fields Processed : 0 
     [c6xdsp ]  Total Fields FPS       : 0 FPS
     [c6xdsp ]  
     [c6xdsp ]  
     [c6xdsp ]  CH  | In Recv In Process User Skip Process Skip In Process Time 
     [c6xdsp ]  Num | FPS     FPS        FPS       FPS          per frame (msec)
     [c6xdsp ]  ----------------------------------------------------------------
     [c6xdsp ]    0 |       0          0        0           0              1
     [c6xdsp ]    1 |       0          0        0           0              1
     [c6xdsp ]    2 |       0          0        0           0              1
     [c6xdsp ]    3 |       0          0        0           0              1
     [c6xdsp ]  
     [m3video]      120921: HDVICP-ID:0
     [m3video] All percentage figures are based off totalElapsedTime
     [m3video]               totalAcquire2wait :0 %
     [m3video]               totalWait2Isr :0 %
     [m3video]               totalIsr2Done :0 %
     [m3video]               totalWait2Done :0 %
     [m3video]               totalDone2Release :0 %
     [m3video]               totalAcquire2Release :0 %
     [m3video]               totalAcq2acqDelay :0 %
     [m3video]               totalElapsedTime in msec :       0
     [m3video]               numAccessCnt:       0
     [m3video]              IVA-FPS :       0
     [m3video]              Average time spent per frame in microsec:       0
     [m3video]      120925: HDVICP-ID:1
     [m3video] All percentage figures are based off totalElapsedTime
     [m3video]               totalAcquire2wait :0 %
     [m3video]               totalWait2Isr :0 %
     [m3video]               totalIsr2Done :0 %
     [m3video]               totalWait2Done :0 %
     [m3video]               totalDone2Release :0 %
     [m3video]               totalAcquire2Release :0 %
     [m3video]               totalAcq2acqDelay :0 %
     [m3video]               totalElapsedTime in msec :       0
     [m3video]               numAccessCnt:       0
     [m3video]              IVA-FPS :       0
     [m3video]              Average time spent per frame in microsec:       0
     [m3video]      120928: HDVICP-ID:2
     [m3video] All percentage figures are based off totalElapsedTime
     [m3video]               totalAcquire2wait :0 %
     [m3video]               totalWait2Isr :0 %
     [m3video]               totalIsr2Done :0 %
     [m3video]               totalWait2Done :0 %
     [m3video]               totalDone2Release :0 %
     [m3video]               totalAcquire2Release :0 %
     [m3video]               totalAcq2acqDelay :0 %
     [m3video]               totalElapsedTime in msec :       0
     [m3video]               numAccessCnt:       0
     [m3video]              IVA-FPS :       0
     [m3video]              Average time spent per frame in microsec:       0
     [m3video]  
     [m3video]  *** ENCODE Statistics *** 
     [m3video]  
     [m3video]  Elasped Time           : 120 secs
     [m3video]  
     [m3video]  
     [m3video]  CH  | In Recv In Skip In User  Out Latency  
     [m3video]  Num | FPS     FPS     Skip FPS FPS Min / Max
     [m3video]  --------------------------------------------
     [m3video]    0 |       0       0        0   0   0 /   0
     [m3video]    1 |       0       0        0   0   0 /   0
     [m3video]    2 |       0       0        0   0   0 /   0
     [m3video]    3 |       0       0        0   0   0 /   0
     [m3video]    4 |       0       0        0   0   0 /   0
     [m3video]    5 |       0       0        0   0   0 /   0
     [m3video]    6 |       0       0        0   0   0 /   0
     [m3video]    7 |       0       0        0   0   0 /   0
     [m3video]    8 |       0       0        0   0   0 /   0
     [m3video]    9 |       0       0        0   0   0 /   0
     [m3video]   10 |       0       0        0   0   0 /   0
     [m3video]   11 |       0       0        0   0   0 /   0
     [m3video]  
     [m3video] Multi Channel Encode Average Submit Batch Size 
     [m3video] Max Submit Batch Size : 24
     [m3video] IVAHD_0 Average Batch Size : 0
     [m3video] IVAHD_0 Max achieved Batch Size : 0
     [m3video] IVAHD_1 Average Batch Size : 0
     [m3video] IVAHD_1 Max achieved Batch Size : 0
     [m3video] IVAHD_2 Average Batch Size : 0
     [m3video] IVAHD_2 Max achieved Batch Size : 0
     [m3video]  
     [m3video] Multi Channel Encode Batch break Stats 
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video]       Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video]       Batch breaks due to ReqObj Que being empty: 0 %
     [m3video]       Batch breaks due to changed resolution class: 0 %
     [m3video]       Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video]       Batch breaks due to channel repeat: 0 %
     [m3video]       Batch breaks due to different codec: 0 %
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video]       Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video]       Batch breaks due to ReqObj Que being empty: 0 %
     [m3video]       Batch breaks due to changed resolution class: 0 %
     [m3video]       Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video]       Batch breaks due to channel repeat: 0 %
     [m3video]       Batch breaks due to different codec: 0 %
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video]       Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video]       Batch breaks due to ReqObj Que being empty: 0 %
     [m3video]       Batch breaks due to changed resolution class: 0 %
     [m3video]       Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video]       Batch breaks due to channel repeat: 0 %
     [m3video]       Batch breaks due to different codec: 0 %
     [m3video]  
     [m3video]  *** DECODE Statistics *** 
     [m3video]  
     [m3video]  Elasped Time           : 41 secs
     [m3video]  
     [m3video]  
     [m3video]  CH  | In Recv In User  Out 
     [m3video]  Num | FPS     Skip FPS FPS 
     [m3video]  -----------------------------------
     [m3video]    0 |       0        0   0
     [m3video]    1 |       0        0   0
     [m3video]    2 |       0        0   0
     [m3video]    3 |       0        0   0
     [m3video]  
     [m3video] Multi Channel Decode Average Submit Batch Size 
     [m3video] Max Submit Batch Size : 24
     [m3video] IVAHD_0 Average Batch Size : 0
     [m3video] IVAHD_0 Max achieved Batch Size : 0
     [m3video] IVAHD_1 Average Batch Size : 0
     [m3video] IVAHD_1 Max achieved Batch Size : 0
     [m3video] IVAHD_2 Average Batch Size : 0
     [m3video] IVAHD_2 Max achieved Batch Size : 0
     [m3video]  
     [m3video] Multi Channel Decode Batch break Stats 
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video]       Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video]       Batch breaks due to ReqObj Que being empty: 0 %
     [m3video]       Batch breaks due to changed resolution class: 0 %
     [m3video]       Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video]       Batch breaks due to channel repeat: 0 %
     [m3video]       Batch breaks due to different codec: 0 %
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video]       Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video]       Batch breaks due to ReqObj Que being empty: 0 %
     [m3video]       Batch breaks due to changed resolution class: 0 %
     [m3video]       Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video]       Batch breaks due to channel repeat: 0 %
     [m3video]       Batch breaks due to different codec: 0 %
     [m3video] Total Number of Batches created: 0 
     [m3video] All numbers are based off total number of Batches created
     [m3video]       Batch breaks due to batch sizeexceeding limit: 0 %
     [m3video]       Batch breaks due to ReqObj Que being empty: 0 %
     [m3video]       Batch breaks due to changed resolution class: 0 %
     [m3video]       Batch breaks due to interlace and progressivecontent mix: 0 %
     [m3video]       Batch breaks due to channel repeat: 0 %
     [m3video]       Batch breaks due to different codec: 0 %
     [m3video]  
     [m3vpss ]  
     [m3vpss ]  24602: LOAD: CPU: 100.0% HWI: 0.0%, SWI:0.0% 
     [m3vpss ]  
     [m3vpss ]  24602: LOAD: TSK: MISC                : 100.0% 
     [m3vpss ]  
     [m3video]  
     [m3video]  140578: LOAD: CPU: 100.0% HWI: 0.0%, SWI:0.0% 
     [m3video]  
     [m3video]  140579: LOAD: TSK: MISC                : 100.0% 
     [m3video]  
     [c6xdsp ]  
     [c6xdsp ]  24934: LOAD: CPU: 100.0% HWI: 0.0%, SWI:0.0% 
     [c6xdsp ]  
     [c6xdsp ]  24934: LOAD: TSK: MISC                : 100.0% 
     [c6xdsp ]  
     [m3vpss ]  26157: DISPLAY: HDDAC(BP0) : 41 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 255 / 0 ) DropCount:0 DispLatency (Min / Max) = ( 7669 / 0 ) !!! 
     [m3vpss ]  26158: DISPLAY DRV: HDDAC(BP0) : Q:[2] Display:[2], Repeat:[1], DQ:[0]
     [m3vpss ]  26158: DISPLAY: UNDERFLOW COUNT: HDMI(BP0) 1, HDDAC(BP0) 1, DVO2(BP1) 1, SDDAC(SEC1) 0 
     [m3vpss ] System_memPrintHeapStatus called
     [m3vpss ]  26158: SYSTEM  : FREE SPACE : System Heap      = 67128 B, Mbx = 10238 msgs) 
     [m3vpss ]  26158: SYSTEM  : FREE SPACE : SR0 Heap         = 8477696 B (8 MB) 
     [m3vpss ]  26158: SYSTEM  : FREE SPACE : Frame Buffer     = 81465216 B (77 MB) 
     [m3vpss ]  26158: SYSTEM  : FREE SPACE : Bitstream Buffer = 208995968 B (199 MB) 
     [m3vpss ]  26159: SYSTEM  : FREE SPACE : Tiler Buffer     = 196 B (0 MB)  - TILER OFF 
     [m3vpss ] System_memPrintHeapStatus ok
     [m3vpss ]  26220: DISPLAY: SDDAC(SEC1): 16 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 255 / 0 ) DropCount:0 DispLatency (Min / Max) = ( 7669 / 0 ) !!! 
     [m3vpss ]  26220: DISPLAY DRV: SDDAC(SEC1): Q:[2] Display:[1], Repeat:[0], DQ:[0]
     [m3vpss ]  26323: CAPTURE: Enabled Time Stamping !!!
    log:  demo_vcap_venc_vdec_vdis.c(876)-<VcapVencVdecVdis_start>: 
    Demo_signalCaptureThread
     [m3vpss ]  CAPTURE !!!
    StartBaseServer::Enter ************************************************
    
    
    
    CCaptureNvct::InitCapture*******************************Before Ptz
    DVR_start_ptz_if()
    Init encoder of ch: 1
    BaseServer callback: channel id=1
     [c6xdsp ] SetZpavEncParam...*dvp=1
     [c6xdsp ] SetZpavEncParam ch[1]
     [c6xdsp ] ch[1] enc control inv-i:0 fps:25 
     [c6xdsp ] SetZpavEncParam ch[1] begin....
     [c6xdsp ] SetZpavEncParam ch[1] begin end
     [c6xdsp ] SetZpavEncParam ch[1] cpydvp
     [c6xdsp ] SetZpavEncParam ch[1] setVideoSource
     [c6xdsp ]  ChNo: 1, InputSrc: 1
     [c6xdsp ] SetZpavEncParam ch[1] open...
    Init encoder of ch: 2
    BaseServer callback: channel id=2
    Init encoder of ch: 3
    BaseServer callback: channel id=3
    Init encoder of ch: 4
    BaseServer callback: channel id=4
    CCaptureNvct::InitCapture*******************************InitEncode over
     [c6xdsp ] SetZpavEncParam ch[1] Finished!
     [c6xdsp ] [1] fps:25 gop:256 bps:300000 qp:23 vbr:0 w:704 h:576
     [c6xdsp ] ch[1] enc control ok 
     [c6xdsp ] SetZpavEncParam...*dvp=2
     [c6xdsp ] SetZpavEncParam ch[2]
     [c6xdsp ] ch[2] enc control inv-i:0 fps:0 
     [c6xdsp ] SetZpavEncParam ch[2] begin....
     [c6xdsp ] SetZpavEncParam ch[2] begin end
     [c6xdsp ] SetZpavEncParam ch[2] cpydvp
     [c6xdsp ]  ChNo: 2, InputSrc: 255
     [c6xdsp ] ch[2] enc control ok 
     [c6xdsp ] SetZpavEncParam...*dvp=3
     [c6xdsp ] SetZpavEncParam ch[3]
     [c6xdsp ] ch[3] enc control inv-i:0 fps:0 
     [c6xdsp ] SetZpavEncParam ch[3] begin....
     [c6xdsp ] SetZpavEncParam ch[3] begin end
     [c6xdsp ] SetZpavEncParam ch[3] cpydvp
     [c6xdsp ]  ChNo: 3, InputSrc: 255
     [c6xdsp ] ch[3] enc control ok 
     [c6xdsp ] SetZpavEncParam...*dvp=4
     [c6xdsp ] SetZpavEncParam ch[4]
     [c6xdsp ] ch[0] enc control inv-i:0 fps:25 
     [c6xdsp ] SetZpavEncParam ch[4] begin....
     [c6xdsp ] SetZpavEncParam ch[4] begin end
     [c6xdsp ] SetZpavEncParam ch[4] cpydvp
     [c6xdsp ] SetZpavEncParam ch[4] setVideoSource
     [c6xdsp ]  ChNo: 4, InputSrc: 8
     [c6xdsp ] SetZpavEncParam ch[4] open...
     [c6xdsp ] SetZpavEncParam ch[4] Finished!
     [c6xdsp ] [0] fps:25 gop:256 bps:200000 qp:23 vbr:1 w:352 h:288
     [c6xdsp ] ch[0] enc control ok 
     [c6xdsp ] ---Before dsp [0][1] === [0]
     [c6xdsp ] Elapse[15] SrcLen[405504] LEN[4362]
    Open error in Open_UART_Port
    open failed in Open_UART_Port
    open GPS_Ctrl_Port failed!
    Open error in Open_UART_Port
    open failed in Open_UART_Port
    open GPS_Ctrl_Port failed!
    Open error in Open_UART_Port
    open failed in Open_UART_Port
    open GPS_Ctrl_Port failed!
    Open error in Open_UART_Port
    open failed in Open_UART_Port
    open GPS_Ctrl_Port failed!
    CCaptureNvct::InitCapture::Init GPS1,ntry=4
    BaseServer callback: channel id=0
     [c6xdsp ] SetZpavEncParam...*dvp=0
     [c6xdsp ] SetZpavEncParam ch[0]
     [c6xdsp ] ch[0] enc control inv-i:0 fps:25 
     [c6xdsp ] SetZpavEncParam ch[0] begin....
     [c6xdsp ] SetZpavEncParam ch[0] begin end
     [c6xdsp ] SetZpavEncParam ch[0] cpydvp
     [c6xdsp ] SetZpavEncParam ch[0] setVideoSource
     [c6xdsp ]  ChNo: 0, InputSrc: 0
     [c6xdsp ] SetZpavEncParam ch[0] open...
    BaseServer callback: channel id=1
    BaseServer callback: channel id=2
    BaseServer callback: channel id=3
     [c6xdsp ] SetZpavEncParam ch[0] Finished!
     [c6xdsp ] [0] fps:25 gop:256 bps:300000 qp:23 vbr:0 w:704 h:576
     [c6xdsp ] ch[0] enc control ok 
     [c6xdsp ] SetZpavEncParam...*dvp=1
     [c6xdsp ] SetZpavEncParam ch[1]
     [c6xdsp ] ch[1] enc control inv-i:0 fps:0 
     [c6xdsp ] SetZpavEncParam ch[1] begin....
     [c6xdsp ] SetZpavEncParam ch[1] begin end
     [c6xdsp ] SetZpavEncParam ch[1] cpydvp
     [c6xdsp ]  ChNo: 1, InputSrc: 255
     [c6xdsp ] ch[1] enc control ok 
     [c6xdsp ] SetZpavEncParam...*dvp=2
     [c6xdsp ] SetZpavEncParam ch[2]
     [c6xdsp ] ch[2] enc control inv-i:0 fps:0 
     [c6xdsp ] SetZpavEncParam ch[2] begin....
     [c6xdsp ] SetZpavEncParam ch[2] begin end
     [c6xdsp ] SetZpavEncParam ch[2] cpydvp
     [c6xdsp ]  ChNo: 2, InputSrc: 255
     [c6xdsp ] ch[2] enc control ok 
     [c6xdsp ] SetZpavEncParam...*dvp=3
     [c6xdsp ] SetZpavEncParam ch[3]
     [c6xdsp ] ch[3] enc control inv-i:0 fps:25 
     [c6xdsp ] SetZpavEncParam ch[3] begin....
     [c6xdsp ] SetZpavEncParam ch[3] begin end
     [c6xdsp ] SetZpavEncParam ch[3] cpydvp
     [c6xdsp ] SetZpavEncParam ch[3] setVideoSource
     [c6xdsp ]  ChNo: 3, InputSrc: 7
     [c6xdsp ] SetZpavEncParam ch[3] open...
    Start Device's TransPort,VER=v0.2.12 :fixed open gps no data..
    
    ID:00000000000000000262 ,DAS:192.168.1.25:6015
    
    Open Udp Listen Port=7006
    Start Store  Data Thread 1 
    Start Store  Data Thread 2 
    Start Store  Data Thread 3 
    Start Store  Data Thread 4 
    void StoreManager::StartStore()
    TCP OPen ip=192.168.1.25:6015 ,msocket=28
     [c6xdsp ] SetZpavEncParam ch[3] Finished!
     [c6xdsp ] [3] fps:25 gop:256 bps:200000 qp:23 vbr:1 w:352 h:288
     [c6xdsp ] ch[3] enc control ok 
    CreateFileByBasePath::/media/sda1/Videos/20000106/1/184553.mp4 fileptr=0x60d0c808
    

    I think I will crazy!

    Can you tell me what's wrong?

    Thanks very much!