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.

Mistral DM8148 EVM and TVP5158 video security board from Spectrum Digital

Other Parts Discussed in Thread: TVP5158

    CaptureLink_CreateParams_Init(&capturePrm);
    capturePrm.outQueParams[0].nextLink   = gVcapModuleContext.nsfId[1];
    capturePrm.numVipInst                 = 1;
    capturePrm.tilerEnable                = FALSE;
    capturePrm.numBufsPerCh               = NUM_CAPTURE_BUFFERS;
    capturePrm.maxBlindAreasPerCh         = 4;

    pCaptureInstPrm                     = &capturePrm.vipInst[0];
    pCaptureInstPrm->vipInstId          = (SYSTEM_CAPTURE_INST_VIP0_PORTA+
                                          vipInstId)%SYSTEM_CAPTURE_INST_MAX;
    pCaptureInstPrm->videoDecoderId     = SYSTEM_DEVICE_VID_DEC_TVP5158_DRV;
    pCaptureInstPrm->inDataFormat       = SYSTEM_DF_YUV422P;
    pCaptureInstPrm->standard           = SYSTEM_STD_MUX_4CH_D1;
    pCaptureInstPrm->numOutput          = 1;

    pCaptureOutPrm                      = &pCaptureInstPrm->outParams[0];
    pCaptureOutPrm->dataFormat          = SYSTEM_DF_YUV422I_YUYV;
    pCaptureOutPrm->scEnable            = FALSE;
    pCaptureOutPrm->scOutWidth          = 0;
    pCaptureOutPrm->scOutHeight         = 0;
    pCaptureOutPrm->outQueId            = 0;

    for(i = 0; i < NUM_CAPTURE_DEVICES; i++)
    {
        vidDecVideoModeArgs[i].vipInstId        = SYSTEM_CAPTURE_INST_VIP0_PORTA+i;
        vidDecVideoModeArgs[i].deviceId         = DEVICE_VID_DEC_TVP5158_DRV;
        vidDecVideoModeArgs[i].numChInDevice    = 4;

        vidDecVideoModeArgs[i].modeParams.videoIfMode        = DEVICE_CAPT_VIDEO_IF_MODE_8BIT;
        vidDecVideoModeArgs[i].modeParams.videoDataFormat    = SYSTEM_DF_YUV422P;
        vidDecVideoModeArgs[i].modeParams.standard           = SYSTEM_STD_MUX_4CH_D1;
        vidDecVideoModeArgs[i].modeParams.videoCaptureMode   =
                    DEVICE_CAPT_VIDEO_CAPTURE_MODE_MULTI_CH_PIXEL_MUX_EMBEDDED_SYNC;
        vidDecVideoModeArgs[i].modeParams.videoSystem        =
                                      DEVICE_VIDEO_DECODER_VIDEO_SYSTEM_AUTO_DETECT;
        vidDecVideoModeArgs[i].modeParams.videoCropEnable    = FALSE;
        vidDecVideoModeArgs[i].modeParams.videoAutoDetectTimeout = -1;
    }

    Vcap_configVideoDecoder(vidDecVideoModeArgs, NUM_CAPTURE_DEVICES);

 =========
 Main Menu
 =========

 1: 4CH VCAP + VENC + VDEC + VDIS  - Progressive SD Encode + Decode
 2: 8CH <D1+CIF> VCAP + VENC + VDEC + VDIS  - Progressive SD Encode + Decode
 3: 16CH RT VCAP + VENC + VDEC + VDIS  - Progressive SD Encode + Decode
 4: 16CH NRT <D1+CIF> VCAP + VENC + VDEC + VDIS  - Progressive SD Encode + Decode
 5:               VDEC + VDIS  - SD/HD Decode ONLY
 o: OPGAL CAPTURE AND DISPALY
 r: OPGAL ALGORITHM OFFLINE DEMO usecase
 a: OPGAL_CAPTURE_WITH_OFFLINE_ALGORITHM usecase


 e: Exit

 Enter Choice: 1
--------------- CHANNEL DETAILS-------------
Capture Channels => 4
Enc Channels => Primary 4, Secondary 4
Dec Channels => 4
Disp Channels => 8
-------------------------------------------
 0: SYSTEM: System Common Init in progress !!!
 0: SYSTEM: IPC init in progress !!!
 12: SYSTEM: CPU [DSP] syslink proc ID is [0] !!!
 12: SYSTEM: CPU [VIDEO-M3] syslink proc ID is [1] !!!
 12: SYSTEM: CPU [VPSS-M3] syslink proc ID is [2] !!!
 12: SYSTEM: CPU [HOST] syslink proc ID is [3] !!!
 12: SYSTEM: Creating MsgQ Heap [IPC_MSGQ_MSG_HEAP_3] ...
 14: SYSTEM: Creating MsgQ [HOST_MSGQ] ...
 16: SYSTEM: Creating MsgQ [HOST_ACK_MSGQ] ...
 18: SYSTEM: Opening MsgQ [DSP_MSGQ] ...
 19: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
 19: SYSTEM: Opening MsgQ [VPSS-M3_MSGQ] ...
 20: SYSTEM: Notify register to [DSP] line 0, event 15 ...
 21: SYSTEM: Notify register to [VIDEO-M3] line 0, event 15 ...
 21: SYSTEM: Notify register to [VPSS-M3] line 0, event 15 ...
 22: SYSTEM: IPC init DONE !!!
 23: SYSTEM: Creating ListMP [HOST_IPC_OUT_24] in region 0 ...
 25: SYSTEM: Creating ListMP [HOST_IPC_IN_24] in region 0 ...
 27: SYSTEM: ListElem Shared Addr = 0x4084f880
 28: SYSTEM: Creating ListMP [HOST_IPC_OUT_25] in region 0 ...
 30: SYSTEM: Creating ListMP [HOST_IPC_IN_25] in region 0 ...
 31: SYSTEM: ListElem Shared Addr = 0x4086d380
 33: SYSTEM: Creating ListMP [HOST_IPC_OUT_19] in region 0 ...
 35: SYSTEM: Creating ListMP [HOST_IPC_IN_19] in region 0 ...
 36: SYSTEM: ListElem Shared Addr = 0x4088ae80
 37: SYSTEM: Creating ListMP [HOST_IPC_OUT_20] in region 0 ...
 40: SYSTEM: Creating ListMP [HOST_IPC_IN_20] in region 0 ...
 41: SYSTEM: ListElem Shared Addr = 0x408b0680
 42: SYSTEM: Creating ListMP [HOST_IPC_OUT_21] in region 0 ...
 44: SYSTEM: Creating ListMP [HOST_IPC_IN_21] in region 0 ...
 46: SYSTEM: ListElem Shared Addr = 0x408d5e80
 68: SYSTEM: System Common Init Done !!!
 [host] HDMI Ctrl :Initializing
 [host] HDMI Ctrl :Initialized
 [host] HDMI Ctrl :Sink Connected

 Enable file write (YES - y / NO - n) : n

 File write DISABLED !!!


 [host] MCFW_IPCBITS:VcapVencVdecVdis_ipcBitsSendFxn:Entered...

 AUDIO: Do you enable Audio <Y/N>: 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 = 9437184
 [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] FB: Opened device [/dev/fb2] (fd2=24) !!!
 [FBDEV]
 [FBDEV] Fix Screen Info
 [FBDEV] ---------------
 [FBDEV] Line Length - 2560
 [FBDEV] Physical Address = 86a00000
 [FBDEV] Buffer Length = 9437184
 [FBDEV]
 [FBDEV]
 [FBDEV] Var Screen Info
 [FBDEV] ---------------
 [FBDEV] Xres - 720
 [FBDEV] Yres - 480
 [FBDEV] Xres Virtual - 720
 [FBDEV] Yres Virtual - 480
 [FBDEV] Bits Per Pixel - 16
 [FBDEV] Pixel Clk - 18518
 [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 = 691200 Bytes !!!
 [FBDEV]
 [FBDEV]
 [FBDEV] Fix Screen Info
 [FBDEV] ---------------
 [FBDEV] Line Length - 2560
 [FBDEV] Physical Address = 86a00000
 [FBDEV] Buffer Length = 9437184
 [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 = 9437184
 [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 1, sten en 0
 [FBDEV] tran en 1, type 0, key 16777215
 [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 = 9437184
 [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 - 18518
 [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 1, sten en 0
 [FBDEV] tran en 1, type 0, key 16777215
 [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]
[ti_vsys.c.246] gVsysModuleContext.vsysConfig.systemUseCase = 0
Lets check platform defined ...
Will be selected usecase for TI_814X_BUILD

********* Entered usecase 4CH <814x> Enc/Dec OSD Enabled SCD Enabled

 3394: MCFW  : CPU Revision [ES2.1] !!!
 3394: MCFW  : Detected [UNKNOWN] Board !!!
 3394: MCFW  : Base Board Revision [REV A] !!!
 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 !!!
 TVP5158: 0x58: 5158:0002:0302
Vcap_deviceCreate (0xbe9a8ae4, 1) return 0 [ti_vcap.c.1797]
 [m3vpss ]  20086: CAPTURE: Create in progress !!!
 [m3vpss ]  20124: CAPTURE: CaptureLink_drvCreateInst (2d86c9d0, 0) [links_m3vpss/capture/captureLink_drv.c.1195]
 [m3vpss ]  20124: CAPTURE: TVP5158 selected [instId = 0]
 [m3vpss ] >>>>>>>>>>>>>>>> 20125: CAPTURE: TVP5158[0] set mode/standard: 515 <<<<<<<<<<<<<<<<<<<<<
 [m3vpss ]  20125: CAPTURE: VIP0 PortA capture mode is [ 8-bit, Pixel-mux Embedded Sync] !!!
 [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 ]  20215: CAPTURE: Create Done !!!
 [m3vpss ]  20216: DEI    : Create in progress !!!
 [m3vpss ]  20390: DEI     : Loading Up-scaling Co-effs
 [m3vpss ]  20390: DEI     : Co-effs Loading ... DONE !!!
 [m3vpss ] DEI:HEAPID:0 USED:64
 [m3vpss ] DEI:HEAPID:1 USED:9600
 [m3vpss ] DEI:HEAPID:4 USED:25952256
 [m3vpss ]  20391: DEI    : Create Done !!!
 [m3vpss ]  20397: DUP   : Create Done !!!
 [m3vpss ]  20398: NSF: Create in progress !!!
 [m3video]  20468: IPC_IN_M3   : Create in progress !!!
 [m3video]  20468: SYSTEM: Opening ListMP [VPSS-M3_IPC_OUT_0] ...
 [m3vpss ] NSF::HEAPID:0        USED:128
 [m3video]  20468: SYSTEM: Opening ListMP [VPSS-M3_IPC_IN_0] ...
 [m3vpss ] NSF::HEAPID:1        USED:9152
 [m3video]  20472: IPC_IN_M3   : Create Done !!!
 [m3vpss ] NSF::HEAPID:4        USED:9732096
 [m3video]  20473: ALG : Create in progress !!!
 [m3vpss ]  20463: NSF: Create Done !!!
 [m3vpss ]  20465: MERGE   : Create Done !!!
 [m3vpss ]  20466: IPC_OUT_M3   : Create in progress !!!
 [m3vpss ]  20467: IPC_OUT_M3   : Create Done !!!
 [m3video]  20485: ALG : Prev Link ID = 10000002 !!!
 [m3video]  20486: OSD: Opening algorithm ... !!!
 [m3video]  20502: OSD: Opening algorithm ... DONE !!!
 [m3video]  UTILS: DMA: Allocated CH (TCC) = 51 (51)
 [m3video]  UTILS: DMA: 0 of 8: Allocated PaRAM = 51 (0x49004660)
 [m3video]  UTILS: DMA: 1 of 8: Allocated PaRAM = 479 (0x49007BE0)
 [m3video]  UTILS: DMA: 2 of 8: Allocated PaRAM = 480 (0x49007C00)
 [m3video]  UTILS: DMA: 3 of 8: Allocated PaRAM = 481 (0x49007C20)
 [m3video]  UTILS: DMA: 4 of 8: Allocated PaRAM = 482 (0x49007C40)
 [m3video]  UTILS: DMA: 5 of 8: Allocated PaRAM = 483 (0x49007C60)
 [m3video]  UTILS: DMA: 6 of 8: Allocated PaRAM = 484 (0x49007C80)
 [m3video]  UTILS: DMA: 7 of 8: Allocated PaRAM = 485 (0x49007CA0)
 [m3video]  20523: SCD: Opening algorithm ... !!!
 [m3video]  20524: SCD: Opening algorithm ... DONE !!!
 [m3video]  UTILS: DMA: Allocated CH (TCC) = 56 (56)
 [m3video]  UTILS: DMA: 0 of 1: Allocated PaRAM = 56 (0x49004700)
 [m3video] ALGLINK:HEAPID:0     USED:30672
 [m3video] ALGLINK:HEAPID:3     USED:6429824
 [m3video]  20547: ALG : Create Done !!!
 [m3video]  20551: ENCODE: Create in progress ... !!!
 [m3video] ENCLINK:INFO: !!!Number of output buffers for ch[8] set to [1]
 [m3video]  20622: ENCODE: Creating CH0 of 704 x 576, pitch = (704, 704) [PROGRESSIVE] [NON-TILED  ], bitrate = 2000 Kbps ...
 [m3video] ENCLINK_H264:HEAPID:0        USED:13888
 [m3video] ENCLINK_H264:HEAPID:3        USED:2629632
 [m3video]  20641: ENCODE: Creating CH1 of 704 x 576, pitch = (704, 704) [PROGRESSIVE] [NON-TILED  ], bitrate = 2000 Kbps ...
 [m3video] ENCLINK_H264:HEAPID:0        USED:11912
 [m3video] ENCLINK_H264:HEAPID:3        USED:1769472
 [m3video]  20654: ENCODE: Creating CH2 of 704 x 576, pitch = (704, 704) [PROGRESSIVE] [NON-TILED  ], bitrate = 2000 Kbps ...
 [m3video] ENCLINK_H264:HEAPID:0        USED:11912
 [m3video] ENCLINK_H264:HEAPID:3        USED:1769472
 [m3video]  20668: ENCODE: Creating CH3 of 704 x 576, pitch = (704, 704) [PROGRESSIVE] [NON-TILED  ], bitrate = 2000 Kbps ...

 [host] IpcBitsInLink_tskMain:Entered
 [host]  5779: IPC_BITS_IN   : Create in progress !!!

 [host]  5779: IPC_BITS_IN   : ListMPOpen start !!!

 [host]  5779: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_24] ...
 5782: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_24] ...

 [host]  5783: IPC_BITS_IN   : ListMPOpen done !!!

 [host]  5785: IPC_BITS_IN   : System_linkGetInfo done !!!

 [host]  5785: IPC_BITS_IN   : Create Done !!!


========bitsProducerLinkInfo============
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

====================

Reducing bitsProducerLinkInfo.numCh to 4

 [host]  5786: IPC_BITS_OUT   : Create in progress !!!
###Bit buff of size from the SR # 1 : 6635520

 [host] IPC_BITSOUT:BitBuffer Alloc.PoolID:0,Size:0x654000
 [host] IPCBITSOUTLINK:Translated Addr Virt:0x41787780 To Phy:0x889e9780
 [host]  5787: IPC_BITS_OUT   : Create Done !!!
 [m3video] ENCLINK_H264:HEAPID:0        USED:11912
 [m3video] ENCLINK_H264:HEAPID:3        USED:1769472
 [m3video]  20681: ENCODE: Creating CH4 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ...
 [m3video] ENCLINK_H264:HEAPID:0        USED:11912
 [m3video] ENCLINK_H264:HEAPID:3        USED:577536
 [m3video]  20686: ENCODE: Creating CH5 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ...
 [m3video] ENCLINK_H264:HEAPID:0        USED:11912
 [m3video] ENCLINK_H264:HEAPID:3        USED:577536
 [m3video]  20692: ENCODE: Creating CH6 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ...
 [m3video] ENCLINK_H264:HEAPID:0        USED:11912
 [m3video] ENCLINK_H264:HEAPID:3        USED:577536
 [m3video]  20698: ENCODE: Creating CH7 of 352 x 288, pitch = (352, 352) [PROGRESSIVE] [NON-TILED  ], bitrate = 500 Kbps ...
 [m3video] ENCLINK_H264:HEAPID:0        USED:11912
 [m3video] ENCLINK_H264:HEAPID:3        USED:577536
 [m3video]  20703: ENCODE: Creating CH8 of 704 x 576, pitch = (704, 704) [PROGRESSIVE] [NON-TILED  ], bitrate = 100 Kbps ...
 [m3video] ENCLINK_JPEG:HEAPID:0        USED:2064
 [m3video]  20704: ENCODE: Creating CH9 of 704 x 576, pitch = (704, 704) [PROGRESSIVE] [NON-TILED  ], bitrate = 100 Kbps ...
 [m3video] ENCLINK_JPEG:HEAPID:0        USED:2064
 [m3video]  20705: ENCODE: Creating CH10 of 704 x 576, pitch = (704, 704) [PROGRESSIVE] [NON-TILED  ], bitrate = 100 Kbps ...
 [m3video] ENCLINK_JPEG:HEAPID:0        USED:2064
 [m3vpss ]  20871: IPC_IN_M3   : Create in progress !!!
 [m3video]  20706: ENCODE: Creating CH11 of 704 x 576, pitch = (704, 704) [PROGRESSIVE] [NON-TILED  ], bitrate = 100 Kbps ...
 [m3vpss ]  20871: SYSTEM: Opening ListMP [VIDEO-M3_IPC_OUT_0] ...
 [m3vpss ]  20871: SYSTEM: Opening ListMP [VIDEO-M3_IPC_IN_0] ...
 [m3video] ENCLINK_JPEG:HEAPID:0        USED:2064
 [m3vpss ]  20872: SYSTEM: Opening MsgQ [VIDEO-M3_MSGQ] ...
 [m3video]  20707: ENCODE: All CH Create ... DONE !!!
 [m3vpss ]  20875: IPC_IN_M3   : Create Done !!!
 [m3vpss ]  20877: MERGE   : Create Done !!!
 [m3video] ENCLINK:HEAPID:0     USED:105568
 [m3vpss ]  20883: DUP   : Create Done !!!
 [m3video] ENCLINK:HEAPID:2     USED:10393344
 [m3vpss ]  20884: SWMS: Create in progress !!!
 [m3video] ENCLINK:HEAPID:3     USED:10248192
 [m3video]  20708: ENCODE: Create ... DONE !!!
 [m3video]  20709: IPC_BITS_OUT   : Create in progress !!!
 [m3video]  20711: IPC_BITS_OUT   : Create Done !!!
 [m3video]  20720: IPC_BITS_IN   : Create in progress !!!
 [m3video]  20720: SYSTEM: Opening ListMP [HOST_IPC_OUT_24] ...
 [m3video]  20721: SYSTEM: Opening ListMP [HOST_IPC_IN_24] ...
 [m3video]  20722: SYSTEM: Opening MsgQ [HOST_MSGQ] ...
 [m3video]  20724: IPC_BITS_IN   : Create Done !!!
 [m3video]  20725: DECODE: Create in progress ... !!!
 [m3video] DECLINK_H264:HEAPID:0        USED:2368
 [m3video] DECLINK_H264:HEAPID:3        USED:1413120
 [m3video]  20760: DECODE: Creating CH0 of 704 x 576 [PROGRESSIVE] [NON-TILED  ],target bitrate = 2000 Kbps ...
 [m3video] DECLINK_H264:HEAPID:0        USED:2368
 [m3video] DECLINK_H264:HEAPID:3        USED:1413120
 [m3video]  20795: DECODE: Creating CH1 of 704 x 576 [PROGRESSIVE] [NON-TILED  ],target bitrate = 2000 Kbps ...
 [m3video] DECLINK_H264:HEAPID:0        USED:2368
 [m3video] DECLINK_H264:HEAPID:3        USED:1413120
 [m3video]  20829: DECODE: Creating CH2 of 704 x 576 [PROGRESSIVE] [NON-TILED  ],target bitrate = 2000 Kbps ...
 [m3video] DECLINK_H264:HEAPID:0        USED:2368
 [m3video] DECLINK_H264:HEAPID:3        USED:1413120
 [m3video]  20863: DECODE: Creating CH3 of 704 x 576 [PROGRESSIVE] [NON-TILED  ],target bitrate = 2000 Kbps ...
 [m3video]  20866: DECODE: All CH Create ... DONE !!!
 [m3video] DECLINK:HEAPID:0     USED:9512
 [m3video] DECLINK:HEAPID:3     USED:20103168
 [m3video]  20868: DECODE: Create ... DONE !!!
 [m3video]  20869: IPC_OUT_M3   : Create in progress !!!
 [m3video]  20870: IPC_OUT_M3   : Create Done !!!
 [m3vpss ]  UTILS: DMA: Allocated CH (TCC) = 59 (59)
 [m3vpss ]  UTILS: DMA: 0 of 1: Allocated PaRAM = 59 (0x49004760)
 [m3vpss ] SWMS: instance 0, sc id 7, start win 0 end win 17
 [m3vpss ]  21110: SWMS    : VipScReq is TRUE!!!
 [m3vpss ]  21117: SWMS0    : Loading Vertical Co-effs (UPSCALE)x ...
 [m3vpss ]  21117: SWMS0    : Loading Horizontal Co-effs (UPSCALE)x ...
 [m3vpss ]  21117: SWMS    : Co-effs Loading ... DONE !!!
 [m3vpss ]  21117: SWMS    : OutFrames List -> 2 !!!!!!!
 [m3vpss ] AVSYNC:WARNING!! Application wrongly configureddisplayID[-1]. Reseting to correct displayID[0]
 [m3vpss ]  21118: SWMS    : ******* Configuring clock 15 secs...
 [m3vpss ]  21119: SWMS0    : Loading Vertical Co-effs (UPSCALE)x ...
 [m3vpss ]  21119: SWMS0    : Loading Horizontal Co-effs (UPSCALE)x ...
 [m3vpss ]  21119: SWMS    : Co-effs Loading ... DONE !!!
 [m3vpss ]
 [m3vpss ]  *** [SWMS0] Mosaic Parameters ***
 [m3vpss ]
 [m3vpss ]  Output FPS: 60
 [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 |  1920 x   1080 |  3840 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
 [m3vpss ]
 [m3vpss ] SWMS:HEAPID:0        USED:224
 [m3vpss ] SWMS:HEAPID:1        USED:20224
 [m3vpss ] SWMS:HEAPID:3        USED:12441600
 [m3vpss ] SWMS:HEAPID:4        USED:20736000
 [m3vpss ]  21121: SWMS: Create Done !!!
 [m3vpss ]  21121: SWMS: Create in progress !!!
 [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 ]  21180: SWMS1    : Loading Vertical Co-effs (UPSCALE)x ...
 [m3vpss ]  21180: SWMS1    : Loading Horizontal Co-effs (UPSCALE)x ...
 [m3vpss ]  21181: SWMS    : Co-effs Loading ... DONE !!!
 [m3vpss ] AVSYNC:WARNING!! Application wrongly configureddisplayID[-1]. Reseting to correct displayID[2]
 [m3vpss ]  21182: SWMS    : ******* Configuring clock 15 secs...
 [m3vpss ]  21182: SWMS1    : Loading Vertical Co-effs (6/16)x ...
 [m3vpss ]  21182: SWMS1    : Loading Horizontal Co-effs (3/16)x ...
 [m3vpss ]  21182: SWMS    : Co-effs Loading ... DONE !!!
 [m3vpss ]
 [m3vpss ]  *** [SWMS1] Mosaic Parameters ***
 [m3vpss ]
 [m3vpss ]  Output FPS: 60
 [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    288 |  2816 /  2816 | NON-TILED   |    0,    0 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]    1 |   1 |    0,    0 |   704 x    288 |  2816 /  2816 | NON-TILED   |  176,    0 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]    2 |   2 |    0,    0 |   704 x    288 |  2816 /  2816 | NON-TILED   |  352,    0 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]    3 |   3 |    0,    0 |   704 x    288 |  2816 /  2816 | NON-TILED   |  528,    0 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]    4 |   4 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |    0,  120 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
 [m3vpss ]    5 |   5 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |  176,  120 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
 [m3vpss ]    6 |   6 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |  352,  120 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
 [m3vpss ]    7 |   7 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |  528,  120 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
 [m3vpss ]    8 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |    0,  240 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]    9 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  176,  240 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]   10 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  352,  240 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]   11 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  528,  240 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]   12 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |    0,  360 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]   13 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  176,  360 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]   14 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  352,  360 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]   15 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  528,  360 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
 [m3vpss ]
 [m3vpss ] SWMS:HEAPID:0        USED:224
 [m3vpss ] SWMS:HEAPID:1        USED:47296
 [m3vpss ] SWMS:HEAPID:3        USED:5087232
 [m3vpss ] SWMS:HEAPID:4        USED:1695744
 [m3vpss ]  21191: SWMS: Create Done !!!
 [m3vpss ]  21191: DISPLAY: Create in progress !!!
 [m3vpss ]  21193: DISPLAY: Create Done !!!
 [m3vpss ]  21193: DISPLAY: Create in progress !!!
 [m3vpss ]  21194: DISPLAY: 44: Field Separate Mode ENABLED for Que 0 !!!
 [m3vpss ]  21195: DISPLAY: Create Done !!!
 [m3vpss ]  21204: DISPLAY: Start in progress !!!
 [m3vpss ]  21245: DISPLAY: Start Done !!!
 [m3vpss ]  21245: DISPLAY: HDDAC(BP0) : 48 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 255 / 0 ) DropCount:0 DispLatency (Min / Max) = ( 10737 / 0 ) !!!
 [m3vpss ]  21245: DISPLAY: UNDERFLOW COUNT: HDMI(BP0) 1, HDDAC(BP0) 0, DVO2(BP1) 1, SDDAC(SEC1) 1
 [m3vpss ]  21246: SYSTEM  : FREE SPACE : System Heap      = 243104 B, Mbx = 10238 msgs)
 [m3vpss ]  21246: SYSTEM  : FREE SPACE : SR0 Heap         = 2501888 B (2 MB)
 [m3vpss ]  21246: SYSTEM  : FREE SPACE : Frame Buffer     = 519936 B (0 MB)
 [m3vpss ]  21246: SYSTEM  : FREE SPACE : Bitstream Buffer = 32551040 B (31 MB)
 [m3vpss ]  21247: DISPLAY: Start in progress !!!
 [m3vpss ]  21247: SYSTEM  : FREE SPACE : Tiler 8-bit      = 89128960 B (85 MB)  - TILER ON
 [m3vpss ]  21247: SYSTEM  : FREE SPACE : Tiler 16-bit     = 44040192 B (42 MB)  - TILER ON
 [m3vpss ]  21313: DISPLAY: Start Done !!!
 [m3vpss ]  21313: DISPLAY: SDDAC(SEC1): 15 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 255 / 0 ) DropCount:0 DispLatency (Min / Max) = ( 10737 / 0 ) !!!
 [m3vpss ]  21314: SWMS: Start in Progress !!!
 [m3vpss ]  21314: SWMS: Start Done !!!
 [m3vpss ]  21314: SWMS: Start in Progress !!!
 [m3vpss ]  21314: SWMS: Start Done !!!
 [m3vpss ]  22019: CAPTURE: Start in progress !!!
 [m3vpss ]  22019: CAPTURE: Start Done !!!
 [m3vpss ]  22119: CAPTURE: Enabled Time Stamping !!!

 =============
 Run-Time Menu
 =============

 1: Capture Settings
 2: Encode  Settings
 3: Decode  Settings
 4: Display Settings
 5: Audio Capture <TVP5158> & Encode <AAC-LC, G711> demo
 6: Change Playback Channel <valid only if capture/playback is active>
 7: Audio encode demo <File In/Out>
 8: Audio decode demo <File In/Out>

 c: Change 8CH modes (8CH usecase ONLY!!!!)
 d: Change 16CH modes (16CH usecase ONLY!!!!)

 i: Print detailed system information
 s: Core Status: Active/In-active

 e: Stop Demo

 Enter Choice:  [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[0],ChID[6]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[0],ChID[-1]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[2],ChID[6]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[0],ChID[7]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[0],ChID[-1]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[2],ChID[7]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[0],ChID[4]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[0],ChID[-1]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[2],ChID[4]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[0],ChID[5]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[0],ChID[-1]
 [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
 [m3vpss ] Config:DisplayID[2],ChID[5]
 DEMO: HDMI TV/Monitor connected !!!
 DEMO: TV Detected - HDMI interface !!!
 DEMO: INFO : Resolution set to 1080P60 !!!
 [m3video]  25322: SCD: CH6: NO Tamper Detected !!!
 [m3video]  25339: SCD: CH7: NO Tamper Detected !!!
 [m3video]  25437: SCD: CH4: NO Tamper Detected !!!
 [m3video]  25460: SCD: CH5: NO Tamper Detected !!!
 ## AVERAGE: ENCODE [  80.5] FPS, DECODE [  40.5] FPS, ENC+DEC [ 121.0] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.2] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.4] FPS, DECODE [  93.5] FPS, ENC+DEC [ 279.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.8] FPS, DECODE [  93.0] FPS, ENC+DEC [ 278.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.0] FPS, DECODE [  93.1] FPS, ENC+DEC [ 277.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.9] FPS, DECODE [  93.5] FPS, ENC+DEC [ 278.4] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.8] FPS, DECODE [  93.5] FPS, ENC+DEC [ 280.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.6] FPS, DECODE [  93.2] FPS, ENC+DEC [ 278.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.0] FPS, DECODE [  93.5] FPS, ENC+DEC [ 279.5] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.3] FPS, DECODE [  92.9] FPS, ENC+DEC [ 279.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.7] FPS, DECODE [  93.6] FPS, ENC+DEC [ 278.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.1] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.6] FPS, DECODE [  93.4] FPS, ENC+DEC [ 279.0] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.9] FPS, DECODE [  93.4] FPS, ENC+DEC [ 279.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.9] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.0] FPS ... in 10.1 secs,
^[[13~  ## AVERAGE: ENCODE [ 186.2] FPS, DECODE [  93.4] FPS, ENC+DEC [ 279.6] FPS ... in 10.0 secs,
   ## AVERAGE: ENCODE [ 185.3] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.4] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.6] FPS, DECODE [  93.2] FPS, ENC+DEC [ 277.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.0] FPS, DECODE [  93.5] FPS, ENC+DEC [ 278.5] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.2] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 183.5] FPS, DECODE [  93.6] FPS, ENC+DEC [ 277.2] FPS ... in 10.1 secs,
  ## AVERAGE: ENCODE [ 186.4] FPS, DECODE [  93.5] FPS, ENC+DEC [ 279.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.2] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.5] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.1] FPS, DECODE [  93.3] FPS, ENC+DEC [ 279.4] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.5] FPS, ENC+DEC [ 278.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.6] FPS, DECODE [  93.5] FPS, ENC+DEC [ 278.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.7] FPS, DECODE [  93.3] FPS, ENC+DEC [ 279.0] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.8] FPS, DECODE [  93.3] FPS, ENC+DEC [ 279.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.1] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.4] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.0] FPS, ENC+DEC [ 278.4] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.7] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.0] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.1] FPS, DECODE [  93.2] FPS, ENC+DEC [ 278.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.6] FPS, DECODE [  93.4] FPS, ENC+DEC [ 279.0] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.2] FPS, DECODE [  92.8] FPS, ENC+DEC [ 279.0] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.0] FPS, DECODE [  93.4] FPS, ENC+DEC [ 278.4] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.2] FPS, DECODE [  93.4] FPS, ENC+DEC [ 278.6] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.8] FPS, DECODE [  93.2] FPS, ENC+DEC [ 277.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.1] FPS, DECODE [  93.5] FPS, ENC+DEC [ 279.6] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.0] FPS, DECODE [  93.2] FPS, ENC+DEC [ 277.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.9] FPS, DECODE [  93.3] FPS, ENC+DEC [ 279.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.5] FPS, DECODE [  93.4] FPS, ENC+DEC [ 279.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.8] FPS, DECODE [  93.0] FPS, ENC+DEC [ 279.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.1] FPS, DECODE [  92.9] FPS, ENC+DEC [ 279.0] FPS ... in 10.1 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.5] FPS, ENC+DEC [ 278.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.7] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.9] FPS, DECODE [  92.7] FPS, ENC+DEC [ 278.6] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 187.2] FPS, DECODE [  93.1] FPS, ENC+DEC [ 280.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.7] FPS, DECODE [  92.8] FPS, ENC+DEC [ 278.5] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.5] FPS, DECODE [  93.2] FPS, ENC+DEC [ 277.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 187.0] FPS, DECODE [  92.9] FPS, ENC+DEC [ 279.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.3] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.6] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.2] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.8] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.6] FPS, DECODE [  93.6] FPS, ENC+DEC [ 279.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.8] FPS, DECODE [  93.3] FPS, ENC+DEC [ 279.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.4] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.5] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.5] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.6] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.2] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.9] FPS, DECODE [  93.2] FPS, ENC+DEC [ 279.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.1] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.7] FPS, DECODE [  93.2] FPS, ENC+DEC [ 277.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.6] FPS, DECODE [  93.3] FPS, ENC+DEC [ 279.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.0] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.1] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.1] FPS, DECODE [  93.4] FPS, ENC+DEC [ 278.5] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.4] FPS, DECODE [  93.5] FPS, ENC+DEC [ 279.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.8] FPS, DECODE [  93.4] FPS, ENC+DEC [ 279.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.2] FPS, DECODE [  93.5] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.0] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.3] FPS, DECODE [  93.4] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.3] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.4] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.2] FPS, DECODE [  92.9] FPS, ENC+DEC [ 278.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.5] FPS, DECODE [  93.5] FPS, ENC+DEC [ 279.0] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.6] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.8] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.6] FPS, DECODE [  93.2] FPS, ENC+DEC [ 279.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.6] FPS, DECODE [  92.9] FPS, ENC+DEC [ 279.5] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.5] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.5] FPS, ENC+DEC [ 278.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.2] FPS, DECODE [  92.9] FPS, ENC+DEC [ 279.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.5] FPS, ENC+DEC [ 278.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.6] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.8] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.3] FPS, DECODE [  93.4] FPS, ENC+DEC [ 279.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.6] FPS, DECODE [  93.5] FPS, ENC+DEC [ 280.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.5] FPS, DECODE [  93.4] FPS, ENC+DEC [ 278.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.0] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.1] FPS, DECODE [  93.3] FPS, ENC+DEC [ 279.4] FPS ... in 10.0 secs,
 [m3video]  927272: SCD: CH4: Tamper Detected !!!
 ## AVERAGE: ENCODE [ 186.8] FPS, DECODE [  93.0] FPS, ENC+DEC [ 279.8] FPS ... in 10.0 secs,
 [m3video]  932882: SCD: CH4: NO Tamper Detected !!!
 ## AVERAGE: ENCODE [ 185.2] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.8] FPS, DECODE [  93.3] FPS, ENC+DEC [ 280.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.1] FPS, DECODE [  93.2] FPS, ENC+DEC [ 278.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.9] FPS, DECODE [  93.2] FPS, ENC+DEC [ 279.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.8] FPS, DECODE [  93.3] FPS, ENC+DEC [ 280.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.2] FPS, DECODE [  93.1] FPS, ENC+DEC [ 279.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.5] FPS ... in 10.1 secs,
 ## AVERAGE: ENCODE [ 185.9] FPS, DECODE [  93.3] FPS, ENC+DEC [ 279.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.7] FPS, DECODE [  93.4] FPS, ENC+DEC [ 280.1] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.7] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.5] FPS, DECODE [  93.5] FPS, ENC+DEC [ 279.0] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.7] FPS, DECODE [  93.1] FPS, ENC+DEC [ 278.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.7] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.0] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.6] FPS, DECODE [  93.2] FPS, ENC+DEC [ 278.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.0] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.6] FPS, DECODE [  93.2] FPS, ENC+DEC [ 277.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.2] FPS, DECODE [  93.0] FPS, ENC+DEC [ 278.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 183.8] FPS, DECODE [  93.4] FPS, ENC+DEC [ 277.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.6] FPS, DECODE [  93.1] FPS, ENC+DEC [ 277.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.2] FPS, DECODE [  92.9] FPS, ENC+DEC [ 279.1] FPS ... in 10.1 secs,
 ## AVERAGE: ENCODE [ 185.1] FPS, DECODE [  93.6] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.2] FPS, DECODE [  93.1] FPS, ENC+DEC [ 277.3] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.9] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.3] FPS, DECODE [  93.5] FPS, ENC+DEC [ 279.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.3] FPS, DECODE [  93.5] FPS, ENC+DEC [ 279.8] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.3] FPS, DECODE [  93.4] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 186.0] FPS, DECODE [  93.0] FPS, ENC+DEC [ 279.0] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.7] FPS, DECODE [  93.5] FPS, ENC+DEC [ 278.2] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.2] FPS, DECODE [  93.4] FPS, ENC+DEC [ 278.7] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 185.1] FPS, DECODE [  93.3] FPS, ENC+DEC [ 278.4] FPS ... in 10.1 secs,
 ## AVERAGE: ENCODE [ 185.4] FPS, DECODE [  93.5] FPS, ENC+DEC [ 278.9] FPS ... in 10.0 secs,
 ## AVERAGE: ENCODE [ 184.1] FPS, DECODE [  93.4] FPS, ENC+DEC [ 277.5] FPS ... in 10.0 secs,

Hello TI' teams.

I have a strange problem, when tried to capture D1 analog video with DM8148 Mistral EVM (base board only) and TVP5158 Video Security Board rev.C from spectrum Digital with 4 TVP5158 video decoders on board connected to the EVM.

My software platform is dvr-rdk version 3.5 from ud-works. Used mcfw-demo application supplied by ud-works, selected use-case - multich_progressive_4d1_vcap_venc_vdec_vdis.c

Captured video displayed on LCD display connected to HDMI output on EVM. Target display resolution - 1920x1080x50p. Lates TVP patch 02.03.02 uploaded successfully. Capture mode - 4 channels, pixel mux with embedded sync, via VIP0/portA. Display show only first channel - DEMO_LAYOUT_MODE_1CH layout used.

SYSTEM_USE_VIDEO_DECODER not defined, so TVP5158 video decoder serviced directly by application and not by m3/hdvpss subsytem. NUM_CAPTURE_DEVICE equal to 1.

Video decoder successfully detect input video signal: 720x288@50Hz, but video on display isn't loocked proper - you can see on attached image, first half of the line blended with second half of the line (oscilloscope shown twice on LCD display).

I guess the problem with VPSS data clock, but clock isn't directly managed by application.

Please help me to fix the problem

  • Can you enable file write in the demo and check the encoded file if it is showing the same artifact. This will help determine if it is capture side or display side issue.

  • Hello Badri,

    thanks alot for your reply.

    It's looking capture artifact. When I disabled channel 3 from demo' run-time menu:

    Run-time menu-> 1. Capture setting -> 1. Disable channel. (choose channel 3)

    video frames on LCD looks Ok.

    I forgot to write that I have only 2 physical cameras connetced to inputs 0 and 1 of TVP board (but TVP decoder works with 4 channel - mux mode). Channels 2 and 3 aren't connected.

    1) I don't clearly understood, why disable capture channel 3 from demo run-time menu fix the capture and display of channel 0?

    2) Please let me know what I need to change for correct displaing of all 4 video channels on LCD?

  • Pls attach the encoded stream for channel 0 and also "Print Detailed Statistics" output (Option "I") before and after disabling channel 3.

    Pls collect stats atleast 3 times with 1 min interval before and after disabling capture channel 3/

  • Attached detailed statistic info - before and after channel 3 disable from run-time menu.

    Interesting, when this channel [channel 3] re-enabled - video continue looks proper!!!

     ============= Run-Time Menu ============= 1: Capture Settings 2: Encode  Settings 3: Decode  Settings 4: Display Settings 5: Audio Capture <TVP5158> & Encode <AAC-LC, G711> demo 6: Change Playback Channel <valid only if capture/playback is active> 7: Audio encode demo <File In/Out> 8: Audio decode demo <File In/Out> c: Change 8CH modes (8CH usecase ONLY!!!!) d: Change 16CH modes (16CH usecase ONLY!!!!) i: Print detailed system information s: Core Status: Active/In-active e: Stop Demo Enter Choice:  [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[0],ChID[6]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[0],ChID[-1]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[2],ChID[6]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[0],ChID[7]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[0],ChID[-1]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[2],ChID[7]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[0],ChID[4]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[0],ChID[-1]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[2],ChID[4]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[0],ChID[5]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[0],ChID[-1]
     [m3vpss ] AVSYNC:AVSYNC_LINK_CMD_SET_FIRST_VIDPTS faileddue to invalid cfg
     [m3vpss ] Config:DisplayID[2],ChID[5]
     DEMO: HDMI TV/Monitor connected !!!
     DEMO: TV Detected - HDMI interface !!!
     DEMO: INFO : Resolution set to 1080P60 !!!
     [m3video]  26908: SCD: CH6: NO Tamper Detected !!!
     [m3video]  26933: SCD: CH7: NO Tamper Detected !!!
     [m3video]  26951: SCD: CH4: NO Tamper Detected !!!
     [m3video]  26973: SCD: CH5: NO Tamper Detected !!!
     ## AVERAGE: ENCODE [  72.3] FPS, DECODE [  36.2] FPS, ENC+DEC [ 108.5] FPS ... in 10.0 secs, 
    i
     
     DEMO:  0: Detected video at CH [0,0] (720x288@50Hz, 1)!!!
     DEMO:  1: Detected video at CH [0,1] (720x288@50Hz, 1)!!!
     DEMO:  2: No video detected at CH [0,2] !!!
     DEMO:  3: No video detected at CH [0,3] !!!
     
     [m3vpss ]  
     [m3vpss ]  *** Capture Driver Advanced Statistics *** 
     [m3vpss ]  
     [m3vpss ]  VIP Parser Reset Count : 0
     [m3vpss ]  
     [m3vpss ]      |   Total    Even     Odd  Total  Even   Odd  Min /  Max  Min /  Max Dropped Fid Repeat Frame Error Y/C
     [m3vpss ]  CH  |  Fields  Fields  Fields    FPS   FPS   FPS       Width      Height  Fields      Count (Desc Error Y/C)
     [m3vpss ]  ------------------------------------------------------------------------------------------------------------
     [m3vpss ]  000 |     417     209     208     52    26    26  720 /  720  288 /  288       1          1 0/0 (0/0)
     [m3vpss ]  001 |     417     209     208     52    26    26  720 /  720  288 /  288       1          1 0/0 (0/0)
     [m3vpss ]  002 |     498     250     248     62    31    31  720 /  720  243 /  244       1          1 0/0 (0/0)
     [m3vpss ]  003 |     498     250     248     62    31    31  720 /  720  243 /  244       1          1 0/0 (0/0)
     [m3vpss ]  
     [m3vpss ]  VIP Capture Port 0 | DescMissMatch1 = 0, DescMissMatch2 = 0 , DescMissMatch3 = 0 
     [m3vpss ]  
     [m3vpss ]  *** Capture List Manager Advanced Statistics *** 
     [m3vpss ]  
     [m3vpss ]  List Post Count        : 1043 
     [m3vpss ]  List Stall Count       : 0 
     [m3vpss ]  List Post Time (ms)    : Max = 1, Min = 0, Avg = 0, Total = 1 
     [m3vpss ]  INTC Timeout Count     : (0, 0) (Min timeout value = 979, 993) 
     [m3vpss ]  Descriptor miss found count : 0 
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  VIP and VPDMA registers, 
     [m3vpss ]  VIP0 : FIQ_STATUS  : 0x4810551c = 0x00000000
     [m3vpss ]  VIP1 : FIQ_STATUS  : 0x48105a1c = 0x00000000
     [m3vpss ]  VPDMA: LIST_BUSY   : 0x4810d00c = 0x00060000
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  31945: CAPTURE: Fields = 1822 (fps = 218, CPU Load = 0)
     [m3vpss ]  31945: CAPTURE: Num Resets = 0 (Avg 0 ms per reset)
     [m3vpss ]  31945: SYSTEM  : FREE SPACE : System Heap      = 243104 B, Mbx = 10239 msgs) 
     [m3vpss ]  31945: SYSTEM  : FREE SPACE : SR0 Heap         = 2501888 B (2 MB) 
     [m3vpss ]  31945: SYSTEM  : FREE SPACE : Frame Buffer     = 519936 B (0 MB) 
     [m3vpss ]  31946: SYSTEM  : FREE SPACE : Bitstream Buffer = 32551040 B (31 MB) 
     [m3vpss ]  31947: SYSTEM  : FREE SPACE : Tiler 8-bit      = 89128960 B (85 MB)  - TILER ON 
     [m3vpss ]  31947: SYSTEM  : FREE SPACE : Tiler 16-bit     = 44040192 B (42 MB)  - TILER ON 
     [m3vpss ]  
     [m3vpss ]  *** [NSF0] NSF Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 11 secs
     [m3vpss ]  Total Fields Processed : 38 
     [m3vpss ]  Total Fields FPS       : 422 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Reject In Process Out User Out Out      
     [m3vpss ]  Num | FPS     FPS       FPS        FPS Skip FPS Skip FPS 
     [m3vpss ]  ------------------------------------------------
     [m3vpss ]    0 |      22        22          0   0       22        0
     [m3vpss ]    1 |      22        22          0   0       22        0
     [m3vpss ]    2 |      27        26          0   0       26        0
     [m3vpss ]    3 |      27        26          0   0       26        0
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [DEI2    ] DEI Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 12 secs
     [m3vpss ]  Total Fields Processed : 2424 
     [m3vpss ]  Total Fields FPS       : 461 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 |      46         0         46     23     21     21      0      0           0           1           2           0           0          23           0           0           0           0  15 /  33
     [m3vpss ]    1 |      46         0         46     23     21     21      0      0           0           1           2           0           0          23           0           0           0           0  15 /  33
     [m3vpss ]    2 |      55         0         55     27     21     22      0      0           0           5           5           0           0          27           0           0           0           0  14 /  34
     [m3vpss ]    3 |      55         0         55     27     21     22      0      0           0           5           5           0           0          27           0           0           0           0  14 /  34
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time: 12 secs
     [m3vpss ]  
     [m3vpss ]  Output Request FPS   : 71 fps (857 frames) 
     [m3vpss ]  Output Actual  FPS   : 64 fps (775 frames) 
     [m3vpss ]  Output Drop    FPS   : 6 fps (82 frames) 
     [m3vpss ]  Output Reject  FPS   : 0 fps (0 frames) 
     [m3vpss ]  Scaling Internal     : 14 ms 
     [m3vpss ]  Scaling Internal min : 14 ms 
     [m3vpss ]  Scaling Internal max : 16 ms 
     [m3vpss ]  
     [m3vpss ]  Win | Window Repeat Drop Recv Que  FID Invlid Acc Event          Invalid   Que Reject Reject Latency   OutBufCopy InBufCopy
     [m3vpss ]  Num | FPS    FPS    FPS  FPS  FPS  FPS        Count (Max/Min)    CH Frames Frames     Frames Min / Max FPS        FPS      
     [m3vpss ]  ---------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |     60     39    0   25   25          0        0 (  0/255)         0          0      0  24 /  70         39         0 
     [m3vpss ]    1 |     60     39    0   25   25          0        0 (  0/255)         0          0      0  24 /  70         39         0 
     [m3vpss ]    2 |     60     34    0   30   30          0        0 (  0/255)         0          0      0  17 /  71         34         0 
     [m3vpss ]    3 |     60     34    0   30   30          0        0 (  0/255)         0          0      0  17 /  71         34         0 
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 60
     [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 |   960 x    540 |  3840 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
     [m3vpss ]    1 |   1 |    0,    0 |   704 x    576 |  1408 /  1408 | NON-TILED   |  960,    0 |   960 x    540 |  3840 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
     [m3vpss ]    2 |   2 |    0,    0 |   704 x    576 |  1408 /  1408 | NON-TILED   |    0,  540 |   960 x    540 |  3840 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
     [m3vpss ]    3 |   3 |    0,    0 |   704 x    576 |  1408 /  1408 | NON-TILED   |  960,  540 |   960 x    540 |  3840 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time: 12 secs
     [m3vpss ]  
     [m3vpss ]  Output Request FPS   : 71 fps (857 frames) 
     [m3vpss ]  Output Actual  FPS   : 64 fps (772 frames) 
     [m3vpss ]  Output Drop    FPS   : 7 fps (85 frames) 
     [m3vpss ]  Output Reject  FPS   : 0 fps (0 frames) 
     [m3vpss ]  Scaling Internal     : 14 ms 
     [m3vpss ]  Scaling Internal min : 9 ms 
     [m3vpss ]  Scaling Internal max : 21 ms 
     [m3vpss ]  
     [m3vpss ]  Win | Window Repeat Drop Recv Que  FID Invlid Acc Event          Invalid   Que Reject Reject Latency   OutBufCopy InBufCopy
     [m3vpss ]  Num | FPS    FPS    FPS  FPS  FPS  FPS        Count (Max/Min)    CH Frames Frames     Frames Min / Max FPS        FPS      
     [m3vpss ]  ---------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |     60     39    0   25   25          0        0 (  0/255)         0          0      0  21 /  73         39         0 
     [m3vpss ]    1 |     60     39    0   25   25          0        0 (  0/255)         0          0      0  21 /  73         39         0 
     [m3vpss ]    2 |     60     34    0   30   30          0        0 (  0/255)         0          0      0  18 /  72         34         0 
     [m3vpss ]    3 |     60     34    0   30   30          0        0 (  0/255)         0          0      0  18 /  72         34         0 
     [m3vpss ]    4 |     59     41    0   23   23          0        0 (  0/255)         0          0      0  17 / 143         41         0 
     [m3vpss ]    5 |     59     41    0   23   23          0        0 (  0/255)         0          0      0  25 / 143         41         0 
     [m3vpss ]    6 |     60     40    0   23   23          0        0 (  0/255)         0          0      0  23 / 142         40         0 
     [m3vpss ]    7 |     59     40    0   23   23          0        0 (  0/255)         0          0      0  20 / 143         40         0 
     [m3vpss ]    8 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         64         0 
     [m3vpss ]    9 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         64         0 
     [m3vpss ]   10 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         64         0 
     [m3vpss ]   11 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         64         0 
     [m3vpss ]   12 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         64         0 
     [m3vpss ]   13 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         64         0 
     [m3vpss ]   14 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         64         0 
     [m3vpss ]   15 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         64         0 
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 60
     [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    288 |  2816 /  2816 | NON-TILED   |    0,    0 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    1 |   1 |    0,    0 |   704 x    288 |  2816 /  2816 | NON-TILED   |  176,    0 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    2 |   2 |    0,    0 |   704 x    288 |  2816 /  2816 | NON-TILED   |  352,    0 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    3 |   3 |    0,    0 |   704 x    288 |  2816 /  2816 | NON-TILED   |  528,    0 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    4 |   4 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |    0,  120 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
     [m3vpss ]    5 |   5 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |  176,  120 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
     [m3vpss ]    6 |   6 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |  352,  120 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
     [m3vpss ]    7 |   7 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |  528,  120 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
     [m3vpss ]    8 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |    0,  240 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    9 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  176,  240 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   10 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  352,  240 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   11 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  528,  240 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   12 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |    0,  360 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   13 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  176,  360 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   14 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  352,  360 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   15 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  528,  360 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  35725: DISPLAY: HDDAC(BP0) : 59 fps, Latency (Min / Max) = ( 69 / 135 ), Callback Interval (Min / Max) = ( 16 / 17 ) DropCount:0 DispLatency (Min / Max) = ( 49 / 116 ) !!! 
     [m3vpss ]  35725: DISPLAY: UNDERFLOW COUNT: HDMI(BP0) 778, HDDAC(BP0) 0, DVO2(BP1) 778, SDDAC(SEC1) 778 
     [m3vpss ]  35725: SYSTEM  : FREE SPACE : System Heap      = 243104 B, Mbx = 10239 msgs) 
     [m3vpss ]  35726: SYSTEM  : FREE SPACE : SR0 Heap         = 2501888 B (2 MB) 
     [m3vpss ]  35726: SYSTEM  : FREE SPACE : Frame Buffer     = 519936 B (0 MB) 
     [m3vpss ]  35726: SYSTEM  : FREE SPACE : Bitstream Buffer = 32551040 B (31 MB) 
     [m3vpss ]  35726: SYSTEM  : FREE SPACE : Tiler 8-bit      = 89128960 B (85 MB)  - TILER ON 
     [m3vpss ]  35726: SYSTEM  : FREE SPACE : Tiler 16-bit     = 44040192 B (42 MB)  - TILER ON 
     [m3vpss ]  35728: DISPLAY: SDDAC(SEC1): 29 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 33 / 34 ) DropCount:0 DispLatency (Min / Max) = ( 10737 / 0 ) !!! 
     [m3video]  
     [m3video]  *** (VCOP) OSD Statistics *** 
     [m3video]  
     [m3video]  Elasped Time           : 13 secs
     [m3video]  Total Fields Processed : 2500 
     [m3video]  Total Fields FPS       : 698 FPS
     [m3video]  
     [m3video]  Detailed Internal Profile Log, 
     [m3video]  - OSD ALG Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - GATHER  Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - BLEND   Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - SCATTER Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - EDMA    Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - VCOP    Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - SCAT/GATH CPU time   :          0 msecs (0 % of elasped time) 
     [m3video]  - BLEND     CPU time   :          0 msecs (0 % of elasped time) 
     [m3video]  
     [m3video]  
     [m3video]  CH  | In Recv In Que In Reject In Process 
     [m3video]  Num | FPS     FPS    FPS       FPS        
     [m3video]  ------------------------------------------
     [m3video]    0 |      23     23         0         23
     [m3video]    1 |      23     23         0         23
     [m3video]    2 |      23     23         0         23
     [m3video]    3 |      23     23         0         23
     [m3video]    4 |      22     22         0         22
     [m3video]    5 |      22     22         0         22
     [m3video]    6 |      24     24         0         24
     [m3video]    7 |      24     24         0         24
     [m3video]    8 |       0      0         0          0
     [m3video]    9 |       0      0         0          0
     [m3video]   10 |       1      1         0          1
     [m3video]   11 |       1      1         0          1
     [m3video]  
     [m3video]  
     [m3video]  *** (VCOP) SCD Statistics *** 
     [m3video]  
     [m3video]  Elasped Time           : 9 secs
     [m3video]  Total Fields Processed : 152 
     [m3video]  Total Fields FPS       : 63 FPS
     [m3video]  
     [m3video]  Detailed Internal Profile Log, 
     [m3video]  - SCD ALG Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - VCOP    Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - SCD ALG   CPU time   :          0 msecs (0 % of elasped time) 
     [m3video]  
     [m3video]  
     [m3video]  CH  | In Recv In Skip In Process 
     [m3video]  Num | FPS     FPS     FPS        
     [m3video]  ---------------------------------
     [m3video]    0 |       0       0          0
     [m3video]    1 |       0       0          0
     [m3video]    2 |       0       0          0
     [m3video]    3 |       0       0          0
     [m3video]    4 |      24      20          4
     [m3video]    5 |      24      20          4
     [m3video]    6 |      25      21          4
     [m3video]    7 |      25      21          4
     [m3video]    8 |       0       0          0
     [m3video]    9 |       0       0          0
     [m3video]   10 |       0       0          0
     [m3video]   11 |       0       0          0
     [m3video]  
     ## AVERAGE: ENCODE [ 184.2] FPS, DECODE [  92.9] FPS, ENC+DEC [ 277.1] FPS ... in 10.0 secs, 
     [m3video] 37691: HDVICP-ID:0
     [m3video] All percentage figures are based off totalElapsedTime
     [m3video]  totalAcquire2wait :4 %
     [m3video]  totalWait2Isr :91 %
     [m3video]  totalIsr2Done :0 %
     [m3video]  totalWait2Done :91 %
     [m3video]  totalDone2Release :0 %
     [m3video]  totalAcquire2Release :98 %
     [m3video]  totalAcq2acqDelay :1 %
     [m3video]  totalElapsedTime in msec :   14042
     [m3video]  numAccessCnt:    3954
     [m3video] IVA-FPS :     282
     [m3video] Average time spent per frame in microsec:    3231
     [m3video] 37693: 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] 37694: 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           : 9 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 |      23       0        0  23 255 / 15671
     [m3video]    1 |      23       0        0  23 255 / 15671
     [m3video]    2 |      23       0        0  23 255 / 15677
     [m3video]    3 |      23       0        0  23 255 / 15677
     [m3video]    4 |      22       0        0  22 255 / 15684
     [m3video]    5 |      22       0        0  22 255 / 15684
     [m3video]    6 |      24       2        0  22 255 / 15681
     [m3video]    7 |      24       2        0  22 255 / 15681
     [m3video]    8 |       0       0        0   0 255 / 15671
     [m3video]    9 |       0       0        0   0 255 / 15671
     [m3video]   10 |       1       0        0   1 255 / 15669
     [m3video]   11 |       1       0        0   1 255 / 15669
     [m3video]  
     [m3video] Multi Channel Encode Average Submit Batch Size 
     [m3video] Max Submit Batch Size : 24
     [m3video] IVAHD_0 Average Batch Size : 6
     [m3video] IVAHD_0 Max achieved Batch Size : 8
     [m3video]  
     [m3video] Multi Channel Encode Batch break Stats 
     [m3video] Total Number of Batches created: 243 
     [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: 86 %
     [m3video]  Batch breaks due to different codec: 13 %
     [m3video]  
     [m3video]  *** DECODE Statistics *** 
     [m3video]  
     [m3video]  Elasped Time           : 13 secs
     [m3video]  
     [m3video]  
     [m3video]  CH  | In Recv In User  Out 
     [m3video]  Num | FPS     Skip FPS FPS 
     [m3video]  -----------------------------------
     [m3video]    0 |      24        0  24
     [m3video]    1 |      24        0  24
     [m3video]    2 |      24        0  24
     [m3video]    3 |      24        0  24
     [m3video]  
     [m3video] Multi Channel Decode Average Submit Batch Size 
     [m3video] Max Submit Batch Size : 24
     [m3video] IVAHD_0 Average Batch Size : 2
     [m3video] IVAHD_0 Max achieved Batch Size : 4
     [m3video]  
     [m3video] Multi Channel Decode Batch break Stats 
     [m3video] Total Number of Batches created: 611 
     [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: 96 %
     [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: 3 %
     [m3video]  Batch breaks due to different codec: 0 %
     [m3video]  
     [m3vpss ]  
     [m3vpss ]  38692: LOAD: CPU: 39.4% HWI: 9.1%, SWI:3.6% 
     [m3vpss ]  
     [m3vpss ]  38692: LOAD: TSK: IPC_OUT_M30         : 1.3% 
     [m3vpss ]  38693: LOAD: TSK: IPC_IN_M30          : 0.5% 
     [m3vpss ]  38693: LOAD: TSK: CAPTURE             : 0.8% 
     [m3vpss ]  38695: LOAD: TSK: NSF0                : 0.3% 
     [m3vpss ]  38695: LOAD: TSK: DEI2                : 4.5% 
     [m3vpss ]  38695: LOAD: TSK: DISPLAY0            : 1.3% 
     [m3vpss ]  38695: LOAD: TSK: DISPLAY2            : 0.6% 
     [m3vpss ]  38696: LOAD: TSK: DUP0                : 0.5% 
     [m3vpss ]  38696: LOAD: TSK: DUP1                : 0.7% 
     [m3vpss ]  38696: LOAD: TSK: SWMS0               : 3.8% 
     [m3vpss ]  38696: LOAD: TSK: SWMS1               : 7.7% 
     [m3vpss ]  38696: LOAD: TSK: MERGE0              : 0.4% 
     [m3vpss ]  38696: LOAD: TSK: MERGE1              : 0.3% 
     [m3vpss ]  38696: LOAD: TSK: MISC                : 4.0% 
     [m3vpss ]  
     [m3video]  
     [m3video]  39197: LOAD: CPU: 36.1% HWI: 3.2%, SWI:2.8% 
     [m3video]  
     [m3video]  39198: LOAD: TSK: IPC_OUT_M30         : 1.5% 
     [m3video]  39198: LOAD: TSK: IPC_IN_M30          : 0.9% 
     [m3video]  39198: LOAD: TSK: IPC_BITS_IN0        : 0.9% 
     [m3video]  39199: LOAD: TSK: IPC_BITS_OUT0       : 1.4% 
     [m3video]  39199: LOAD: TSK: VCOP                : 1.6% 
     [m3video]  39200: LOAD: TSK: ENC0                : 2.9% 
     [m3video]  39200: LOAD: TSK: DEC0                : 2.3% 
     [m3video]  39200: LOAD: TSK: ALG0                : 5.8% 
     [m3video]  39200: LOAD: TSK: SCD_PROCESS_TSK0    : 3.2% 
     [m3video]  39200: LOAD: TSK: ENC_PROCESS_TSK_0   : 5.6% 
     [m3video]  39200: LOAD: TSK: DEC_PROCESS_TSK_0   : 3.3% 
     [m3video]  39201: LOAD: TSK: MISC                : 0.7% 
     [m3video]  
     [c6xdsp ]  
     [c6xdsp ]  37316: LOAD: CPU: 0.2% HWI: 0.0%, SWI:0.0% 
     [c6xdsp ]  
     [c6xdsp ]  37316: LOAD: TSK: MISC                : 0.2% 
     [c6xdsp ]  
    
    
     *** Encode Bitstream Received Statistics *** 
    
     Elased time =   22.7 secs
    
     CH | Bitrate (Kbps) | FPS | Key-frame FPS | Width (max/min) | Height (max/min) | Latency (max/min)
     --------------------------------------------------------------------------------------------------
      0 |        1325.09 | 16.9 |           0.6 |   704 /    704 |    576 /    576  |    213 /     55
      1 |        1331.43 | 16.9 |           0.6 |   704 /    704 |    576 /    576  |    213 /     63
      2 |          75.03 | 17.1 |           0.6 |   704 /    704 |    576 /    576  |    221 /     33
      3 |          73.71 | 17.1 |           0.6 |   704 /    704 |    576 /    576  |    221 /     49
      4 |         313.80 | 15.8 |           0.5 |   352 /    352 |    288 /    288  |    224 /     67
      5 |         313.69 | 15.8 |           0.5 |   352 /    352 |    288 /    288  |    224 /     67
      6 |          74.43 | 16.2 |           0.6 |   352 /    352 |    288 /    288  |    234 /     61
      7 |          73.99 | 16.2 |           0.6 |   352 /    352 |    288 /    288  |    234 /     61
      8 |         107.32 | 0.6 |           0.6 |   704 /    704 |    576 /    576  |    221 /     73
      9 |         107.58 | 0.6 |           0.6 |   704 /    704 |    576 /    576  |    221 /     73
     10 |          44.90 | 0.8 |           0.8 |   704 /    704 |    576 /    576  |    224 /     52
     11 |          44.90 | 0.8 |           0.8 |   704 /    704 |    576 /    576  |    224 /     52
    
    
     *** SCD Frame Results Received Statistics *** 
    
     Elased time =   24.8 secs
    
     CH | Bitrate (Kbps) | FPS | Width (max/min) | Height (max/min)
     ----------------------------------------------------------------------------------
     ============= Run-Time Menu ============= 1: Capture Settings 2: Encode  Settings 3: Decode  Settings 4: Display Settings 5: Audio Capture <TVP5158> & Encode <AAC-LC, G711> demo 6: Change Playback Channel <valid only if capture/playback is active> 7: Audio encode demo <File In/Out> 8: Audio decode demo <File In/Out> c: Change 8CH modes (8CH usecase ONLY!!!!) d: Change 16CH modes (16CH usecase ONLY!!!!) i: Print detailed system information s: Core Status: Active/In-active e: Stop Demo Enter Choice:  ## AVERAGE: ENCODE [ 184.7] FPS, DECODE [  92.8] FPS, ENC+DEC [ 277.5] FPS ... in 10.0 secs, 
    

     ============= Run-Time Menu ============= 1: Capture Settings 2: Encode  Settings 3: Decode  Settings 4: Display Settings 5: Audio Capture <TVP5158> & Encode <AAC-LC, G711> demo 6: Change Playback Channel <valid only if capture/playback is active> 7: Audio encode demo <File In/Out> 8: Audio decode demo <File In/Out> c: Change 8CH modes (8CH usecase ONLY!!!!) d: Change 16CH modes (16CH usecase ONLY!!!!) i: Print detailed system information s: Core Status: Active/In-active e: Stop Demo Enter Choice: i
     
     DEMO:  0: Detected video at CH [0,0] (720x288@50Hz, 1)!!!
     DEMO:  1: Detected video at CH [0,1] (720x288@50Hz, 1)!!!
     DEMO:  2: No video detected at CH [0,2] !!!
     DEMO:  3: No video detected at CH [0,3] !!!
     
     [m3vpss ]  
     [m3vpss ]  *** Capture Driver Advanced Statistics *** 
     [m3vpss ]  
     [m3vpss ]  VIP Parser Reset Count : 0
     [m3vpss ]  
     [m3vpss ]      |   Total    Even     Odd  Total  Even   Odd  Min /  Max  Min /  Max Dropped Fid Repeat Frame Error Y/C
     [m3vpss ]  CH  |  Fields  Fields  Fields    FPS   FPS   FPS       Width      Height  Fields      Count (Desc Error Y/C)
     [m3vpss ]  ------------------------------------------------------------------------------------------------------------
     [m3vpss ]  000 |    2340    1171    1169     50    25    25  720 /  720  288 /  288       1          1 0/0 (0/0)
     [m3vpss ]  001 |    2340    1171    1169     50    25    25  720 /  720  288 /  288       1          1 0/0 (0/0)
     [m3vpss ]  002 |    2794    1398    1396     60    30    30  720 /  720  243 /  244       1          1 0/0 (0/0)
     [m3vpss ]  003 |    2794    1398    1396     60    30    30  720 /  720  243 /  244       1          1 0/0 (0/0)
     [m3vpss ]  
     [m3vpss ]  VIP Capture Port 0 | DescMissMatch1 = 0, DescMissMatch2 = 0 , DescMissMatch3 = 0 
     [m3vpss ]  
     [m3vpss ]  *** Capture List Manager Advanced Statistics *** 
     [m3vpss ]  
     [m3vpss ]  List Post Count        : 5852 
     [m3vpss ]  List Stall Count       : 0 
     [m3vpss ]  List Post Time (ms)    : Max = 1, Min = 0, Avg = 0, Total = 7 
     [m3vpss ]  INTC Timeout Count     : (0, 0) (Min timeout value = 968, 981) 
     [m3vpss ]  Descriptor miss found count : 0 
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  VIP and VPDMA registers, 
     [m3vpss ]  VIP0 : FIQ_STATUS  : 0x4810551c = 0x00000000
     [m3vpss ]  VIP1 : FIQ_STATUS  : 0x48105a1c = 0x00000000
     [m3vpss ]  VPDMA: LIST_BUSY   : 0x4810d00c = 0x00060000
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  70416: CAPTURE: Fields = 10264 (fps = 219, CPU Load = 0)
     [m3vpss ]  70416: CAPTURE: Num Resets = 0 (Avg 0 ms per reset)
     [m3vpss ]  70416: SYSTEM  : FREE SPACE : System Heap      = 243104 B, Mbx = 10240 msgs) 
     [m3vpss ]  70416: SYSTEM  : FREE SPACE : SR0 Heap         = 2501888 B (2 MB) 
     [m3vpss ]  70417: SYSTEM  : FREE SPACE : Frame Buffer     = 519936 B (0 MB) 
     [m3vpss ]  70417: SYSTEM  : FREE SPACE : Bitstream Buffer = 32551040 B (31 MB) 
     [m3vpss ]  70420: SYSTEM  : FREE SPACE : Tiler 8-bit      = 89128960 B (85 MB)  - TILER ON 
     [m3vpss ]  70420: SYSTEM  : FREE SPACE : Tiler 16-bit     = 44040192 B (42 MB)  - TILER ON 
     [m3vpss ]  
     [m3vpss ]  *** [NSF0] NSF Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 37 secs
     [m3vpss ]  Total Fields Processed : 165 
     [m3vpss ]  Total Fields FPS       : 412 FPS
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  CH  | In Recv In Reject In Process Out User Out Out      
     [m3vpss ]  Num | FPS     FPS       FPS        FPS Skip FPS Skip FPS 
     [m3vpss ]  ------------------------------------------------
     [m3vpss ]    0 |      25        24          0   0       24        0
     [m3vpss ]    1 |      25        24          0   0       24        0
     [m3vpss ]    2 |      30        29          1   1       29        0
     [m3vpss ]    3 |      19        18          0   0       18        0
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [DEI2    ] DEI Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time           : 37 secs
     [m3vpss ]  Total Fields Processed : 10764 
     [m3vpss ]  Total Fields FPS       : 462 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 |      51         0         51     25     24     23      0      0           0           1           1           0           0          25           0           0           0           0  14 /  40
     [m3vpss ]    1 |      51         0         51     25     24     23      0      0           0           1           1           0           0          25           0           0           0           0  14 /  40
     [m3vpss ]    2 |      61         0         61     30     26     26      0      0           0           4           4           0           0          30           0           0           0           0  13 /  41
     [m3vpss ]    3 |      61         0         61     18     14     26      0      0          23          15           4           0           0          18           0           0           0           0  13 /  41
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time: 15 secs
     [m3vpss ]  
     [m3vpss ]  Output Request FPS   : 69 fps (1036 frames) 
     [m3vpss ]  Output Actual  FPS   : 62 fps (935 frames) 
     [m3vpss ]  Output Drop    FPS   : 6 fps (101 frames) 
     [m3vpss ]  Output Reject  FPS   : 0 fps (0 frames) 
     [m3vpss ]  Scaling Internal     : 14 ms 
     [m3vpss ]  Scaling Internal min : 11 ms 
     [m3vpss ]  Scaling Internal max : 19 ms 
     [m3vpss ]  
     [m3vpss ]  Win | Window Repeat Drop Recv Que  FID Invlid Acc Event          Invalid   Que Reject Reject Latency   OutBufCopy InBufCopy
     [m3vpss ]  Num | FPS    FPS    FPS  FPS  FPS  FPS        Count (Max/Min)    CH Frames Frames     Frames Min / Max FPS        FPS      
     [m3vpss ]  ---------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |     62     36    0   25   25          0        0 (  0/255)         0          0      0  19 /  69         36         0 
     [m3vpss ]    1 |     62     36    0   25   25          0        0 (  0/255)         0          0      0  19 /  69         36         0 
     [m3vpss ]    2 |     62     31    0   31   31          0        0 (  0/255)         0          0      0  18 /  69         31         0 
     [m3vpss ]    3 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         62         0 
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS0] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 60
     [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 |   960 x    540 |  3840 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
     [m3vpss ]    1 |   1 |    0,    0 |   704 x    576 |  1408 /  1408 | NON-TILED   |  960,    0 |   960 x    540 |  3840 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
     [m3vpss ]    2 |   2 |    0,    0 |   704 x    576 |  1408 /  1408 | NON-TILED   |    0,  540 |   960 x    540 |  3840 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
     [m3vpss ]    3 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  960,  540 |   960 x    540 |  3840 /      0 | NON-TILED   |      OFF |    0 |  422I  |   OFF |
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Statistics *** 
     [m3vpss ]  
     [m3vpss ]  Elasped Time: 15 secs
     [m3vpss ]  
     [m3vpss ]  Output Request FPS   : 68 fps (1022 frames) 
     [m3vpss ]  Output Actual  FPS   : 61 fps (921 frames) 
     [m3vpss ]  Output Drop    FPS   : 6 fps (101 frames) 
     [m3vpss ]  Output Reject  FPS   : 0 fps (0 frames) 
     [m3vpss ]  Scaling Internal     : 14 ms 
     [m3vpss ]  Scaling Internal min : 13 ms 
     [m3vpss ]  Scaling Internal max : 17 ms 
     [m3vpss ]  
     [m3vpss ]  Win | Window Repeat Drop Recv Que  FID Invlid Acc Event          Invalid   Que Reject Reject Latency   OutBufCopy InBufCopy
     [m3vpss ]  Num | FPS    FPS    FPS  FPS  FPS  FPS        Count (Max/Min)    CH Frames Frames     Frames Min / Max FPS        FPS      
     [m3vpss ]  ---------------------------------------------------------------------------------------------------------------------------
     [m3vpss ]    0 |     61     35    0   25   25          0        0 (  0/255)         0          0      0  21 /  68         35         0 
     [m3vpss ]    1 |     61     35    0   25   25          0        0 (  0/255)         0          0      0  21 /  68         35         0 
     [m3vpss ]    2 |     61     30    0   30   30          0        0 (  0/255)         0          0      0  16 /  77         30         0 
     [m3vpss ]    3 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         61         0 
     [m3vpss ]    4 |     61     35    0   25   25          0        0 (  0/255)         0          0      0  11 / 116         35         0 
     [m3vpss ]    5 |     61     35    0   25   25          0        0 (  0/255)         0          0      0  17 / 116         35         0 
     [m3vpss ]    6 |     61     30    0   30   30          0        0 (  0/255)         0          0      0  15 / 116         30         0 
     [m3vpss ]    7 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         61         0 
     [m3vpss ]    8 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         61         0 
     [m3vpss ]    9 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         61         0 
     [m3vpss ]   10 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         61         0 
     [m3vpss ]   11 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         61         0 
     [m3vpss ]   12 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         61         0 
     [m3vpss ]   13 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         61         0 
     [m3vpss ]   14 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         61         0 
     [m3vpss ]   15 |      0      0    0    0    0          0        0 (  0/255)         0          0      0 65535 /   0         61         0 
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  *** [SWMS1] Mosaic Parameters *** 
     [m3vpss ]  
     [m3vpss ]  Output FPS: 60
     [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    288 |  2816 /  2816 | NON-TILED   |    0,    0 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    1 |   1 |    0,    0 |   704 x    288 |  2816 /  2816 | NON-TILED   |  176,    0 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    2 |   2 |    0,    0 |   704 x    288 |  2816 /  2816 | NON-TILED   |  352,    0 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    3 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  528,    0 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    4 |   4 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |    0,  120 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
     [m3vpss ]    5 |   5 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |  176,  120 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
     [m3vpss ]    6 |   6 |    0,    0 |   704 x    288 |  1792 /  1792 | NON-TILED   |  352,  120 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  420SP |   OFF |
     [m3vpss ]    7 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  528,  120 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    8 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |    0,  240 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]    9 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  176,  240 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   10 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  352,  240 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   11 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  528,  240 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   12 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |    0,  360 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   13 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  176,  360 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   14 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  352,  360 |   176 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]   15 | 255 |    0,    0 |   352 x    264 |   704 /   704 | NON-TILED   |  528,  360 |   192 x    120 |  1472 /      0 | NON-TILED   |       ON |    0 |  422I  |   OFF |
     [m3vpss ]  
     [m3vpss ]  
     [m3vpss ]  73720: DISPLAY: HDDAC(BP0) : 59 fps, Latency (Min / Max) = ( 81 / 145 ), Callback Interval (Min / Max) = ( 15 / 18 ) DropCount:0 DispLatency (Min / Max) = ( 49 / 117 ) !!! 
     [m3vpss ]  73720: DISPLAY: UNDERFLOW COUNT: HDMI(BP0) 2280, HDDAC(BP0) 0, DVO2(BP1) 2280, SDDAC(SEC1) 2294 
     [m3vpss ]  73720: SYSTEM  : FREE SPACE : System Heap      = 243104 B, Mbx = 10232 msgs) 
     [m3vpss ]  73721: SYSTEM  : FREE SPACE : SR0 Heap         = 2501888 B (2 MB) 
     [m3vpss ]  73721: SYSTEM  : FREE SPACE : Frame Buffer     = 519936 B (0 MB) 
     [m3vpss ]  73721: SYSTEM  : FREE SPACE : Bitstream Buffer = 32551040 B (31 MB) 
     [m3vpss ]  73723: SYSTEM  : FREE SPACE : Tiler 8-bit      = 89128960 B (85 MB)  - TILER ON 
     [m3vpss ]  73723: SYSTEM  : FREE SPACE : Tiler 16-bit     = 44040192 B (42 MB)  - TILER ON 
     [m3vpss ]  73725: DISPLAY: SDDAC(SEC1): 29 fps, Latency (Min / Max) = ( 255 / 0 ), Callback Interval (Min / Max) = ( 33 / 34 ) DropCount:0 DispLatency (Min / Max) = ( 10737 / 0 ) !!! 
     [m3video]  
     [m3video]  *** (VCOP) OSD Statistics *** 
     [m3video]  
     [m3video]  Elasped Time           : 37 secs
     [m3video]  Total Fields Processed : 7226 
     [m3video]  Total Fields FPS       : 619 FPS
     [m3video]  
     [m3video]  Detailed Internal Profile Log, 
     [m3video]  - OSD ALG Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - GATHER  Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - BLEND   Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - SCATTER Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - EDMA    Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - VCOP    Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - SCAT/GATH CPU time   :          0 msecs (0 % of elasped time) 
     [m3video]  - BLEND     CPU time   :          0 msecs (0 % of elasped time) 
     [m3video]  
     [m3video]  
     [m3video]  CH  | In Recv In Que In Reject In Process 
     [m3video]  Num | FPS     FPS    FPS       FPS        
     [m3video]  ------------------------------------------
     [m3video]    0 |      24     24         0         24
     [m3video]    1 |      24     24         0         24
     [m3video]    2 |      26     26         0         26
     [m3video]    3 |      13     13         0         13
     [m3video]    4 |      24     24         0         24
     [m3video]    5 |      24     24         0         24
     [m3video]    6 |      26     26         0         26
     [m3video]    7 |      26     26         0         26
     [m3video]    8 |       0      0         0          0
     [m3video]    9 |       0      0         0          0
     [m3video]   10 |       1      1         0          1
     [m3video]   11 |       0      0         0          0
     [m3video]  
     [m3video]  
     [m3video]  *** (VCOP) SCD Statistics *** 
     [m3video]  
     [m3video]  Elasped Time           : 38 secs
     [m3video]  Total Fields Processed : 781 
     [m3video]  Total Fields FPS       : 59 FPS
     [m3video]  
     [m3video]  Detailed Internal Profile Log, 
     [m3video]  - SCD ALG Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - VCOP    Total time   :          0 msecs (0 % of elasped time) 
     [m3video]  - SCD ALG   CPU time   :          0 msecs (0 % of elasped time) 
     [m3video]  
     [m3video]  
     [m3video]  CH  | In Recv In Skip In Process 
     [m3video]  Num | FPS     FPS     FPS        
     [m3video]  ---------------------------------
     [m3video]    0 |       0       0          0
     [m3video]    1 |       0       0          0
     [m3video]    2 |       0       0          0
     [m3video]    3 |       0       0          0
     [m3video]    4 |      23      19          3
     [m3video]    5 |      23      19          3
     [m3video]    6 |      26      21          4
     [m3video]    7 |      26      21          4
     [m3video]    8 |       0       0          0
     [m3video]    9 |       0       0          0
     [m3video]   10 |       0       0          0
     [m3video]   11 |       0       0          0
     [m3video]  
     [m3video] 75694: HDVICP-ID:0
     [m3video] All percentage figures are based off totalElapsedTime
     [m3video]  totalAcquire2wait :5 %
     [m3video]  totalWait2Isr :89 %
     [m3video]  totalIsr2Done :0 %
     [m3video]  totalWait2Done :89 %
     [m3video]  totalDone2Release :0 %
     [m3video]  totalAcquire2Release :96 %
     [m3video]  totalAcq2acqDelay :3 %
     [m3video]  totalElapsedTime in msec :   52046
     [m3video]  numAccessCnt:   14546
     [m3video] IVA-FPS :     279
     [m3video] Average time spent per frame in microsec:    3184
     [m3video] 75696: 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] 75697: 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           : 38 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 |      24       0        0  24 255 / 15676
     [m3video]    1 |      24       0        0  24 255 / 15676
     [m3video]    2 |      26       0        0  26 255 / 15681
     [m3video]    3 |      12       0        0  12 255 / 15681
     [m3video]    4 |      23       0        0  23 255 / 15684
     [m3video]    5 |      23       0        0  23 255 / 15684
     [m3video]    6 |      26       0        0  25 255 / 15697
     [m3video]    7 |      26       0        0  25 255 / 15697
     [m3video]    8 |       0       0        0   0 255 / 15677
     [m3video]    9 |       0       0        0   0 255 / 15677
     [m3video]   10 |       1       0        0   1 255 / 15682
     [m3video]   11 |       0       0        0   0 255 / 15682
     [m3video]  
     [m3video] Multi Channel Encode Average Submit Batch Size 
     [m3video] Max Submit Batch Size : 24
     [m3video] IVAHD_0 Average Batch Size : 3
     [m3video] IVAHD_0 Max achieved Batch Size : 8
     [m3video]  
     [m3video] Multi Channel Encode Batch break Stats 
     [m3video] Total Number of Batches created: 1846 
     [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: 66 %
     [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: 26 %
     [m3video]  Batch breaks due to different codec: 6 %
     [m3video]  
     [m3video]  *** DECODE Statistics *** 
     [m3video]  
     [m3video]  Elasped Time           : 38 secs
     [m3video]  
     [m3video]  
     [m3video]  CH  | In Recv In User  Out 
     [m3video]  Num | FPS     Skip FPS FPS 
     [m3video]  -----------------------------------
     [m3video]    0 |      24        0  24
     [m3video]    1 |      24        0  24
     [m3video]    2 |      26        0  26
     [m3video]    3 |      12        0  12
     [m3video]  
     [m3video] Multi Channel Decode Average Submit Batch Size 
     [m3video] Max Submit Batch Size : 24
     [m3video] IVAHD_0 Average Batch Size : 1
     [m3video] IVAHD_0 Max achieved Batch Size : 4
     [m3video]  
     [m3video] Multi Channel Decode Batch break Stats 
     [m3video] Total Number of Batches created: 2094 
     [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: 97 %
     [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: 2 %
     [m3video]  Batch breaks due to different codec: 0 %
     [m3video]  
     [m3vpss ]  
     [m3vpss ]  76691: LOAD: CPU: 40.5% HWI: 9.6%, SWI:3.7% 
     [m3vpss ]  
     [m3vpss ]  76692: LOAD: TSK: IPC_OUT_M30         : 1.5% 
     [m3vpss ]  76692: LOAD: TSK: IPC_IN_M30          : 0.5% 
     [m3vpss ]  76692: LOAD: TSK: CAPTURE             : 0.8% 
     [m3vpss ]  76692: LOAD: TSK: NSF0                : 0.3% 
     [m3vpss ]  76692: LOAD: TSK: DEI2                : 4.7% 
     [m3vpss ]  76693: LOAD: TSK: DISPLAY0            : 1.2% 
     [m3vpss ]  76693: LOAD: TSK: DISPLAY2            : 0.6% 
     [m3vpss ]  76693: LOAD: TSK: DUP0                : 0.4% 
     [m3vpss ]  76693: LOAD: TSK: DUP1                : 0.8% 
     [m3vpss ]  76693: LOAD: TSK: SWMS0               : 4.0% 
     [m3vpss ]  76693: LOAD: TSK: SWMS1               : 7.3% 
     [m3vpss ]  76693: LOAD: TSK: MERGE0              : 0.5% 
     [m3vpss ]  76693: LOAD: TSK: MERGE1              : 0.3% 
     [m3vpss ]  76694: LOAD: TSK: MISC                : 4.3% 
     [m3vpss ]  
     [m3video]  
     [m3video]  77195: LOAD: CPU: 42.7% HWI: 3.7%, SWI:2.9% 
     [m3video]  
     [m3video]  77196: LOAD: TSK: IPC_OUT_M30         : 1.8% 
     [m3video]  77196: LOAD: TSK: IPC_IN_M30          : 0.9% 
     [m3video]  77196: LOAD: TSK: IPC_BITS_IN0        : 0.7% 
     [m3video]  77196: LOAD: TSK: IPC_BITS_OUT0       : 1.8% 
     [m3video]  77197: LOAD: TSK: VCOP                : 2.0% 
     [m3video]  77197: LOAD: TSK: ENC0                : 3.4% 
     [m3video]  77197: LOAD: TSK: DEC0                : 2.4% 
     [m3video]  77197: LOAD: TSK: ALG0                : 7.2% 
     [m3video]  77197: LOAD: TSK: SCD_PROCESS_TSK0    : 4.8% 
     [m3video]  77197: LOAD: TSK: ENC_PROCESS_TSK_0   : 6.6% 
     [m3video]  77197: LOAD: TSK: DEC_PROCESS_TSK_0   : 3.7% 
     [m3video]  77198: LOAD: TSK: MISC                : 0.8% 
     [m3video]  
     ## AVERAGE: ENCODE [ 191.9] FPS, DECODE [  79.7] FPS, ENC+DEC [ 271.6] FPS ... in 10.0 secs, 
     [c6xdsp ]  
     [c6xdsp ]  75316: LOAD: CPU: 0.2% HWI: 0.0%, SWI:0.0% 
     [c6xdsp ]  
     [c6xdsp ]  75316: LOAD: TSK: MISC                : 0.2% 
     [c6xdsp ]  
    
    
     *** Encode Bitstream Received Statistics *** 
    
     Elased time =   38.0 secs
    
     CH | Bitrate (Kbps) | FPS | Key-frame FPS | Width (max/min) | Height (max/min) | Latency (max/min)
     --------------------------------------------------------------------------------------------------
      0 |        1897.36 | 24.2 |           0.8 |   704 /    704 |    576 /    576  |    210 /     36
      1 |        1893.02 | 24.2 |           0.8 |   704 /    704 |    576 /    576  |    210 /     45
      2 |         115.82 | 26.8 |           0.9 |   704 /    704 |    576 /    576  |    223 /     34
      3 |          46.71 | 11.0 |           0.4 |   704 /    704 |    576 /    576  |    223 /    119
      4 |         461.29 | 23.6 |           0.8 |   352 /    352 |    288 /    288  |    230 /     36
      5 |         461.05 | 23.6 |           0.8 |   352 /    352 |    288 /    288  |    230 /     37
      6 |         110.69 | 26.3 |           0.9 |   352 /    352 |    288 /    288  |    237 /     37
      7 |         110.15 | 26.3 |           0.9 |   352 /    352 |    288 /    288  |    237 /     37
      8 |         146.70 | 0.8 |           0.8 |   704 /    704 |    576 /    576  |    221 /     57
      9 |         147.03 | 0.8 |           0.8 |   704 /    704 |    576 /    576  |    221 /     57
     10 |          59.88 | 1.0 |           1.0 |   704 /    704 |    576 /    576  |    222 /     47
     11 |          28.37 | 0.5 |           0.5 |   704 /    704 |    576 /    576  |    222 /    148
    
    
     *** SCD Frame Results Received Statistics *** 
    
     Elased time =   38.0 secs
    
     CH | Bitrate (Kbps) | FPS | Width (max/min) | Height (max/min)
     ----------------------------------------------------------------------------------
     ============= Run-Time Menu ============= 1: Capture Settings 2: Encode  Settings 3: Decode  Settings 4: Display Settings 5: Audio Capture <TVP5158> & Encode <AAC-LC, G711> demo 6: Change Playback Channel <valid only if capture/playback is active> 7: Audio encode demo <File In/Out> 8: Audio decode demo <File In/Out> c: Change 8CH modes (8CH usecase ONLY!!!!) d: Change 16CH modes (16CH usecase ONLY!!!!) i: Print detailed system information s: Core Status: Active/In-active e: Stop Demo Enter Choice: 

  • Log shows you have set 2x2 layout in HDMI and HDMI display is configured for 1080p60.Can you confirm this is expected setting.  Your original post indicates you have selected 1x1 layout and 1080p50 display. 

    Do you see artifacts in SD display as well ? It should show 4x4 layout.

    Also rebuild usecase by seeting swmsPrm.outputBufModified = TRUE and check if you see any change in behavior,

    Can you attach the encoded stream for channel 0 to confirm issue is present in capture.

     

     

  • "Log shows you have set 2x2 layout in HDMI and HDMI display is configured for 1080p60... " - i tried to test with other display layouts: 2x2 - same problem. Only disable channel 3 fix the artifact.