Hi, TIers
I'm using DM8168 with RDK 4.0
There are 4 channels be encoded in my usecase, but the statistics information is abnormal,
one of the 4-channel : In Recv FPS = 30, In Skip FPS = 30, Out FPS = 0, there's no encoded frame output;
anothre channel : In Recv FPS = 30, UserFPS = 15, Out FPS = 15, I don't know what does this effect;
info file :
==== [Detailed statistics] EncLink : esencId0 = SYSTEM_LINK_ID_VENC_0 ==== [m3video] [m3video] *** ENCODE Statistics *** [m3video] [m3video] Elasped Time : 59 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 | 30 0 0 30 255 / 3572 [m3video] 1 | 30 0 15 15 255 / 197854 [m3video] 2 | 30 0 0 30 255 / 3549 [m3video] 3 | 30 30 0 0 255 / 0 [m3video] [m3video] Multi Channel Encode Average Submit Batch Size [m3video] Max Submit Batch Size : 24 [m3video] IVAHD_0 Average Batch Size : 0 [m3video] IVAHD_0 Max achieved Batch Size : 0 [m3video] IVAHD_1 Average Batch Size : 1 [m3video] IVAHD_1 Max achieved Batch Size : 1 [m3video] IVAHD_2 Average Batch Size : 1 [m3video] IVAHD_2 Max achieved Batch Size : 1 [m3video] [m3video] Multi Channel Encode Batch break Stats [m3video] Total Number of Batches created: 0 [m3video] All numbers are based off total number of Batches created [m3video] Batch breaks due to batch sizeexceeding limit: 0 % [m3video] Batch breaks due to ReqObj Que being empty: 0 % [m3video] Batch breaks due to changed resolution class: 0 % [m3video] Batch breaks due to interlace and progressivecontent mix: 0 % [m3video] Batch breaks due to channel repeat: 0 % [m3video] Batch breaks due to different codec: 0 % [m3video] Total Number of Batches created: 3573 [m3video] All numbers are based off total number of Batches created [m3video] Batch breaks due to batch sizeexceeding limit: 100 % [m3video] Batch breaks due to ReqObj Que being empty: 0 % [m3video] Batch breaks due to changed resolution class: 0 % [m3video] Batch breaks due to interlace and progressivecontent mix: 0 % [m3video] Batch breaks due to channel repeat: 0 % [m3video] Batch breaks due to different codec: 0 % [m3video] Total Number of Batches created: 893 [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: 100 % [m3video] Batch breaks due to changed resolution class: 0 % [m3video] Batch breaks due to interlace and progressivecontent mix: 0 % [m3video] Batch breaks due to channel repeat: 0 % [m3video] Batch breaks due to different codec: 0 % ==== [IVAHD statistics] EncLink : esencId0 = SYSTEM_LINK_ID_VENC_0 ==== [m3video] 198411: HDVICP-ID:0 [m3video] All percentage figures are based off totalElapsedTime [m3video] totalAcquire2wait :0 % [m3video] totalWait2Isr :0 % [m3video] totalIsr2Done :0 % [m3video] totalWait2Done :0 % [m3video] totalDone2Release :0 % [m3video] totalAcquire2Release :0 % [m3video] totalAcq2acqDelay :0 % [m3video] totalElapsedTime in msec : 0 [m3video] numAccessCnt: 0 [m3video] IVA-FPS : 0 [m3video] Average time spent per frame in microsec: 0 [m3video] 198411: HDVICP-ID:1 [m3video] All percentage figures are based off totalElapsedTime [m3video] totalAcquire2wait :0 % [m3video] totalWait2Isr :67 % [m3video] totalIsr2Done :0 % [m3video] totalWait2Done :67 % [m3video] totalDone2Release :0 % [m3video] totalAcquire2Release :68 % [m3video] totalAcq2acqDelay :31 % [m3video] totalElapsedTime in msec : 191785 [m3video] numAccessCnt: 11507 [m3video] IVA-FPS : 60 [m3video] Average time spent per frame in microsec: 11166 [m3video] 198412: HDVICP-ID:2 [m3video] All percentage figures are based off totalElapsedTime [m3video] totalAcquire2wait :0 % [m3video] totalWait2Isr :6 % [m3video] totalIsr2Done :0 % [m3video] totalWait2Done :6 % [m3video] totalDone2Release :0 % [m3video] totalAcquire2Release :7 % [m3video] totalAcq2acqDelay :92 % [m3video] totalElapsedTime in msec : 191747 [m3video] numAccessCnt: 2545 [m3video] IVA-FPS : 13 [m3video] Average time spent per frame in microsec: 4520 ==== [Buffer statistics] EncLink : esencId0 = SYSTEM_LINK_ID_VENC_0 ==== [m3video] [m3video] *** Encode Statistics *** [m3video] 198913: ENC: Rcvd from prev = 22414, Returned to prev = 22413 [m3video] ENC Out BitBuf Q Status [m3video] Empty Q 0 -> count 13, wrPtr 31, rdPtr 18 [m3video] Empty Q 1 -> count 7, wrPtr 254, rdPtr 247 [m3video] Empty Q 2 -> count 7, wrPtr 8, rdPtr 1 [m3video] Full Q -> count 0, wrPtr 265, rdPtr 265
How can I fix this issue?
Appreciate for any reply!