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.

What is the maximum throughput for h.265 to h.264 trancoding

We need to transcode h.265 stream to h.264 720p 30fps.  What will be the throghtput on a 20 DSP board.

  • Hi Jeffrey,
    Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com).

    Could you please elaborate your query? Thank you.
  • Jeffrey,are you talking about low delay? Standard? Broadcast?
  • low delay.  Want to know how many streams it can handle with one of the 20 DSP board.  

    H.265 720p 30fps to H.264 720p 30fps transcoding (low delay)

  • Hi Jeffrey, below HEVC decoder and H.264 encoder datasheets links:

     

     

    From above's links "Cycle information table" we have that:

    - HEVC decoder, 4-core configuration, for 720p60 LD IBBP @4Mbps, MIPS are ~1000, so for 720p30 it would be ~500 (which implies 2-cores only). So roughly we would have 4 HEVC decoder per 8-core DSP

    - On the other hand, H.264 HP encoder, 4-core configuration for 720p30 IBBP @ 4Mbps shows MIPS ~1000. This roughly implies 2 H.264 HP enc per 8-core DSP

    Density could change in the encoder side depending on the encoder tools that you use, for example no B frames, CAVLC instead of CABAC, etc could increase channel density while reducing compression efficiency. However, if we use above numbers, we would have aprox 26 transcoder channels on 20 8-core DSPs. This would be obtained using 7 DSPs for HEVC decoder and 13 DSPs for H.264 encoders.

    Thank you,

    Paula

     

  • Hi Paula,

    Thanks a lot for the answer, it does provide great information. Can I using H.264HP 720i 30fps encoding with just 2 core ?
    I did try to convert the demo h265 transcode to h.264 both 720p 30fps by the below script. I copy the codecParameter from the h265dec_demo and h264hpencd_demo, but it stuck.

    ======================= cat demo.sh

    #!/bin/sh

    CLIP_CONFIG=multiClip.cfg
    ENC_PARAMS=codecParams_h264enc.cfg
    DEC_PARAMS=codecParams_h265dec.cfg

    $MCSDK_VIDEO_HOSTBIN_DIR/demo_c667x --dsp-image="$MCSDK_VIDEO_DSPIMAGE_DIR/sv04.out" -v --channel="H265 To H264 Transcoding" -f $CLIP_CONFIG --width=1280 --height=720 -a HEVCDEC -c $DEC_PARAMS -t "0 1 2 3 4 5 6 7" -a H264HPENC -c $ENC_PARAMS -t "8 9 10 11" --width=1280 --height=720
    ==========================
    It fail as below:

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

    [1419846414.461528163] (DEBUG) DeviceIOTxThread(0) : Finished with message #1.
    [1419846414.461530716] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0.
    [1419846414.461532183] (DEBUG) DeviceIOTxFlush(0) : Received message: #2, Task ID: 2, Node 0.
    [1419846414.461534161] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000).
    [1419846414.461540314] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.
    [1419846414.461541795] (DEBUG) DeviceIOTxThread(0) : Finished with message #2.
    [1419846414.502197391] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ...
    [1419846414.502223674] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 0, Free Task ID 1, outputId 0, outBufPtr 0xA0000000, outBufSize 0, freeBufID 1
    [1419846414.502228532] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 0 times.
    [1419846414.502263357] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ...
    [1419846414.502277706] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 1, Free Task ID 0, outputId 1, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 0
    [1419846414.502280144] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths :
    [1419846414.502282229] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007CE000000, User Addr = 0xB58E3000 Length = 0x00800000
    [1419846414.502288836] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 2
    [1419846414.504884929] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 2
    [1419846414.504891038] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2400 times.
    [1419846414.504894732] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 1
    [1419846414.504898779] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe...
    [1419846414.504905915] (DEBUG) DeviceIORxThread(0) : Placed message #2 in reorder queue.
    [1419846414.504923614] (DEBUG) DeviceIORxProcess(0) : Providing output buffer to DSP.
    [1419846414.504930074] (DEBUG) ReorderGet().
    [1419846414.505009189] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 1, Size = 1382400
    [1419846414.505013311] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #1 to device #1, node #8 ...
    [1419846414.505018137] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message.
    [1419846414.505083717] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8.
    [1419846414.505093112] (DEBUG) DeviceIOTxProcess(1) : Received message: #1, Task ID: 1, Frame ID: 1, Node 8, BufSize 1382400 bytes.
    [1419846414.505112939] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000).
    [1419846414.505115369] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000).
    [1419846414.505117659] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1
    [1419846414.505124321] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 3)
    [1419846414.505126214] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.
    [1419846414.506835987] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 3
    [1419846414.506843261] (DEBUG) DeviceIOTxThread(1) : DMA Complete.
    [1419846414.506860056] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.
    [1419846414.506880480] (DEBUG) DeviceIOTxThread(1) : Finished with message #1.
    [1419846414.511275919] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ...
    [1419846414.511306087] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 0, Free Task ID 1, outputId 0, outBufPtr 0xA0000000, outBufSize 0, freeBufID 0
    [1419846414.511323600] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 0 times.
    [1419846414.515134407] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ...
    [1419846414.515175071] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 2, Free Task ID 0, outputId 0, outBufPtr 0x00000000, outBufSize 0, freeBufID 0
    [1419846414.515183559] (ERROR) DeviceIORxThread(0) : Could not find output descriptor corresponding to output buffer 0x00000000

    Waiting to allow debugging... [Press Enter]

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

    Please advice.

    Regards,
    Jeffrey
  • Hi Jeffrey, in our MCSDK video framework we don't have Out Of Box HEVC to H264 transcoder. You can check how HEVC to HEVC or h264hp -> scale -> HEVC works in order to do your HEVC -> H264.

    thank you,
    Paula
  • Hi Paula,

    I try the demo on the h.265 transcoding demoSave2File_quad.sh
    but it stuck as below, would you be able to let me what can be wrong ?
    It only finish on 3 frame out of 5 and stopped.

    Regards,
    Jeffrey Wun

    [1419930428.560961273] (DEBUG) FileWriterThread(H265 Transcoding) #2 : Rx Msg. #4, File: ../testVecs/output/airshow_p1280x720.yuv, Frame #2, Size 1382400 bytes.
    [1419930428.560964670] (DEBUG) FileWriterThread(H265 Transcoding) : FrameDesc.buf[0].length = 0x00800000
    [1419930428.561567446] (DEBUG) FileWriterThread(H265 Transcoding) : Wrote 1382400 bytes in 600421 ns.
    [1419930428.561571225] (DEBUG) utils_calc_fps() : #2, avg_diff = 52923275.000000, Avg FPS = 18.895278
    [1419930428.574727445] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ...
    [1419930428.574750608] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 4, Free Task ID 5, outputId 5, outBufPtr 0x64800000, outBufSize 1944, freeBufID 5
    [1419930428.574754793] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 0 times.
    [1419930428.574756815] (DEBUG) ReorderPut(H265 Transcoding:HEVCENC) : ID = 5
    [1419930428.574764422] (DEBUG) ReorderPut(H265 Transcoding:HEVCENC) : Writing to pipe...
    [1419930428.574770285] (DEBUG) DeviceIORxThread(0) : Placed message #5 in reorder queue.
    [1419930428.574781321] (DEBUG) ReorderGet().
    [1419930428.574783515] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ...
    [1419930428.574797568] (DEBUG) DataCxThread(H265 Transcoding:[HEVCENC --> HEVCDEC]) : Received message: Frame = 5, Size = 1944
    [1419930428.574810475] (DEBUG) DataCxThread(H265 Transcoding:[HEVCENC --> HEVCDEC]) : Sending task #5 to device #3, node #24 ...
    [1419930428.574815164] (DEBUG) DataCxThread(H265 Transcoding:[HEVCENC --> HEVCDEC]) : Finished writing message.
    [1419930428.574819898] (DEBUG) DeviceIOTxThread(3) : Received pipe message for node 24.
    [1419930428.574837349] (DEBUG) DeviceIOTxProcess(3) : Received message: #5, Task ID: 5, Frame ID: 5, Node 24, BufSize 1944 bytes.
    [1419930428.574844036] (DEBUG) DeviceIOTxThread(3) : Allocated input device buffer (0xB0000000).
    [1419930428.574848805] (DEBUG) DeviceIOTxThread(3) : Allocated output device buffer (0xA0000000).
    [1419930428.574815374] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 5, Free Task ID 6, outputId 0, outBufPtr 0x65000000, outBufSize 0, freeBufID 0
    [1419930428.574857544] (DEBUG) DeviceIOSendFrame(3) : Participant Device 3
    [1419930428.574874756] (DEBUG) DeviceIOSendFrame(3) : DMA'd frame to 0xB0000000 on device 3. (retVal = 0, dma_trans_id = 18)
    [1419930428.574883090] (DEBUG) DeviceIOTxThread(3) : DMA Triggered.
    [1419930428.574892697] (DEBUG) DeviceIOXferComplete(3) : DMA to device 3 Complete! dma_trans_id = 18
    [1419930428.574864801] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 0 times.
    [1419930428.574897291] (DEBUG) DeviceIOTxThread(3) : DMA Complete.
    [1419930428.574925717] (DEBUG) DeviceIOTxThread(3) : Message sent to DSP mailbox.
    [1419930428.574933061] (DEBUG) DeviceIOTxThread(3) : Finished with message #5.
    [1419930428.601400157] (DEBUG) DeviceIORxThread(3) : Getting message from node #24 ...
    [1419930428.601434561] (DEBUG) DeviceIORxThread(3) : Found Mailbox Msg: Process Count 4, Free Task ID 5, outputId 4, outBufPtr 0xA0000000, outBufSize 1382400, freeBufID 5
    [1419930428.601443412] (DEBUG) DeviceIORxReceiveFrame(3) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths :
    [1419930428.601467321] (DEBUG) DeviceIORxReceiveFrame(3) : Buf #0 Phys Addr = 0x00000007CE000000, User Addr = 0xDF72B000 Length = 0x00800000
    [1419930428.601477647] (DEBUG) DeviceIORxReceiveFrame(3) : Addr = 0xA0000000, dma_trans_id = 19
    [1419930428.604077828] (DEBUG) DeviceIOXferComplete(3) : DMA to device 3 Complete! dma_trans_id = 19
    [1419930428.604084980] (DEBUG) DeviceIORxThread(3) : XFER Complete... Polled for DMA completion 2429 times.
    [1419930428.604094673] (DEBUG) ReorderPut(H265 Transcoding:HEVCDEC) : ID = 4
    [1419930428.604099718] (DEBUG) ReorderPut(H265 Transcoding:HEVCDEC) : Writing to pipe...
    [1419930428.604107023] (DEBUG) DeviceIORxThread(3) : Placed message #5 in reorder queue.
    [1419930428.604111687] (DEBUG) ReorderGet().
    [1419930428.604124432] (DEBUG) FileWriterThread(H265 Transcoding) : Got message #5
    [1419930428.604127867] (DEBUG) FileWriterThread(H265 Transcoding) : File 0 / 1, Frame 3 / 5 ...
    [1419930428.604130990] (DEBUG) FileWriterThread(H265 Transcoding) #3 : Rx Msg. #5, File: ../testVecs/output/airshow_p1280x720.yuv, Frame #3, Size 1382400 bytes.
    [1419930428.604133534] (DEBUG) FileWriterThread(H265 Transcoding) : FrameDesc.buf[0].length = 0x00800000
    [1419930428.604827104] (DEBUG) FileWriterThread(H265 Transcoding) : Wrote 1382400 bytes in 691249 ns.
    [1419930428.604830832] (DEBUG) utils_calc_fps() : #3, avg_diff = 49702068.000000, Avg FPS = 20.119887
  • Hi Jeffrey, which release of MCSDK video framework are you using?

    FYI, you can download latest one from:  

    If you are using latest one, could you please share with me demoSave2file and decoder/encoder codec params?

    Also, a tip, you can add error and debug logs as shown in below example:

    $MCSDK_VIDEO_HOSTBIN_DIR/demo_c667x --dsp-image="$MCSDK_VIDEO_DSPIMAGE_DIR/sv04.out" -v --error-log=hevc.err --debug-log=hevc.log --channel="H265 Transcoding" -f $CLIP_CONFIG --width=1280 --height=720 -a HEVCENC -c $ENC_PARAMS -t "0 1 2 3 4 5 6 7" -a HEVCDEC -c $DEC_PARAMS -t "24 25 26 27 28 29 30 31"

    thank you,

    Paula

  • Hi Paula,

    I try on the 02_02_00_45.  The result even worst.  It didn't do any transcoding at all.

    Here is the script:

    $MCSDK_VIDEO_HOSTBIN_DIR/demo_c667x --dsp-image="$MCSDK_VIDEO_DSPIMAGE_DIR/sv04.out" -v debug --channel="H265 To H264 Transcoding" -f $CLIP_CONFIG --width=1280 --height=720 -a HEVCDEC -c $DEC_PARAMS -t "0 1 2 3" -a H264HPENC -c $ENC_PARAMS -t "8 9 10 11" --width=1280 --height=720

    The same setup on 02_02_00_28 I am able to transcode up to 23 frames.  Please advice.  Or you can provide a setup for H265 decode and H264HP encode.

    1280x720  720p 30fps.

    Follow is the screen dump, please advice.

    Regards,

    Jeffrey

    [1421525913.940779409] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 23, Size = 1382400 

    [1421525913.940789368] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #23 to device #1, node #8 ...

    [1421525913.940800324] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421525913.940807128] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421525913.940816842] (DEBUG) DeviceIOTxProcess(1) : Received message: #23, Task ID: 23, Frame ID: 23, Node 8, BufSize 1382400 bytes. 

    [1421525913.940823798] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000). 

    [1421525913.940829778] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421525913.940836195] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421525913.940844800] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 93)

    [1421525913.940851535] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421525913.940876786] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 189966 ns. 

    [1421525913.940887394] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 27 / 50000, Size = 1382400 

    [1421525913.942428250] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 92

    [1421525913.942440347] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421525913.942458220] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421525913.942469008] (DEBUG) DeviceIOTxThread(0) : Finished with message #27. 

    [1421525913.942529370] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 93

    [1421525913.942540606] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421525913.942553655] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421525913.942560925] (DEBUG) DeviceIOTxThread(1) : Finished with message #23. 

    [1421525913.977405314] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421525913.977432037] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 22, Free Task ID 23, outputId 21, outBufPtr 0xA0000000, outBufSize 75512, freeBufID 20 

    [1421525913.977443532] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421525913.977449880] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007CE000000, User Addr = 0x6AE3A000 Length = 0x00800000 

    [1421525913.977459681] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 94 

    [1421525913.977578338] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 94

    [1421525913.977588180] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 86 times.

    [1421525913.977596334] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 21 

    [1421525913.977603835] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421525913.977612874] (DEBUG) DeviceIORxThread(1) : Placed message #23 in reorder queue. 

    [1421525913.977631497] (DEBUG) ReorderGet().

    [1421525913.977640896] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #23 

    [1421525913.977646975] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 20 / 50000 ... 

    [1421525913.977653429] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #20 : Rx Msg. #23, File: ../testVecs/output/output_p1280x720.264, Frame #20, Size 75512 bytes. 

    [1421525913.977660372] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421525913.977718819] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 75512 bytes in 52104 ns. 

    [1421525913.977725929] (DEBUG) utils_calc_fps() : #20, avg_diff = 70274854.350000, Avg FPS = 14.229841

    [1421525913.991121581] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421525913.991150431] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 24, Free Task ID 25, outputId 24, outBufPtr 0xA0000000, outBufSize 1382400, freeBufID 25 

    [1421525913.991161859] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421525913.991168535] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007CE000000, User Addr = 0x6AE3A000 Length = 0x00800000 

    [1421525913.991178077] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0000000, dma_trans_id = 95 

    [1421525913.993324431] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 95

    [1421525913.993335589] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 1699 times.

    [1421525913.993341995] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 24 

    [1421525913.993348353] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421525913.993359073] (DEBUG) DeviceIORxThread(0) : Placed message #25 in reorder queue. 

    [1421525913.993365930] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #28 to device #0, node #0 ...

    [1421525913.993375358] (DEBUG) ReorderGet().

    [1421525913.993381561] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421525913.993391795] (DEBUG) DeviceIOTxProcess(0) : Received message: #28, Task ID: 28, Frame ID: 28, Node 0, BufSize 1382400 bytes. 

    [1421525913.993402571] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421525913.993409197] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421525913.993417809] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421525913.993378330] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421525913.993419580] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 24, Size = 1382400 

    [1421525913.993427471] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 96)

    [1421525913.993460390] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #24 to device #1, node #8 ...

    [1421525913.993478946] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 71306 bytes in 12163 ns. 

    [1421525913.993488459] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 28 / 50000, Size = 71306 

    [1421525913.993481265] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421525913.993484166] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421525913.993534084] (DEBUG) DeviceIOTxProcess(1) : Received message: #24, Task ID: 24, Frame ID: 24, Node 8, BufSize 1382400 bytes. 

    [1421525913.993470252] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421525913.993542513] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0800000). 

    [1421525913.993564315] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421525913.993570848] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421525913.993581239] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0800000 on device 1. (retVal = 0, dma_trans_id = 97)

    [1421525913.993590625] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421525913.995119386] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 96

    [1421525913.995130436] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421525913.995147325] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421525913.995155441] (DEBUG) DeviceIOTxThread(0) : Finished with message #28. 

    [1421525913.995267190] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 97

    [1421525913.995278227] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421525913.995290132] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421525913.995298966] (DEBUG) DeviceIOTxThread(1) : Finished with message #24. 

    [1421525914.017992945] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421525914.018020157] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 23, Free Task ID 24, outputId 22, outBufPtr 0xA0000000, outBufSize 4410, freeBufID 21 

    [1421525914.018031988] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421525914.018038807] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007CE000000, User Addr = 0x6AE3A000 Length = 0x00800000 

    [1421525914.018050366] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 98 

    [1421525914.018059262] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 98

    [1421525914.018068441] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 1 times.

    [1421525914.018076462] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 22 

    [1421525914.018082347] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421525914.018091374] (DEBUG) DeviceIORxThread(1) : Placed message #24 in reorder queue. 

    [1421525914.018099087] (DEBUG) ReorderGet().

    [1421525914.018107863] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #24 

    [1421525914.018114097] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 21 / 50000 ... 

    [1421525914.018120446] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #21 : Rx Msg. #24, File: ../testVecs/output/output_p1280x720.264, Frame #21, Size 4410 bytes. 

    [1421525914.018126969] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421525914.018141107] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 4410 bytes in 8037 ns. 

    [1421525914.018147879] (DEBUG) utils_calc_fps() : #21, avg_diff = 68853286.761905, Avg FPS = 14.523635

    [1421525914.084183432] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421525914.084211108] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 25, Free Task ID 26, outputId 25, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 26 

    [1421525914.084223609] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths : 

    [1421525914.084230565] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007CE000000, User Addr = 0x6AE3A000 Length = 0x00800000 

    [1421525914.084240299] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 99 

    [1421525914.086385958] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 99

    [1421525914.086398364] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 1702 times.

    [1421525914.086406737] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 25 

    [1421525914.086412925] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421525914.086420850] (DEBUG) DeviceIORxThread(0) : Placed message #26 in reorder queue. 

    [1421525914.086427801] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #29 to device #0, node #0 ...

    [1421525914.086438187] (DEBUG) ReorderGet().

    [1421525914.086446993] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 25, Size = 1382400 

    [1421525914.086454035] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #25 to device #1, node #8 ...

    [1421525914.086440961] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421525914.086443830] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421525914.086483360] (DEBUG) DeviceIOTxProcess(0) : Received message: #29, Task ID: 29, Frame ID: 29, Node 0, BufSize 71306 bytes. 

    [1421525914.086490941] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421525914.086500504] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421525914.086508831] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421525914.086461052] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421525914.086468015] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421525914.086473482] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Completed 1 iterations.

    [1421525914.086521137] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 100)

    [1421525914.086558763] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421525914.086535565] (DEBUG) DeviceIOTxProcess(1) : Received message: #25, Task ID: 25, Frame ID: 25, Node 8, BufSize 1382400 bytes. 

    [1421525914.086582116] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421525914.086589870] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421525914.086596127] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421525914.086605213] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 101)

    [1421525914.086616510] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421525914.086611684] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 100

    [1421525914.086639285] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421525914.086655346] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421525914.086663800] (DEBUG) DeviceIOTxThread(0) : Finished with message #29. 

    [1421525914.088291538] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 101

    [1421525914.088302310] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421525914.088316712] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421525914.088325083] (DEBUG) DeviceIOTxThread(1) : Finished with message #25. 

    [1421525914.116712554] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421525914.116738251] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 26, Free Task ID 27, outputId 26, outBufPtr 0xA1000000, outBufSize 1382400, freeBufID 27 

    [1421525914.116750118] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA1000000 into 1 buffers of the following lengths : 

    [1421525914.116756962] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007CE000000, User Addr = 0x6AE3A000 Length = 0x00800000 

    [1421525914.116768125] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA1000000, dma_trans_id = 102 

    [1421525914.119009372] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421525914.119047601] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 24, Free Task ID 25, outputId 23, outBufPtr 0xA0000000, outBufSize 53776, freeBufID 25 

    [1421525914.119059394] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421525914.119066261] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007CE800000, User Addr = 0x6A63A000 Length = 0x00800000 

    [1421525914.119076504] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 103 

    [1421525914.119085722] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 102

    [1421525914.119093448] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 1823 times.

    [1421525914.119099632] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 26 

    [1421525914.119106140] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421525914.119116272] (DEBUG) DeviceIORxThread(0) : Placed message #27 in reorder queue. 

    [1421525914.119130917] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending flush task #30 to device #0, node #0 ...

    [1421525914.119121815] (DEBUG) ReorderGet().

    [1421525914.119159024] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 26, Size = 1382400 

    [1421525914.119167025] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421525914.119162112] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 103

    [1421525914.119207900] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 56 times.

    [1421525914.119216476] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 23 

    [1421525914.119222824] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421525914.119234387] (DEBUG) DeviceIORxThread(1) : Placed message #25 in reorder queue. 

    [1421525914.119254325] (DEBUG) ReorderGet().

    [1421525914.119264628] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #25 

    [1421525914.119270406] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 22 / 50000 ... 

    [1421525914.119174006] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421525914.119284871] (DEBUG) DeviceIOTxFlush(0) : Received message: #30, Task ID: 30, Node 0. 

    [1421525914.119291808] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421525914.119303651] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421525914.119312781] (DEBUG) DeviceIOTxThread(0) : Finished with message #30. 

    [1421525914.119329553] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #22 : Rx Msg. #25, File: ../testVecs/output/output_p1280x720.264, Frame #22, Size 53776 bytes. 

    [1421525914.119197520] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #26 to device #1, node #8 ...

    [1421525914.119346961] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421525914.119196656] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 27, Free Task ID 28, outputId 0, outBufPtr 0xA0000000, outBufSize 0, freeBufID 28 

    [1421525914.119366653] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 0 times.

    [1421525914.119351453] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421525914.119382162] (DEBUG) DeviceIOTxProcess(1) : Received message: #26, Task ID: 26, Frame ID: 26, Node 8, BufSize 1382400 bytes. 

    [1421525914.119391231] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421525914.119383601] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421525914.119406994] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421525914.119425997] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421525914.119435004] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 104)

    [1421525914.119442955] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421525914.119460179] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 53776 bytes in 44809 ns. 

    [1421525914.119470002] (DEBUG) utils_calc_fps() : #22, avg_diff = 70329143.545455, Avg FPS = 14.218857

    [1421525914.121123661] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 104

    [1421525914.121140130] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421525914.121153350] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421525914.121163993] (DEBUG) DeviceIOTxThread(1) : Finished with message #26. 

    [1421525914.121176369] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421525914.121203977] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 28, Free Task ID 29, outputId 0, outBufPtr 0x00000000, outBufSize 0, freeBufID 29 

    [1421525914.121212624] (ERROR) DeviceIORxThread(0) : Could not find output descriptor corresponding to output buffer 0x00000000 

    Waiting to allow debugging...  [Press Enter]

    [1421525914.159618625] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421525914.159650936] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 25, Free Task ID 26, outputId 24, outBufPtr 0xA0000000, outBufSize 47490, freeBufID 23 

    [1421525914.159658648] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421525914.159672532] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007CE000000, User Addr = 0x6AE3A000 Length = 0x00800000 

    [1421525914.159685414] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 105 

    [1421525914.159760255] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 105

    [1421525914.159767187] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 41 times.

    [1421525914.159783054] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 24 

    [1421525914.159789241] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421525914.159796519] (DEBUG) DeviceIORxThread(1) : Placed message #26 in reorder queue. 

    [1421525914.159814060] (DEBUG) ReorderGet().

    [1421525914.159824509] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #26 

    [1421525914.159830803] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 23 / 50000 ... 

    [1421525914.159844318] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #23 : Rx Msg. #26, File: ../testVecs/output/output_p1280x720.264, Frame #23, Size 47490 bytes. 

    [1421525914.159851038] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421525914.159894301] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 47490 bytes in 34725 ns. 

    [1421525914.159905086] (DEBUG) utils_calc_fps() : #23, avg_diff = 69029400.652174, Avg FPS = 14.486581

  • Hi Jeffrey, we don't have "H265 to H264 transcoding" demo out of box in our MCSDK video framework. Could you please share the changes that you have done in MCSDK video in order to add this demo?

    Please also share all the scripts you are using
    demoSave2file.sh
    codecParams_h265dec.cfg
    codecParams_h264enc.cfg

    Also please save error and debug logs (using -v --error-log=hevc.err --debug-log=hevc.log in demoSave2file.sh) and share those with us as well.

    Finally, please keep in mind that latest MCSDK video 2.2.0.45 uses Desktop linux SDK 1.0.3.0
    http://software-dl.ti.com/sdoemb/sdoemb_public_sw/desktop_linux_sdk/01_00_03_00/index_FDS.html

    thank you,
    Paula
  • h265dec.cfg is copy from the h265dec demo

    h264enc.cfg is copy from the h264enc multi demo

    mcsdk video 2.2.0.45 was install with the desktop sdk 1.0.3.0 in place.

    the demoSave2file.sh as below:

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

     cat demoSave2File_quad.sh

    #!/bin/sh

    CLIP_CONFIG=multiClip.cfg

    ENC_PARAMS=codecParams_h264enc.cfg

    DEC_PARAMS=codecParams_h265dec.cfg

    $MCSDK_VIDEO_HOSTBIN_DIR/demo_c667x --dsp-image="$MCSDK_VIDEO_DSPIMAGE_DIR/sv04.out" -v debug --error-log=hevc.err --channel="H265 To H264 Transcoding" -f $CLIP_CONFIG --width=1280 --height=720 -a HEVCDEC -c $DEC_PARAMS -t "0 1" -a H264HPENC -c $ENC_PARAMS -t "8 9 10 11 12 13" --width=1280 --height=720

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

     cat hevc.err 

    [1421561215.248134595] (ERROR) FileReaderThread(H265 To H264 Transcoding) : Made 5785 attempts to allocate host input buffer. 

    [1421561215.250037206] (ERROR) FileReaderThread(H265 To H264 Transcoding) : Made 6208 attempts to allocate host input buffer. 

    [1421561219.632253180] (ERROR) DeviceIORxThread(0) : Could not find output descriptor corresponding to output buffer 0x00000000

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

    checkHostBufReqs() Complete. 

    Demo Configuration: 

    Verbosity ..... 2 

    Channel 1 Configuration: 

    Channel . ..... H265 To H264 Transcoding 

    Width ......... 1280 

    Height ........ 720 

    Algorithm ..... HEVCDEC 

    Team 1 ........ 0 1 

    Node Mapping: 

    1  1  0  0  0  0  0  0 

    0  0  0  0  0  0  0  0 

    0  0  0  0  0  0  0  0 

    0  0  0  0  0  0  0  0 

    Algorithm ..... H264HPENC 

    Team 1 ........ 8 9 10 11 12 13 

    Node Mapping: 

    0  0  0  0  0  0  0  0 

    1  1  1  1  1  1  0  0 

    0  0  0  0  0  0  0  0 

    0  0  0  0  0  0  0  0 

    [1421998274.849063376] (DEBUG) openDevices() : There are a total of 4 devices discovered in the system. 

    [1421998274.849071920] (DEBUG) device2deviceMapping() : Device 0 does not need to map to another device. Reserving PCIe memory range.

    [1421998274.849084491] (DEBUG) device2deviceMapping() : Memory range reserved for Dev 0, Memrage: 0x60000000, Size: 0x01800000 

    [1421998274.849093464] (DEBUG) device2deviceMapping() : Device 1 does not need to map to another device. Reserving PCIe memory range.

    [1421998274.849100255] (DEBUG) device2deviceMapping() : Memory range reserved for Dev 1, Memrage: 0x60000000, Size: 0x01800000 

    [1421998274.849108590] (DEBUG) initDevices() : Opening cmem driver... 

    [1421998274.849123323] (DEBUG) initDevices() : cmem driver opened. 

    [1421998274.849141943] (DEBUG) initDevices() : Allocating contiguous memory for static mapping... 

    [1421998274.849189864] (DEBUG) initDevices() : Static global memory allocated. 

    [1421998274.850767305] (DEBUG) initDevices() : Reserving shared memory range for static global memory... 

    [1421998274.850780639] (DEBUG) initDevices() : Static global memory range allocated for Dev 0, Memrage: 0x61800000 

    [1421998274.850786676] (DEBUG) initDevice() : Mapping x86 contiguous memory to static global memory on device #0...

    [1421998274.850795060] (DEBUG) initDevices() : Global IO memory range allocated for Dev 0, Memrage: 0x62800000 

    [1421998274.850801193] (DEBUG) initDevices() : Static global memory range allocated for Dev 1, Memrage: 0x61800000 

    [1421998274.850809254] (DEBUG) initDevice() : Mapping x86 contiguous memory to static global memory on device #1...

    [1421998274.850815693] (DEBUG) initDevices() : Global IO memory range allocated for Dev 1, Memrage: 0x62800000 

    [1421998274.850821456] (DEBUG) initDevices() : Shared static global memory starts at 0x61800000. 

    [1421998274.850826883] (DEBUG) initDevices() : Shared input starts at 0x62800000. 

    initDevices() Complete. 

    [1421998274.850839600] (DEBUG) createBufferPools() : Demo will use 2 CMEM buffers for input, 16 CMEM buffers for output.

    [1421998274.850847355] (DEBUG) createBufferPools() : Allocating contiguous memory... 

    [1421998274.850854741] (DEBUG) createBufferPools() : 2 Input and 16 Output Buffers. 

    [1421998274.851048064] (DEBUG) createBufferPools() : Contiguous memory allocated. 

    [1421998274.851061142] (DEBUG) createBufferPools() : Input buffer pool created. 

    [1421998274.851068344] (DEBUG) createBufferPools() : Output buffer pool created. 

    createBufferPools() Complete. 

    [1421998274.851105071] (DEBUG) DeviceIOCreateNode(0,0) : TX mailbox handle allocated. 

    [1421998274.851111685] (DEBUG) DeviceIOCreateNode(0,0) : TX Mailbox created. 

    [1421998274.851120695] (DEBUG) DeviceIOCreateNode(0,0) : Opened Tx mailbox. 

    [1421998274.851136859] (DEBUG) DeviceIOCreateNode(0,0) : RX mailbox handle allocated. 

    [1421998274.851146337] (DEBUG) DeviceIOCreateNode(0,0) : RX Mailbox created. 

    [1421998274.851155128] (DEBUG) DeviceIOCreateNode(0,0) : Opened Rx mailbox. 

    [1421998274.851171346] (DEBUG) DeviceIOCreateNode(0,1) : TX mailbox handle allocated. 

    [1421998274.851177775] (DEBUG) DeviceIOCreateNode(0,1) : TX Mailbox created. 

    [1421998274.851186354] (DEBUG) DeviceIOCreateNode(0,1) : Opened Tx mailbox. 

    [1421998274.851201424] (DEBUG) DeviceIOCreateNode(0,1) : RX mailbox handle allocated. 

    [1421998274.851209935] (DEBUG) DeviceIOCreateNode(0,1) : RX Mailbox created. 

    [1421998274.851218035] (DEBUG) DeviceIOCreateNode(0,1) : Opened Rx mailbox. 

    [1421998274.851232905] (DEBUG) DeviceIOCreateNode(0,2) : TX mailbox handle allocated. 

    [1421998274.851239177] (DEBUG) DeviceIOCreateNode(0,2) : TX Mailbox created. 

    [1421998274.851247789] (DEBUG) DeviceIOCreateNode(0,2) : Opened Tx mailbox. 

    [1421998274.851265565] (DEBUG) DeviceIOCreateNode(0,2) : RX mailbox handle allocated. 

    [1421998274.851273950] (DEBUG) DeviceIOCreateNode(0,2) : RX Mailbox created. 

    [1421998274.851282978] (DEBUG) DeviceIOCreateNode(0,2) : Opened Rx mailbox. 

    [1421998274.851297640] (DEBUG) DeviceIOCreateNode(0,3) : TX mailbox handle allocated. 

    [1421998274.851303592] (DEBUG) DeviceIOCreateNode(0,3) : TX Mailbox created. 

    [1421998274.851312165] (DEBUG) DeviceIOCreateNode(0,3) : Opened Tx mailbox. 

    [1421998274.851327602] (DEBUG) DeviceIOCreateNode(0,3) : RX mailbox handle allocated. 

    [1421998274.851336312] (DEBUG) DeviceIOCreateNode(0,3) : RX Mailbox created. 

    [1421998274.851344411] (DEBUG) DeviceIOCreateNode(0,3) : Opened Rx mailbox. 

    [1421998274.851359296] (DEBUG) DeviceIOCreateNode(0,4) : TX mailbox handle allocated. 

    [1421998274.851365713] (DEBUG) DeviceIOCreateNode(0,4) : TX Mailbox created. 

    [1421998274.851374467] (DEBUG) DeviceIOCreateNode(0,4) : Opened Tx mailbox. 

    [1421998274.851388975] (DEBUG) DeviceIOCreateNode(0,4) : RX mailbox handle allocated. 

    [1421998274.851397997] (DEBUG) DeviceIOCreateNode(0,4) : RX Mailbox created. 

    [1421998274.851407124] (DEBUG) DeviceIOCreateNode(0,4) : Opened Rx mailbox. 

    [1421998274.851422777] (DEBUG) DeviceIOCreateNode(0,5) : TX mailbox handle allocated. 

    [1421998274.851428861] (DEBUG) DeviceIOCreateNode(0,5) : TX Mailbox created. 

    [1421998274.851437584] (DEBUG) DeviceIOCreateNode(0,5) : Opened Tx mailbox. 

    [1421998274.851451339] (DEBUG) DeviceIOCreateNode(0,5) : RX mailbox handle allocated. 

    [1421998274.851459248] (DEBUG) DeviceIOCreateNode(0,5) : RX Mailbox created. 

    [1421998274.851467182] (DEBUG) DeviceIOCreateNode(0,5) : Opened Rx mailbox. 

    [1421998274.851482312] (DEBUG) DeviceIOCreateNode(0,6) : TX mailbox handle allocated. 

    [1421998274.851488198] (DEBUG) DeviceIOCreateNode(0,6) : TX Mailbox created. 

    [1421998274.851496141] (DEBUG) DeviceIOCreateNode(0,6) : Opened Tx mailbox. 

    [1421998274.851510418] (DEBUG) DeviceIOCreateNode(0,6) : RX mailbox handle allocated. 

    [1421998274.851518683] (DEBUG) DeviceIOCreateNode(0,6) : RX Mailbox created. 

    [1421998274.851527741] (DEBUG) DeviceIOCreateNode(0,6) : Opened Rx mailbox. 

    [1421998274.851541946] (DEBUG) DeviceIOCreateNode(0,7) : TX mailbox handle allocated. 

    [1421998274.851547694] (DEBUG) DeviceIOCreateNode(0,7) : TX Mailbox created. 

    [1421998274.851555700] (DEBUG) DeviceIOCreateNode(0,7) : Opened Tx mailbox. 

    [1421998274.851569303] (DEBUG) DeviceIOCreateNode(0,7) : RX mailbox handle allocated. 

    [1421998274.851577319] (DEBUG) DeviceIOCreateNode(0,7) : RX Mailbox created. 

    [1421998274.851585269] (DEBUG) DeviceIOCreateNode(0,7) : Opened Rx mailbox. 

    createDeviceIO(0) Complete. 

    [1421998274.851645814] (DEBUG) DeviceIOTxThread(0) : Hello! ThreadID = 0xB05BB700

    [1421998274.851652500] (DEBUG) DeviceIOCreateNode(1,8) : TX mailbox handle allocated. 

    [1421998274.851676642] (DEBUG) DeviceIOCreateNode(1,8) : TX Mailbox created. 

    [1421998274.851659133] (DEBUG) DeviceIORxThread(0) : Hello! ThreadID = 0xAFDBA700 

    [1421998274.851688111] (DEBUG) DeviceIOCreateNode(1,8) : Opened Tx mailbox. 

    [1421998274.851712356] (DEBUG) DeviceIOCreateNode(1,8) : RX mailbox handle allocated. 

    [1421998274.851721987] (DEBUG) DeviceIOCreateNode(1,8) : RX Mailbox created. 

    [1421998274.851730864] (DEBUG) DeviceIOCreateNode(1,8) : Opened Rx mailbox. 

    [1421998274.851745715] (DEBUG) DeviceIOCreateNode(1,9) : TX mailbox handle allocated. 

    [1421998274.851751761] (DEBUG) DeviceIOCreateNode(1,9) : TX Mailbox created. 

    [1421998274.851760532] (DEBUG) DeviceIOCreateNode(1,9) : Opened Tx mailbox. 

    [1421998274.851775701] (DEBUG) DeviceIOCreateNode(1,9) : RX mailbox handle allocated. 

    [1421998274.851784086] (DEBUG) DeviceIOCreateNode(1,9) : RX Mailbox created. 

    [1421998274.851792287] (DEBUG) DeviceIOCreateNode(1,9) : Opened Rx mailbox. 

    [1421998274.851808666] (DEBUG) DeviceIOCreateNode(1,10) : TX mailbox handle allocated. 

    [1421998274.851814706] (DEBUG) DeviceIOCreateNode(1,10) : TX Mailbox created. 

    [1421998274.851822713] (DEBUG) DeviceIOCreateNode(1,10) : Opened Tx mailbox. 

    [1421998274.851836320] (DEBUG) DeviceIOCreateNode(1,10) : RX mailbox handle allocated. 

    [1421998274.851844427] (DEBUG) DeviceIOCreateNode(1,10) : RX Mailbox created. 

    [1421998274.851853018] (DEBUG) DeviceIOCreateNode(1,10) : Opened Rx mailbox. 

    [1421998274.851867877] (DEBUG) DeviceIOCreateNode(1,11) : TX mailbox handle allocated. 

    [1421998274.851873898] (DEBUG) DeviceIOCreateNode(1,11) : TX Mailbox created. 

    [1421998274.851881957] (DEBUG) DeviceIOCreateNode(1,11) : Opened Tx mailbox. 

    [1421998274.851895551] (DEBUG) DeviceIOCreateNode(1,11) : RX mailbox handle allocated. 

    [1421998274.851903530] (DEBUG) DeviceIOCreateNode(1,11) : RX Mailbox created. 

    [1421998274.851912982] (DEBUG) DeviceIOCreateNode(1,11) : Opened Rx mailbox. 

    [1421998274.851927035] (DEBUG) DeviceIOCreateNode(1,12) : TX mailbox handle allocated. 

    [1421998274.851932779] (DEBUG) DeviceIOCreateNode(1,12) : TX Mailbox created. 

    [1421998274.851940811] (DEBUG) DeviceIOCreateNode(1,12) : Opened Tx mailbox. 

    [1421998274.851954457] (DEBUG) DeviceIOCreateNode(1,12) : RX mailbox handle allocated. 

    [1421998274.851962670] (DEBUG) DeviceIOCreateNode(1,12) : RX Mailbox created. 

    [1421998274.851971774] (DEBUG) DeviceIOCreateNode(1,12) : Opened Rx mailbox. 

    [1421998274.851988974] (DEBUG) DeviceIOCreateNode(1,13) : TX mailbox handle allocated. 

    [1421998274.851995007] (DEBUG) DeviceIOCreateNode(1,13) : TX Mailbox created. 

    [1421998274.852003129] (DEBUG) DeviceIOCreateNode(1,13) : Opened Tx mailbox. 

    [1421998274.852016896] (DEBUG) DeviceIOCreateNode(1,13) : RX mailbox handle allocated. 

    [1421998274.852024881] (DEBUG) DeviceIOCreateNode(1,13) : RX Mailbox created. 

    [1421998274.852033118] (DEBUG) DeviceIOCreateNode(1,13) : Opened Rx mailbox. 

    [1421998274.852048068] (DEBUG) DeviceIOCreateNode(1,14) : TX mailbox handle allocated. 

    [1421998274.852053903] (DEBUG) DeviceIOCreateNode(1,14) : TX Mailbox created. 

    [1421998274.852061856] (DEBUG) DeviceIOCreateNode(1,14) : Opened Tx mailbox. 

    [1421998274.852075796] (DEBUG) DeviceIOCreateNode(1,14) : RX mailbox handle allocated. 

    [1421998274.852083983] (DEBUG) DeviceIOCreateNode(1,14) : RX Mailbox created. 

    [1421998274.852092112] (DEBUG) DeviceIOCreateNode(1,14) : Opened Rx mailbox. 

    [1421998274.852105918] (DEBUG) DeviceIOCreateNode(1,15) : TX mailbox handle allocated. 

    [1421998274.852111817] (DEBUG) DeviceIOCreateNode(1,15) : TX Mailbox created. 

    [1421998274.852120435] (DEBUG) DeviceIOCreateNode(1,15) : Opened Tx mailbox. 

    [1421998274.852135617] (DEBUG) DeviceIOCreateNode(1,15) : RX mailbox handle allocated. 

    [1421998274.852143600] (DEBUG) DeviceIOCreateNode(1,15) : RX Mailbox created. 

    [1421998274.852151695] (DEBUG) DeviceIOCreateNode(1,15) : Opened Rx mailbox. 

    createDeviceIO(1) Complete. 

    [1421998274.852187961] (DEBUG) DeviceIOTxThread(1) : Hello! ThreadID = 0xAF5B9700

    [1421998274.852207065] (DEBUG) DeviceIORxThread(1) : Hello! ThreadID = 0xAEDB8700 

    [1421998274.877082388] (DEBUG) sendDeviceConfig(H265 To H264 Transcoding:HEVCDEC) : 

    codecName = HEVCDEC 

    frameDelineation = 1

    nCores = 2 

    coreTeamMapping = 0 1 -1 

    # Codec configuration parameters for HEVC Decoder

    # Format is as follows

    # <ParameterName> = <ParameterValue> # Comment

    static_param0   =   76       # size

    static_param1   =   720     # maxHeight

    static_param2   =   1280     # maxWidth

    static_param3   =   300000   # maxFrameRate

    static_param4   =   10000000 # maxBitRate

    static_param5   =   1        # dataEndianness 

    static_param6   =   1        # forceChromaFormat

    static_param7   =   0        # operatingMode

    static_param8   =   -1       # displayDelay

    static_param9   =   3        # inputDataMode

    static_param10  =   3        # outputDataMode

    static_param11  =   0        # Dummy: numInputDataUnits

    static_param12  =   0        # Dummy: numOutputDataUnits

    static_param13  =   0        # errorInfoMode

    static_param14  =   2        # displayBufsMode

    static_param15  =   -1       # metadataType0

    static_pasendDeviceConfig(0) Complete. 

    createOutputPipe(0) Complete. 

    [1421998274.877264501] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    createReorder(0) Complete. 

    [1421998274.877308262] (DEBUG) createScheduler(H265 To H264 Transcoding:HEVCDEC) : Master: 0,0 

    [1421998274.877317073] (DEBUG) createScheduler(H265 To H264 Transcoding:HEVCDEC) : Slave 0 : 0,1 

    createScheduler(0) Complete. 

    [1421998274.877340041] (DEBUG) DeviceIOTxThread(0) : Allocated buffer for the configuration of node #0! 

    [1421998274.877358105] (DEBUG) DeviceIOTxThread(0) : Configuration written to 0xB0000000 for node #0. 

    [1421998274.877372737] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998274.877378997] (DEBUG) DeviceIOTxThread(0) : Finished with message #494576080. 

    [1421998274.877386012] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 1. 

    [1421998274.877392380] (DEBUG) DeviceIOTxThread(0) : Allocated buffer for the configuration of node #1! 

    [1421998274.877403893] (DEBUG) DeviceIOTxThread(0) : Configuration written to 0xB0800000 for node #1. 

    [1421998274.877415176] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998274.877420363] (DEBUG) DeviceIOTxThread(0) : Finished with message #494576080. 

    [1421998275.024315003] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998275.024352832] (DEBUG) DeviceIORxConfig(0) : Received configuration response from node 0. 

    [1421998275.024361803] (DEBUG) DeviceIORxThread(0) : Getting message from node #1 ... 

    [1421998275.024380589] (DEBUG) DeviceIORxConfig(0) : Received configuration response from node 1. 

    ackDeviceConfig(0) Complete. 

    [1421998275.891384932] (DEBUG) sendDeviceConfig(H265 To H264 Transcoding:H264HPENC) : 

    codecName = H264HPENC 

    nCores = 6 

    coreTeamMapping = 8 9 10 11 12 13 -1 

    # Codec configuration parameters for H264HP encoder

    # Format is as follows

    # <ParameterName> = <ParameterValue> # Comment

    static_param0   = 316          # size

    static_param1   = 3            # encodingPreset

    static_param2   = 5            # rateControlPreset

    static_param3   = 1088         # maxHeight

    static_param4   = 1920         # maxWidth 

    static_param5   = 1            # dataEndianness

    static_param6   = 3            # maxInterFrameInterval

    static_param7   = 12000000     # maxBitRate

    static_param8   = 0            # minBitRate

    static_param9   = 1            # inputChromaFormat

    static_param10  = 0            # inputContentType

    static_param11  = 1            # operatingMode: IVIDEO_ENCODE_ONLY = 1

    static_param12  = 100          # profile

    static_param13  = 40           # level

    static_param14  = 3            # inputDataMode: IVIDEO_ENTIREFRAME = 3

    sta[1421998275.892124752] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998275.892243917] (DEBUG) DeviceIOTxThread(1) : Allocated buffer for the configuration of node #8! 

    sendDeviceConfig(0) Complete. 

    createOutputPipe(0) Complete. 

    createReorder(0) Complete. 

    [1421998275.892415248] (DEBUG) createScheduler(H265 To H264 Transcoding:H264HPENC) : Master: 1,8 

    [1421998275.892449813] (DEBUG) createScheduler(H265 To H264 Transcoding:H264HPENC) : Slave 0 : 1,9 

    [1421998275.892486798] (DEBUG) createScheduler(H265 To H264 Transcoding:H264HPENC) : Slave 1 : 1,10 

    [1421998275.892519704] (DEBUG) createScheduler(H265 To H264 Transcoding:H264HPENC) : Slave 2 : 1,11 

    [1421998275.892558038] (DEBUG) createScheduler(H265 To H264 Transcoding:H264HPENC) : Slave 3 : 1,12 

    [1421998275.892593234] (DEBUG) createScheduler(H265 To H264 Transcoding:H264HPENC) : Slave 4 : 1,13 

    createScheduler(0) Complete. 

    [1421998275.892674998] (DEBUG) DeviceIOTxThread(1) : Configuration written to 0xB0000000 for node #8. 

    [1421998275.892721280] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998275.892745907] (DEBUG) DeviceIOTxThread(1) : Finished with message #494576080. 

    [1421998275.892773490] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 9. 

    [1421998275.892799135] (DEBUG) DeviceIOTxThread(1) : Allocated buffer for the configuration of node #9! 

    [1421998275.892921798] (DEBUG) DeviceIOTxThread(1) : Configuration written to 0xB0800000 for node #9. 

    [1421998275.892950680] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998275.892967970] (DEBUG) DeviceIOTxThread(1) : Finished with message #494576080. 

    [1421998275.892986768] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 10. 

    [1421998275.893016312] (DEBUG) DeviceIOTxThread(1) : Allocated buffer for the configuration of node #10! 

    [1421998275.893134680] (DEBUG) DeviceIOTxThread(1) : Configuration written to 0xB1000000 for node #10. 

    [1421998275.893172402] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998275.893194002] (DEBUG) DeviceIOTxThread(1) : Finished with message #494576080. 

    [1421998275.893219280] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 11. 

    [1421998275.893245727] (DEBUG) DeviceIOTxThread(1) : Allocated buffer for the configuration of node #11! 

    [1421998275.893367889] (DEBUG) DeviceIOTxThread(1) : Configuration written to 0xB1800000 for node #11. 

    [1421998275.893402719] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998275.893423958] (DEBUG) DeviceIOTxThread(1) : Finished with message #494576080. 

    [1421998275.893448650] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 12. 

    [1421998275.893473723] (DEBUG) DeviceIOTxThread(1) : Allocated buffer for the configuration of node #12! 

    [1421998275.893591926] (DEBUG) DeviceIOTxThread(1) : Configuration written to 0xB2000000 for node #12. 

    [1421998275.893627704] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998275.893648998] (DEBUG) DeviceIOTxThread(1) : Finished with message #494576080. 

    [1421998275.893669295] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 13. 

    [1421998275.893695190] (DEBUG) DeviceIOTxThread(1) : Allocated buffer for the configuration of node #13! 

    [1421998275.893816831] (DEBUG) DeviceIOTxThread(1) : Configuration written to 0xB2800000 for node #13. 

    [1421998275.893851531] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998275.893873086] (DEBUG) DeviceIOTxThread(1) : Finished with message #494576080. 

    [1421998275.929564888] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998275.929648000] (DEBUG) DeviceIORxConfig(1) : Received configuration response from node 8. 

    [1421998275.929700662] (DEBUG) DeviceIORxThread(1) : Getting message from node #9 ... 

    [1421998275.929741953] (DEBUG) DeviceIORxConfig(1) : Received configuration response from node 9. 

    [1421998275.929766169] (DEBUG) DeviceIORxThread(1) : Getting message from node #10 ... 

    [1421998275.929803565] (DEBUG) DeviceIORxConfig(1) : Received configuration response from node 10. 

    [1421998275.929829740] (DEBUG) DeviceIORxThread(1) : Getting message from node #11 ... 

    [1421998275.929867658] (DEBUG) DeviceIORxConfig(1) : Received configuration response from node 11. 

    [1421998275.929904653] (DEBUG) DeviceIORxThread(1) : Getting message from node #12 ... 

    [1421998275.929945187] (DEBUG) DeviceIORxConfig(1) : Received configuration response from node 12. 

    [1421998275.929976685] (DEBUG) DeviceIORxThread(1) : Getting message from node #13 ... 

    [1421998275.930009761] (DEBUG) DeviceIORxConfig(1) : Received configuration response from node 13. 

    ackDeviceConfig(0) Complete. 

    [1421998276.892808401] (DEBUG) DataCxCreate(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Creating instance of DataCx... 

    [1421998276.892840550] (DEBUG) DataCxCreate(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Instance memory allocated. 

    [1421998276.893012773] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Hello from DataCx thread. Thread ID = 0xAE5B7700

    [1421998276.893054354] (DEBUG) DataCxCreate(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Instance creation succeeded! 

    [1421998276.893101478] (DEBUG) FileReaderCreate(H265 To H264 Transcoding) : Creating instance of FileReader... 

    [1421998276.893111832] (DEBUG) FileReaderCreate(H265 To H264 Transcoding) : Instance memory allocated. 

    [1421998276.893119224] (DEBUG) FileReaderCreate(H265 To H264 Transcoding) : Allocated memory for 1 files. 

    [1421998276.893362792] (DEBUG) FileReaderCreate(H265 To H264 Transcoding) : Configured to read from 1 files. 

    [1421998276.893539831] (DEBUG) FileReaderCreate(H265 To H264 Transcoding) : Instance creation succeeded! 

    createFileReader(0) Complete. 

    createDataSrc(0) Complete. 

    [1421998276.893548230] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Hello from FileReader thread. Thread ID = 0xADDB6700

    [1421998276.893678326] (DEBUG) FileWriterCreate(H265 To H264 Transcoding) : Creating instance of FileWriter... 

    [1421998276.893753364] (DEBUG) FileWriterCreate(H265 To H264 Transcoding) : Instance memory allocated. 

    [1421998276.893884613] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Hello from FileWriter thread. ThreadID = 0xAD5B5700

    [1421998276.893911480] (DEBUG) FileWriterCreate(H265 To H264 Transcoding) : Instance creation succeeded! 

    createFileWriter(0) Complete. 

    createDataSnk(0) Complete. 

    [1421998276.919480227] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 25726387 ns. 

    [1421998276.919545774] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 0 / 50000, Size = 1382400 

    [1421998276.919573648] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #1 to device #0, node #0 ...

    [1421998276.919609210] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998276.919656951] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998276.919714514] (DEBUG) DeviceIOTxProcess(0) : Received message: #1, Task ID: 1, Frame ID: 1, Node 0, BufSize 1382400 bytes. 

    [1421998276.919792048] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421998276.919813141] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421998276.919846534] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998276.919890410] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 1)

    [1421998276.919909790] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998276.921615922] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 1

    [1421998276.921652952] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998276.921683433] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998276.921724733] (DEBUG) DeviceIOTxThread(0) : Finished with message #1. 

    [1421998276.926834585] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 7199650 ns. 

    [1421998276.926884605] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 1 / 50000, Size = 1382400 

    [1421998276.926908460] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #2 to device #0, node #0 ...

    [1421998276.926968444] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998276.927010987] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998276.927057615] (DEBUG) DeviceIOTxProcess(0) : Received message: #2, Task ID: 2, Frame ID: 2, Node 0, BufSize 1382400 bytes. 

    [1421998276.927100424] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421998276.927122360] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421998276.927150730] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998276.927177783] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 2)

    [1421998276.927199297] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998276.928866379] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 2

    [1421998276.928889222] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998276.928917893] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998276.928955631] (DEBUG) DeviceIOTxThread(0) : Finished with message #2. 

    [1421998276.932892036] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 5901907 ns. 

    [1421998276.932938819] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 2 / 50000, Size = 1382400 

    [1421998276.932962679] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #3 to device #0, node #0 ...

    [1421998276.933021796] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998276.933066108] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998276.933135674] (DEBUG) DeviceIOTxProcess(0) : Received message: #3, Task ID: 3, Frame ID: 3, Node 0, BufSize 1382400 bytes. 

    [1421998276.933165458] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB1000000). 

    [1421998276.933188135] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421998276.933207620] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998276.933242676] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB1000000 on device 0. (retVal = 0, dma_trans_id = 3)

    [1421998276.933271893] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998276.934930671] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 3

    [1421998276.934974167] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998276.935012009] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998276.935037087] (DEBUG) DeviceIOTxThread(0) : Finished with message #3. 

    [1421998276.940352022] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 7308657 ns. 

    [1421998276.940384352] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 3 / 50000, Size = 1382400 

    [1421998277.140008230] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998277.140040799] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 0, Free Task ID 1, outputId 0, outBufPtr 0xA0000000, outBufSize 0, freeBufID 1 

    [1421998277.140060550] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 0 times.

    [1421998277.140069846] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #4 to device #0, node #0 ...

    [1421998277.140083331] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998277.140104403] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998277.140110264] (DEBUG) DeviceIOTxProcess(0) : Received message: #4, Task ID: 4, Frame ID: 4, Node 0, BufSize 1382400 bytes. 

    [1421998277.140112538] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421998277.140114415] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421998277.140116151] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998277.140120403] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 4)

    [1421998277.140131223] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998277.141896246] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 4

    [1421998277.141901783] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998277.141921833] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998277.141932474] (DEBUG) DeviceIOTxThread(0) : Finished with message #4. 

    [1421998277.142535439] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2437312 ns. 

    [1421998277.142545062] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 4 / 50000, Size = 1382400 

    [1421998277.271280317] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998277.271312369] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 1, Free Task ID 2, outputId 1, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 2 

    [1421998277.271318244] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths : 

    [1421998277.271326415] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998277.271333447] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 5 

    [1421998277.273495766] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 5

    [1421998277.273500431] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2054 times.

    [1421998277.273514411] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 1 

    [1421998277.273524757] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998277.273533654] (DEBUG) DeviceIORxThread(0) : Placed message #2 in reorder queue. 

    [1421998277.273538087] (DEBUG) ReorderGet().

    [1421998277.273538754] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #5 to device #0, node #0 ...

    [1421998277.273554654] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 1, Size = 1382400 

    [1421998277.273586897] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #1 to device #1, node #8 ...

    [1421998277.273587720] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998277.273621977] (DEBUG) DeviceIOTxProcess(0) : Received message: #5, Task ID: 5, Frame ID: 5, Node 0, BufSize 1382400 bytes. 

    [1421998277.273638222] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421998277.273642663] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421998277.273655735] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998277.273662013] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 6)

    [1421998277.273666233] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998277.273618266] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998277.273732334] (DEBUG) DeviceIOTxProcess(1) : Received message: #1, Task ID: 1, Frame ID: 1, Node 8, BufSize 1382400 bytes. 

    [1421998277.273751821] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000). 

    [1421998277.273772378] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998277.273778070] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998277.273800737] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 7)

    [1421998277.273805165] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998277.273562798] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998277.273610661] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998277.275433971] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 6

    [1421998277.275450259] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998277.275472558] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998277.275483841] (DEBUG) DeviceIOTxThread(0) : Finished with message #5. 

    [1421998277.275554053] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 7

    [1421998277.275560236] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998277.275569319] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998277.275572942] (DEBUG) DeviceIOTxThread(1) : Finished with message #1. 

    [1421998277.276507194] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2668910 ns. 

    [1421998277.276522757] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 5 / 50000, Size = 1382400 

    [1421998277.282093808] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998277.282128089] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 0, Free Task ID 1, outputId 0, outBufPtr 0xA0000000, outBufSize 0, freeBufID 0 

    [1421998277.282147118] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 0 times.

    [1421998277.404858973] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998277.404893107] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 2, Free Task ID 3, outputId 2, outBufPtr 0xA1000000, outBufSize 1382400, freeBufID 3 

    [1421998277.404899747] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA1000000 into 1 buffers of the following lengths : 

    [1421998277.404904335] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998277.404911990] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA1000000, dma_trans_id = 8 

    [1421998277.407075300] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 8

    [1421998277.407080429] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2077 times.

    [1421998277.407094231] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 2 

    [1421998277.407105526] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998277.407113804] (DEBUG) DeviceIORxThread(0) : Placed message #3 in reorder queue. 

    [1421998277.407129103] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #6 to device #0, node #0 ...

    [1421998277.407134999] (DEBUG) ReorderGet().

    [1421998277.407137608] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998277.407142588] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998277.407172468] (DEBUG) DeviceIOTxProcess(0) : Received message: #6, Task ID: 6, Frame ID: 6, Node 0, BufSize 1382400 bytes. 

    [1421998277.407190257] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB1000000). 

    [1421998277.407197072] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421998277.407150048] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 2, Size = 1382400 

    [1421998277.407205940] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998277.407218802] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #2 to device #1, node #8 ...

    [1421998277.407244641] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB1000000 on device 0. (retVal = 0, dma_trans_id = 9)

    [1421998277.407261366] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998277.407256741] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998277.407253310] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998277.407278312] (DEBUG) DeviceIOTxProcess(1) : Received message: #2, Task ID: 2, Frame ID: 2, Node 8, BufSize 1382400 bytes. 

    [1421998277.407296530] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0800000). 

    [1421998277.407302235] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998277.407306504] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998277.407317708] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0800000 on device 1. (retVal = 0, dma_trans_id = 10)

    [1421998277.407322819] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998277.409014349] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 9

    [1421998277.409023714] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998277.409040249] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998277.409049037] (DEBUG) DeviceIOTxThread(0) : Finished with message #6. 

    [1421998277.409082068] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 10

    [1421998277.409091933] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998277.409103491] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998277.409109175] (DEBUG) DeviceIOTxThread(1) : Finished with message #2. 

    [1421998277.409595146] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2438256 ns. 

    [1421998277.409606352] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 6 / 50000, Size = 1382400 

    [1421998277.413418088] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998277.413442551] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 1, Free Task ID 2, outputId 0, outBufPtr 0xA0000000, outBufSize 0, freeBufID 0 

    [1421998277.413451083] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 0 times.

    [1421998277.518247513] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998277.518281400] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 3, Free Task ID 4, outputId 3, outBufPtr 0xA0000000, outBufSize 1382400, freeBufID 4 

    [1421998277.518287048] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998277.518291922] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998277.518299015] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0000000, dma_trans_id = 11 

    [1421998277.520462689] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 11

    [1421998277.520467452] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2087 times.

    [1421998277.520481417] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 3 

    [1421998277.520490301] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998277.520497902] (DEBUG) DeviceIORxThread(0) : Placed message #4 in reorder queue. 

    [1421998277.520512922] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #7 to device #0, node #0 ...

    [1421998277.520518267] (DEBUG) ReorderGet().

    [1421998277.520531468] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998277.520559747] (DEBUG) DeviceIOTxProcess(0) : Received message: #7, Task ID: 7, Frame ID: 7, Node 0, BufSize 1382400 bytes. 

    [1421998277.520567019] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421998277.520584517] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421998277.520599538] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998277.520527004] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998277.520660513] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 3, Size = 1382400 

    [1421998277.520674455] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #3 to device #1, node #8 ...

    [1421998277.520620546] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 12)

    [1421998277.520690562] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998277.520684981] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998277.520681580] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998277.520722848] (DEBUG) DeviceIOTxProcess(1) : Received message: #3, Task ID: 3, Frame ID: 3, Node 8, BufSize 1382400 bytes. 

    [1421998277.520746703] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421998277.520751275] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998277.520755309] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998277.520761361] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 13)

    [1421998277.520765382] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998277.522371453] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 12

    [1421998277.522378291] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998277.522393834] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998277.522405096] (DEBUG) DeviceIOTxThread(0) : Finished with message #7. 

    [1421998277.522488097] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 13

    [1421998277.522494861] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998277.522522497] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998277.522532633] (DEBUG) DeviceIOTxThread(1) : Finished with message #3. 

    [1421998277.523307787] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2667616 ns. 

    [1421998277.523318865] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 7 / 50000, Size = 1382400 

    [1421998277.544703377] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998277.544737009] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 2, Free Task ID 3, outputId 1, outBufPtr 0xA0000000, outBufSize 45470, freeBufID 1 

    [1421998277.544742775] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998277.544754044] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998277.544761258] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 14 

    [1421998277.544833537] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 14

    [1421998277.544838183] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 49 times.

    [1421998277.544851826] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 1 

    [1421998277.544860497] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998277.544869431] (DEBUG) DeviceIORxThread(1) : Placed message #3 in reorder queue. 

    [1421998277.544873795] (DEBUG) ReorderGet().

    [1421998277.544888206] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #3 

    [1421998277.544892843] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 0 / 50000 ... 

    [1421998277.545008505] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #0 : Rx Msg. #3, File: ../testVecs/output/output_p1280x720.264, Frame #0, Size 45470 bytes. 

    [1421998277.545016442] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998277.545074243] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 45470 bytes in 43675 ns. 

    [1421998277.712412782] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998277.712446688] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 4, Free Task ID 5, outputId 4, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 5 

    [1421998277.712452315] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths : 

    [1421998277.712463406] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998277.712470247] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 15 

    [1421998277.714633922] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 15

    [1421998277.714638968] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2084 times.

    [1421998277.714652895] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 4 

    [1421998277.714656957] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998277.714662350] (DEBUG) DeviceIORxThread(0) : Placed message #5 in reorder queue. 

    [1421998277.714677109] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #8 to device #0, node #0 ...

    [1421998277.714682988] (DEBUG) ReorderGet().

    [1421998277.714685085] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998277.714689586] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998277.714731498] (DEBUG) DeviceIOTxProcess(0) : Received message: #8, Task ID: 8, Frame ID: 8, Node 0, BufSize 1382400 bytes. 

    [1421998277.714751072] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421998277.714757674] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421998277.714700243] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 4, Size = 1382400 

    [1421998277.714779060] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998277.714816185] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 16)

    [1421998277.714824692] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998277.714791325] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #4 to device #1, node #8 ...

    [1421998277.714846510] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998277.714849226] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998277.714871224] (DEBUG) DeviceIOTxProcess(1) : Received message: #4, Task ID: 4, Frame ID: 4, Node 8, BufSize 1382400 bytes. 

    [1421998277.714877133] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000). 

    [1421998277.714882541] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998277.714886372] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998277.714893406] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 17)

    [1421998277.714897534] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998277.716605393] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 16

    [1421998277.716617734] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998277.716639012] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998277.716647906] (DEBUG) DeviceIOTxThread(0) : Finished with message #8. 

    [1421998277.716688017] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 17

    [1421998277.716693832] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998277.716703708] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998277.716707527] (DEBUG) DeviceIOTxThread(1) : Finished with message #4. 

    [1421998277.717224372] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2517591 ns. 

    [1421998277.717235632] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 8 / 50000, Size = 1382400 

    [1421998277.736825261] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998277.736858782] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 3, Free Task ID 4, outputId 2, outBufPtr 0xA0000000, outBufSize 1932, freeBufID 4 

    [1421998277.736864425] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998277.736875253] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998277.736882698] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 18 

    [1421998277.736888154] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 18

    [1421998277.736894189] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 0 times.

    [1421998277.736898099] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 2 

    [1421998277.736912260] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998277.736920292] (DEBUG) DeviceIORxThread(1) : Placed message #4 in reorder queue. 

    [1421998277.736929193] (DEBUG) ReorderGet().

    [1421998277.736941302] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #4 

    [1421998277.736947882] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 1 / 50000 ... 

    [1421998277.736956060] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #1 : Rx Msg. #4, File: ../testVecs/output/output_p1280x720.264, Frame #1, Size 1932 bytes. 

    [1421998277.736961134] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998277.736966085] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 1932 bytes in 690 ns. 

    [1421998277.736970746] (DEBUG) utils_calc_fps() : #1, avg_diff = 191890838.000000, Avg FPS = 5.211296

    [1421998277.835883272] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998277.835914789] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 5, Free Task ID 6, outputId 5, outBufPtr 0xA1000000, outBufSize 1382400, freeBufID 6 

    [1421998277.835926773] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA1000000 into 1 buffers of the following lengths : 

    [1421998277.835931121] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998277.835937722] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA1000000, dma_trans_id = 19 

    [1421998277.838099751] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 19

    [1421998277.838104429] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2057 times.

    [1421998277.838118279] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 5 

    [1421998277.838122243] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998277.838131336] (DEBUG) DeviceIORxThread(0) : Placed message #6 in reorder queue. 

    [1421998277.838135296] (DEBUG) ReorderGet().

    [1421998277.838136358] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #9 to device #0, node #0 ...

    [1421998277.838153947] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 5, Size = 1382400 

    [1421998277.838182821] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #5 to device #1, node #8 ...

    [1421998277.838165217] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998277.838184104] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998277.838213581] (DEBUG) DeviceIOTxProcess(0) : Received message: #9, Task ID: 9, Frame ID: 9, Node 0, BufSize 1382400 bytes. 

    [1421998277.838246951] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB1000000). 

    [1421998277.838255557] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421998277.838260095] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998277.838262247] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998277.838301253] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB1000000 on device 0. (retVal = 0, dma_trans_id = 20)

    [1421998277.838311141] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998277.838262519] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998277.838333904] (DEBUG) DeviceIOTxProcess(1) : Received message: #5, Task ID: 5, Frame ID: 5, Node 8, BufSize 1382400 bytes. 

    [1421998277.838339649] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000). 

    [1421998277.838345358] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998277.838349266] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998277.838355698] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 21)

    [1421998277.838361100] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998277.840023147] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 20

    [1421998277.840032906] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998277.840049443] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998277.840057901] (DEBUG) DeviceIOTxThread(0) : Finished with message #9. 

    [1421998277.840066307] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 21

    [1421998277.840071811] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998277.840081453] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998277.840086129] (DEBUG) DeviceIOTxThread(1) : Finished with message #5. 

    [1421998277.840849611] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2654275 ns. 

    [1421998277.840860851] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 9 / 50000, Size = 1382400 

    [1421998277.858174957] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998277.858198043] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 4, Free Task ID 5, outputId 3, outBufPtr 0xA0000000, outBufSize 3795, freeBufID 2 

    [1421998277.858214101] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998277.858222641] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998277.858232318] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 22 

    [1421998277.858250368] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 22

    [1421998277.858258993] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 0 times.

    [1421998277.858274370] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 3 

    [1421998277.858285194] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998277.858302718] (DEBUG) DeviceIORxThread(1) : Placed message #5 in reorder queue. 

    [1421998277.858306757] (DEBUG) ReorderGet().

    [1421998277.858322623] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #5 

    [1421998277.858328403] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 2 / 50000 ... 

    [1421998277.858332563] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #2 : Rx Msg. #5, File: ../testVecs/output/output_p1280x720.264, Frame #2, Size 3795 bytes. 

    [1421998277.858347816] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998277.858364291] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 3795 bytes in 11832 ns. 

    [1421998277.858369931] (DEBUG) utils_calc_fps() : #2, avg_diff = 156645028.000000, Avg FPS = 6.383860

    [1421998277.979860468] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998277.979902072] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 6, Free Task ID 7, outputId 6, outBufPtr 0xA0000000, outBufSize 1382400, freeBufID 7 

    [1421998277.979907953] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998277.979912028] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998277.979919145] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0000000, dma_trans_id = 23 

    [1421998277.982082921] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 23

    [1421998277.982087732] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2091 times.

    [1421998277.982101640] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 6 

    [1421998277.982110025] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998277.982117749] (DEBUG) DeviceIORxThread(0) : Placed message #7 in reorder queue. 

    [1421998277.982121742] (DEBUG) ReorderGet().

    [1421998277.982122462] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #10 to device #0, node #0 ...

    [1421998277.982157555] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998277.982158717] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 6, Size = 1382400 

    [1421998277.982178836] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998277.982216138] (DEBUG) DeviceIOTxProcess(0) : Received message: #10, Task ID: 10, Frame ID: 10, Node 0, BufSize 1382400 bytes. 

    [1421998277.982222017] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421998277.982227269] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421998277.982232006] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998277.982240202] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 24)

    [1421998277.982249472] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998277.982197360] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #6 to device #1, node #8 ...

    [1421998277.982265127] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998277.982274875] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998277.982283398] (DEBUG) DeviceIOTxProcess(1) : Received message: #6, Task ID: 6, Frame ID: 6, Node 8, BufSize 1382400 bytes. 

    [1421998277.982289729] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0800000). 

    [1421998277.982295556] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998277.982301558] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998277.982308793] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0800000 on device 1. (retVal = 0, dma_trans_id = 25)

    [1421998277.982313912] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998277.983954528] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 24

    [1421998277.983959843] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998277.983984429] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998277.983992322] (DEBUG) DeviceIOTxThread(0) : Finished with message #10. 

    [1421998277.984023947] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 25

    [1421998277.984029868] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998277.984039131] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998277.984052459] (DEBUG) DeviceIOTxThread(1) : Finished with message #6. 

    [1421998277.984774149] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2599427 ns. 

    [1421998277.984782524] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 10 / 50000, Size = 1382400 

    [1421998278.010163456] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998278.010193919] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 5, Free Task ID 6, outputId 4, outBufPtr 0xA0000000, outBufSize 447, freeBufID 3 

    [1421998278.010206178] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998278.010210586] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.010220560] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 26 

    [1421998278.010225989] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 26

    [1421998278.010231876] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 0 times.

    [1421998278.010237591] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 4 

    [1421998278.010253566] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998278.010261762] (DEBUG) DeviceIORxThread(1) : Placed message #6 in reorder queue. 

    [1421998278.010271884] (DEBUG) ReorderGet().

    [1421998278.010282044] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #6 

    [1421998278.010288492] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 3 / 50000 ... 

    [1421998278.010296976] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #3 : Rx Msg. #6, File: ../testVecs/output/output_p1280x720.264, Frame #3, Size 447 bytes. 

    [1421998278.010301691] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998278.010307691] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 447 bytes in 336 ns. 

    [1421998278.010312096] (DEBUG) utils_calc_fps() : #3, avg_diff = 155077405.666667, Avg FPS = 6.448393

    [1421998278.204121723] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998278.204146011] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 7, Free Task ID 8, outputId 7, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 8 

    [1421998278.204161777] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths : 

    [1421998278.204170195] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.204189209] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 27 

    [1421998278.206353210] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 27

    [1421998278.206359676] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2091 times.

    [1421998278.206365404] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 7 

    [1421998278.206371217] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998278.206383409] (DEBUG) DeviceIORxThread(0) : Placed message #8 in reorder queue. 

    [1421998278.206400558] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #11 to device #0, node #0 ...

    [1421998278.206403253] (DEBUG) ReorderGet().

    [1421998278.206411563] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998278.206432205] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 7, Size = 1382400 

    [1421998278.206445309] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #7 to device #1, node #8 ...

    [1421998278.206457007] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998278.206431947] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998278.206493338] (DEBUG) DeviceIOTxProcess(0) : Received message: #11, Task ID: 11, Frame ID: 11, Node 0, BufSize 1382400 bytes. 

    [1421998278.206500261] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421998278.206515712] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421998278.206520946] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998278.206460764] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998278.206530294] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 28)

    [1421998278.206546360] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998278.206538483] (DEBUG) DeviceIOTxProcess(1) : Received message: #7, Task ID: 7, Frame ID: 7, Node 8, BufSize 1382400 bytes. 

    [1421998278.206573259] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421998278.206579267] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998278.206583803] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998278.206592098] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 29)

    [1421998278.206597688] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998278.208237611] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 28

    [1421998278.208245810] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998278.208264109] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998278.208271075] (DEBUG) DeviceIOTxThread(0) : Finished with message #11. 

    [1421998278.208287835] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 29

    [1421998278.208307385] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998278.208317139] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998278.208322618] (DEBUG) DeviceIOTxThread(1) : Finished with message #7. 

    [1421998278.208799646] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2360002 ns. 

    [1421998278.208806991] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 11 / 50000, Size = 1382400 

    [1421998278.232499909] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998278.232526871] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 6, Free Task ID 7, outputId 5, outBufPtr 0xA0000000, outBufSize 30609, freeBufID 7 

    [1421998278.232533246] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998278.232539473] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.232548561] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 30 

    [1421998278.232597159] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 30

    [1421998278.232603194] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 19 times.

    [1421998278.232618303] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 5 

    [1421998278.232623302] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998278.232628715] (DEBUG) DeviceIORxThread(1) : Placed message #7 in reorder queue. 

    [1421998278.232664574] (DEBUG) ReorderGet().

    [1421998278.232674414] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #7 

    [1421998278.232679819] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 4 / 50000 ... 

    [1421998278.232686520] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #4 : Rx Msg. #7, File: ../testVecs/output/output_p1280x720.264, Frame #4, Size 30609 bytes. 

    [1421998278.232691097] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998278.232728297] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 30609 bytes in 32970 ns. 

    [1421998278.232736288] (DEBUG) utils_calc_fps() : #4, avg_diff = 171914101.000000, Avg FPS = 5.816859

    [1421998278.428377916] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998278.428400905] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 8, Free Task ID 9, outputId 8, outBufPtr 0xA1000000, outBufSize 1382400, freeBufID 9 

    [1421998278.428417365] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA1000000 into 1 buffers of the following lengths : 

    [1421998278.428425862] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.428444877] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA1000000, dma_trans_id = 31 

    [1421998278.430608551] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 31

    [1421998278.430614997] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2089 times.

    [1421998278.430620897] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 8 

    [1421998278.430626628] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998278.430639044] (DEBUG) DeviceIORxThread(0) : Placed message #9 in reorder queue. 

    [1421998278.430655853] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #12 to device #0, node #0 ...

    [1421998278.430658702] (DEBUG) ReorderGet().

    [1421998278.430666944] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998278.430688479] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 8, Size = 1382400 

    [1421998278.430702242] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #8 to device #1, node #8 ...

    [1421998278.430713314] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998278.430688314] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998278.430749049] (DEBUG) DeviceIOTxProcess(0) : Received message: #12, Task ID: 12, Frame ID: 12, Node 0, BufSize 1382400 bytes. 

    [1421998278.430768778] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB1000000). 

    [1421998278.430773627] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421998278.430778153] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998278.430716920] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998278.430794569] (DEBUG) DeviceIOTxProcess(1) : Received message: #8, Task ID: 8, Frame ID: 8, Node 8, BufSize 1382400 bytes. 

    [1421998278.430807427] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421998278.430814509] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998278.430820268] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998278.430786564] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB1000000 on device 0. (retVal = 0, dma_trans_id = 32)

    [1421998278.430834655] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998278.430827758] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 33)

    [1421998278.430848298] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998278.432484079] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 32

    [1421998278.432492118] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998278.432508724] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998278.432515493] (DEBUG) DeviceIOTxThread(0) : Finished with message #12. 

    [1421998278.432518068] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 33

    [1421998278.432531343] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998278.432542535] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998278.432551468] (DEBUG) DeviceIOTxThread(1) : Finished with message #8. 

    [1421998278.433296871] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2600782 ns. 

    [1421998278.433304970] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 12 / 50000, Size = 1382400 

    [1421998278.454823611] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998278.454846906] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 7, Free Task ID 8, outputId 6, outBufPtr 0xA0000000, outBufSize 44237, freeBufID 5 

    [1421998278.454854905] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998278.454859413] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.454866440] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 34 

    [1421998278.454935712] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 34

    [1421998278.454942580] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 30 times.

    [1421998278.454957425] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 6 

    [1421998278.454962332] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998278.454968565] (DEBUG) DeviceIORxThread(1) : Placed message #8 in reorder queue. 

    [1421998278.454986160] (DEBUG) ReorderGet().

    [1421998278.454994319] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #8 

    [1421998278.455002700] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 5 / 50000 ... 

    [1421998278.455008994] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #5 : Rx Msg. #8, File: ../testVecs/output/output_p1280x720.264, Frame #5, Size 44237 bytes. 

    [1421998278.455013836] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998278.455053854] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 44237 bytes in 34803 ns. 

    [1421998278.455061249] (DEBUG) utils_calc_fps() : #5, avg_diff = 181996273.600000, Avg FPS = 5.494618

    [1421998278.561871592] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998278.561896940] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 9, Free Task ID 10, outputId 9, outBufPtr 0xA0000000, outBufSize 1382400, freeBufID 10 

    [1421998278.561912315] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998278.561918882] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.561938614] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0000000, dma_trans_id = 35 

    [1421998278.564101722] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 35

    [1421998278.564108072] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2090 times.

    [1421998278.564113903] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 9 

    [1421998278.564124215] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998278.564131862] (DEBUG) DeviceIORxThread(0) : Placed message #10 in reorder queue. 

    [1421998278.564147879] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #13 to device #0, node #0 ...

    [1421998278.564151054] (DEBUG) ReorderGet().

    [1421998278.564160528] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998278.564181331] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 9, Size = 1382400 

    [1421998278.564199777] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #9 to device #1, node #8 ...

    [1421998278.564218075] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998278.564181304] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998278.564270073] (DEBUG) DeviceIOTxProcess(0) : Received message: #13, Task ID: 13, Frame ID: 13, Node 0, BufSize 1382400 bytes. 

    [1421998278.564288461] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421998278.564294173] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421998278.564301616] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998278.564231444] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998278.564319194] (DEBUG) DeviceIOTxProcess(1) : Received message: #9, Task ID: 9, Frame ID: 9, Node 8, BufSize 1382400 bytes. 

    [1421998278.564327050] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000). 

    [1421998278.564335224] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998278.564340956] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998278.564310407] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 36)

    [1421998278.564355651] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998278.564350458] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 37)

    [1421998278.564382188] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998278.566017757] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 36

    [1421998278.566026029] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998278.566041636] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998278.566048743] (DEBUG) DeviceIOTxThread(0) : Finished with message #13. 

    [1421998278.566049379] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 37

    [1421998278.566100370] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998278.566110310] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998278.566116179] (DEBUG) DeviceIOTxThread(1) : Finished with message #9. 

    [1421998278.566570499] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2380128 ns. 

    [1421998278.566578011] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 13 / 50000, Size = 1382400 

    [1421998278.586271958] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998278.586297158] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 8, Free Task ID 9, outputId 7, outBufPtr 0xA0000000, outBufSize 31839, freeBufID 6 

    [1421998278.586305484] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998278.586309975] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.586320933] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 38 

    [1421998278.586371347] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 38

    [1421998278.586377395] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 37 times.

    [1421998278.586382222] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 7 

    [1421998278.586387108] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998278.586393601] (DEBUG) DeviceIORxThread(1) : Placed message #9 in reorder queue. 

    [1421998278.586397090] (DEBUG) ReorderGet().

    [1421998278.586415453] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #9 

    [1421998278.586425349] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 6 / 50000 ... 

    [1421998278.586433849] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #6 : Rx Msg. #9, File: ../testVecs/output/output_p1280x720.264, Frame #6, Size 31839 bytes. 

    [1421998278.586441163] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998278.586470870] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 31839 bytes in 21686 ns. 

    [1421998278.586477814] (DEBUG) utils_calc_fps() : #6, avg_diff = 173566323.833333, Avg FPS = 5.761486

    [1421998278.755908422] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998278.755933336] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 10, Free Task ID 11, outputId 10, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 11 

    [1421998278.755949056] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths : 

    [1421998278.755957933] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.755976875] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 39 

    [1421998278.758139216] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 39

    [1421998278.758153516] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2050 times.

    [1421998278.758159715] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 10 

    [1421998278.758165809] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998278.758178988] (DEBUG) DeviceIORxThread(0) : Placed message #11 in reorder queue. 

    [1421998278.758183209] (DEBUG) ReorderGet().

    [1421998278.758189807] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #14 to device #0, node #0 ...

    [1421998278.758217670] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998278.758219804] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998278.758253385] (DEBUG) DeviceIOTxProcess(0) : Received message: #14, Task ID: 14, Frame ID: 14, Node 0, BufSize 1382400 bytes. 

    [1421998278.758261414] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421998278.758266473] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421998278.758271590] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998278.758280591] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 40)

    [1421998278.758286724] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998278.758205147] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 10, Size = 1382400 

    [1421998278.758306024] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #10 to device #1, node #8 ...

    [1421998278.758315170] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998278.758318257] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998278.758334528] (DEBUG) DeviceIOTxProcess(1) : Received message: #10, Task ID: 10, Frame ID: 10, Node 8, BufSize 1382400 bytes. 

    [1421998278.758340752] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0800000). 

    [1421998278.758344925] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998278.758349076] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998278.758356527] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0800000 on device 1. (retVal = 0, dma_trans_id = 41)

    [1421998278.758361948] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998278.759978515] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 40

    [1421998278.759986504] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998278.760000178] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998278.760006880] (DEBUG) DeviceIOTxThread(0) : Finished with message #14. 

    [1421998278.760045834] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 41

    [1421998278.760056359] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998278.760069510] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998278.760075905] (DEBUG) DeviceIOTxThread(1) : Finished with message #10. 

    [1421998278.760833805] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2600182 ns. 

    [1421998278.760841358] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 14 / 50000, Size = 1382400 

    [1421998278.788449070] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998278.788482545] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 9, Free Task ID 10, outputId 8, outBufPtr 0xA0000000, outBufSize 115926, freeBufID 10 

    [1421998278.788488509] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998278.788493033] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.788507914] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 42 

    [1421998278.788690813] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 42

    [1421998278.788698144] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 165 times.

    [1421998278.788704320] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 8 

    [1421998278.788709171] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998278.788715330] (DEBUG) DeviceIORxThread(1) : Placed message #10 in reorder queue. 

    [1421998278.788718561] (DEBUG) ReorderGet().

    [1421998278.788733746] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #10 

    [1421998278.788743660] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 7 / 50000 ... 

    [1421998278.788753248] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #7 : Rx Msg. #10, File: ../testVecs/output/output_p1280x720.264, Frame #7, Size 115926 bytes. 

    [1421998278.788762107] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998278.788834719] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 115926 bytes in 63283 ns. 

    [1421998278.788842078] (DEBUG) utils_calc_fps() : #7, avg_diff = 177680314.428571, Avg FPS = 5.628085

    [1421998278.889493827] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998278.889517748] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 11, Free Task ID 12, outputId 11, outBufPtr 0xA1000000, outBufSize 1382400, freeBufID 12 

    [1421998278.889536680] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA1000000 into 1 buffers of the following lengths : 

    [1421998278.889543518] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.889562697] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA1000000, dma_trans_id = 43 

    [1421998278.891723926] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 43

    [1421998278.891736414] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2049 times.

    [1421998278.891744092] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 11 

    [1421998278.891750165] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998278.891757704] (DEBUG) DeviceIORxThread(0) : Placed message #12 in reorder queue. 

    [1421998278.891774881] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #15 to device #0, node #0 ...

    [1421998278.891777438] (DEBUG) ReorderGet().

    [1421998278.891785259] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998278.891787638] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998278.891814903] (DEBUG) DeviceIOTxProcess(0) : Received message: #15, Task ID: 15, Frame ID: 15, Node 0, BufSize 1382400 bytes. 

    [1421998278.891828959] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB1000000). 

    [1421998278.891833364] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421998278.891851023] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998278.891798062] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 11, Size = 1382400 

    [1421998278.891859803] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB1000000 on device 0. (retVal = 0, dma_trans_id = 44)

    [1421998278.891876902] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998278.891870833] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #11 to device #1, node #8 ...

    [1421998278.891898297] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998278.891908072] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998278.891917941] (DEBUG) DeviceIOTxProcess(1) : Received message: #11, Task ID: 11, Frame ID: 11, Node 8, BufSize 1382400 bytes. 

    [1421998278.891922894] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0800000). 

    [1421998278.891928330] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998278.891932477] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998278.891940601] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0800000 on device 1. (retVal = 0, dma_trans_id = 45)

    [1421998278.891946173] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998278.893568094] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 44

    [1421998278.893576810] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998278.893592770] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998278.893599645] (DEBUG) DeviceIOTxThread(0) : Finished with message #15. 

    [1421998278.893635714] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 45

    [1421998278.893643301] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998278.893655043] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998278.893663508] (DEBUG) DeviceIOTxThread(1) : Finished with message #11. 

    [1421998278.894222453] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2414757 ns. 

    [1421998278.894230565] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 15 / 50000, Size = 1382400 

    [1421998278.920068800] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998278.920097338] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 10, Free Task ID 11, outputId 9, outBufPtr 0xA0000000, outBufSize 71723, freeBufID 8 

    [1421998278.920106525] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998278.920111113] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998278.920123723] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 46 

    [1421998278.920237174] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 46

    [1421998278.920243536] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 96 times.

    [1421998278.920248437] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 9 

    [1421998278.920253462] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998278.920260228] (DEBUG) DeviceIORxThread(1) : Placed message #11 in reorder queue. 

    [1421998278.920263952] (DEBUG) ReorderGet().

    [1421998278.920283405] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #11 

    [1421998278.920292529] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 8 / 50000 ... 

    [1421998278.920301492] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #8 : Rx Msg. #11, File: ../testVecs/output/output_p1280x720.264, Frame #8, Size 71723 bytes. 

    [1421998278.920308953] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998278.920357042] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 71723 bytes in 40282 ns. 

    [1421998278.920365634] (DEBUG) utils_calc_fps() : #8, avg_diff = 171910718.000000, Avg FPS = 5.816973

    [1421998279.033068551] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998279.033092046] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 12, Free Task ID 13, outputId 12, outBufPtr 0xA0000000, outBufSize 1382400, freeBufID 13 

    [1421998279.033108579] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998279.033117606] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.033136878] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0000000, dma_trans_id = 47 

    [1421998279.035299410] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 47

    [1421998279.035306008] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2059 times.

    [1421998279.035312039] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 12 

    [1421998279.035317951] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998279.035330930] (DEBUG) DeviceIORxThread(0) : Placed message #13 in reorder queue. 

    [1421998279.035348072] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #16 to device #0, node #0 ...

    [1421998279.035351699] (DEBUG) ReorderGet().

    [1421998279.035355288] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998279.035357280] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998279.035429432] (DEBUG) DeviceIOTxProcess(0) : Received message: #16, Task ID: 16, Frame ID: 16, Node 0, BufSize 1382400 bytes. 

    [1421998279.035435190] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421998279.035463985] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421998279.035469705] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998279.035367005] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 12, Size = 1382400 

    [1421998279.035478803] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 48)

    [1421998279.035495734] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998279.035487064] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #12 to device #1, node #8 ...

    [1421998279.035511124] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998279.035514575] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998279.035535573] (DEBUG) DeviceIOTxProcess(1) : Received message: #12, Task ID: 12, Frame ID: 12, Node 8, BufSize 1382400 bytes. 

    [1421998279.035541820] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421998279.035546207] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998279.035551605] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998279.035560038] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 49)

    [1421998279.035565407] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998279.037174325] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 48

    [1421998279.037183115] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998279.037200160] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998279.037207117] (DEBUG) DeviceIOTxThread(0) : Finished with message #16. 

    [1421998279.037252494] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 49

    [1421998279.037259632] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998279.037269888] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998279.037274650] (DEBUG) DeviceIOTxThread(1) : Finished with message #12. 

    [1421998279.038000432] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2627402 ns. 

    [1421998279.038007967] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 16 / 50000, Size = 1382400 

    [1421998279.061735647] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998279.061762858] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 11, Free Task ID 12, outputId 10, outBufPtr 0xA0000000, outBufSize 4713, freeBufID 9 

    [1421998279.061769268] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998279.061776687] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.061789756] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 50 

    [1421998279.061795374] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 50

    [1421998279.061801089] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 0 times.

    [1421998279.061806767] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 10 

    [1421998279.061810736] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998279.061817334] (DEBUG) DeviceIORxThread(1) : Placed message #12 in reorder queue. 

    [1421998279.061820680] (DEBUG) ReorderGet().

    [1421998279.061838821] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #12 

    [1421998279.061846884] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 9 / 50000 ... 

    [1421998279.061855788] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #9 : Rx Msg. #12, File: ../testVecs/output/output_p1280x720.264, Frame #9, Size 4713 bytes. 

    [1421998279.061864677] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998279.061879245] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 4713 bytes in 7441 ns. 

    [1421998279.061885837] (DEBUG) utils_calc_fps() : #9, avg_diff = 168533995.888889, Avg FPS = 5.933521

    [1421998279.156370082] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998279.156399214] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 13, Free Task ID 14, outputId 13, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 14 

    [1421998279.156410819] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths : 

    [1421998279.156418957] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.156428242] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 51 

    [1421998279.158591762] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 51

    [1421998279.158598066] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2081 times.

    [1421998279.158603801] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 13 

    [1421998279.158609533] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998279.158622432] (DEBUG) DeviceIORxThread(0) : Placed message #14 in reorder queue. 

    [1421998279.158638773] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #17 to device #0, node #0 ...

    [1421998279.158638762] (DEBUG) ReorderGet().

    [1421998279.158664266] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 13, Size = 1382400 

    [1421998279.158667228] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998279.158683090] (DEBUG) DeviceIOTxProcess(0) : Received message: #17, Task ID: 17, Frame ID: 17, Node 0, BufSize 1382400 bytes. 

    [1421998279.158697240] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421998279.158704812] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421998279.158709901] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998279.158726438] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 52)

    [1421998279.158733841] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998279.158766386] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #13 to device #1, node #8 ...

    [1421998279.158800066] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998279.158646272] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998279.158803376] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998279.158888653] (DEBUG) DeviceIOTxProcess(1) : Received message: #13, Task ID: 13, Frame ID: 13, Node 8, BufSize 1382400 bytes. 

    [1421998279.158894376] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000). 

    [1421998279.158909474] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998279.158913623] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998279.158925592] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 53)

    [1421998279.158929839] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998279.160489713] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 52

    [1421998279.160494884] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998279.160519605] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998279.160528164] (DEBUG) DeviceIOTxThread(0) : Finished with message #17. 

    [1421998279.160639033] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 53

    [1421998279.160644824] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998279.160654111] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998279.160664310] (DEBUG) DeviceIOTxThread(1) : Finished with message #13. 

    [1421998279.161197067] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2362476 ns. 

    [1421998279.161204666] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 17 / 50000, Size = 1382400 

    [1421998279.193044542] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998279.193075945] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 12, Free Task ID 13, outputId 11, outBufPtr 0xA0000000, outBufSize 88401, freeBufID 13 

    [1421998279.193087941] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998279.193092252] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.193099126] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 54 

    [1421998279.193238591] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 54

    [1421998279.193243401] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 118 times.

    [1421998279.193257251] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 11 

    [1421998279.193266196] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998279.193274230] (DEBUG) DeviceIORxThread(1) : Placed message #13 in reorder queue. 

    [1421998279.193277115] (DEBUG) ReorderGet().

    [1421998279.193296053] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #13 

    [1421998279.193304501] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 10 / 50000 ... 

    [1421998279.193313610] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #10 : Rx Msg. #13, File: ../testVecs/output/output_p1280x720.264, Frame #10, Size 88401 bytes. 

    [1421998279.193321508] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998279.193391383] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 88401 bytes in 62180 ns. 

    [1421998279.193397213] (DEBUG) utils_calc_fps() : #10, avg_diff = 164831734.400000, Avg FPS = 6.066793

    [1421998279.289959035] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998279.289983101] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 14, Free Task ID 15, outputId 14, outBufPtr 0xA1000000, outBufSize 1382400, freeBufID 15 

    [1421998279.289998469] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA1000000 into 1 buffers of the following lengths : 

    [1421998279.290006994] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.290016031] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA1000000, dma_trans_id = 55 

    [1421998279.292178753] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 55

    [1421998279.292185178] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2077 times.

    [1421998279.292190984] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 14 

    [1421998279.292201516] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998279.292209545] (DEBUG) DeviceIORxThread(0) : Placed message #15 in reorder queue. 

    [1421998279.292226461] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #18 to device #0, node #0 ...

    [1421998279.292228550] (DEBUG) ReorderGet().

    [1421998279.292237687] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998279.292258568] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 14, Size = 1382400 

    [1421998279.292271628] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #14 to device #1, node #8 ...

    [1421998279.292258927] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998279.292290627] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998279.292303976] (DEBUG) DeviceIOTxProcess(1) : Received message: #14, Task ID: 14, Frame ID: 14, Node 8, BufSize 1382400 bytes. 

    [1421998279.292320018] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000). 

    [1421998279.292338365] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998279.292346318] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998279.292365305] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 56)

    [1421998279.292370550] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998279.292291219] (DEBUG) DeviceIOTxProcess(0) : Received message: #18, Task ID: 18, Frame ID: 18, Node 0, BufSize 1382400 bytes. 

    [1421998279.292400415] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB1000000). 

    [1421998279.292408628] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421998279.292413878] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998279.292280515] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998279.292422131] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB1000000 on device 0. (retVal = 0, dma_trans_id = 57)

    [1421998279.292444669] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998279.294055747] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 56

    [1421998279.294065568] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998279.294082571] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998279.294093765] (DEBUG) DeviceIOTxThread(1) : Finished with message #14. 

    [1421998279.294117089] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 57

    [1421998279.294123830] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998279.294135286] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998279.294149654] (DEBUG) DeviceIOTxThread(0) : Finished with message #18. 

    [1421998279.294880305] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2614349 ns. 

    [1421998279.294896912] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 18 / 50000, Size = 1382400 

    [1421998279.314473179] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998279.314500637] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 13, Free Task ID 14, outputId 12, outBufPtr 0xA0000000, outBufSize 5188, freeBufID 11 

    [1421998279.314509685] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998279.314516623] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.314531216] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 58 

    [1421998279.314540664] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 58

    [1421998279.314545785] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 1 times.

    [1421998279.314550646] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 12 

    [1421998279.314555680] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998279.314562169] (DEBUG) DeviceIORxThread(1) : Placed message #14 in reorder queue. 

    [1421998279.314565921] (DEBUG) ReorderGet().

    [1421998279.314591613] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #14 

    [1421998279.314602186] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 11 / 50000 ... 

    [1421998279.314611004] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #11 : Rx Msg. #14, File: ../testVecs/output/output_p1280x720.264, Frame #11, Size 5188 bytes. 

    [1421998279.314620448] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998279.314635733] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 5188 bytes in 7759 ns. 

    [1421998279.314642678] (DEBUG) utils_calc_fps() : #11, avg_diff = 160869344.454545, Avg FPS = 6.216225

    [1421998279.484024266] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998279.484047688] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 15, Free Task ID 16, outputId 15, outBufPtr 0xA0000000, outBufSize 1382400, freeBufID 16 

    [1421998279.484063820] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998279.484072579] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.484091774] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0000000, dma_trans_id = 59 

    [1421998279.486254137] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 59

    [1421998279.486260766] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2061 times.

    [1421998279.486266719] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 15 

    [1421998279.486277233] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998279.486285204] (DEBUG) DeviceIORxThread(0) : Placed message #16 in reorder queue. 

    [1421998279.486301978] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #19 to device #0, node #0 ...

    [1421998279.486305591] (DEBUG) ReorderGet().

    [1421998279.486315050] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998279.486317707] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998279.486381948] (DEBUG) DeviceIOTxProcess(0) : Received message: #19, Task ID: 19, Frame ID: 19, Node 0, BufSize 1382400 bytes. 

    [1421998279.486389734] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421998279.486395337] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421998279.486401398] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998279.486334029] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 15, Size = 1382400 

    [1421998279.486418892] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #15 to device #1, node #8 ...

    [1421998279.486409515] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 60)

    [1421998279.486431759] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998279.486439392] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998279.486441735] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998279.486466237] (DEBUG) DeviceIOTxProcess(1) : Received message: #15, Task ID: 15, Frame ID: 15, Node 8, BufSize 1382400 bytes. 

    [1421998279.486472545] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0800000). 

    [1421998279.486478033] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998279.486482476] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998279.486489772] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0800000 on device 1. (retVal = 0, dma_trans_id = 61)

    [1421998279.486494916] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998279.488105055] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 60

    [1421998279.488114209] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998279.488130442] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998279.488137289] (DEBUG) DeviceIOTxThread(0) : Finished with message #19. 

    [1421998279.488175596] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 61

    [1421998279.488183240] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998279.488194096] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998279.488199074] (DEBUG) DeviceIOTxThread(1) : Finished with message #15. 

    [1421998279.488730427] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2380969 ns. 

    [1421998279.488738298] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 19 / 50000, Size = 1382400 

    [1421998279.516681464] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998279.516706447] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 14, Free Task ID 15, outputId 13, outBufPtr 0xA0000000, outBufSize 41148, freeBufID 12 

    [1421998279.516712428] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998279.516719334] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.516733148] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 62 

    [1421998279.516794308] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 62

    [1421998279.516798759] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 39 times.

    [1421998279.516812639] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 13 

    [1421998279.516816651] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998279.516823170] (DEBUG) DeviceIORxThread(1) : Placed message #15 in reorder queue. 

    [1421998279.516826347] (DEBUG) ReorderGet().

    [1421998279.516839093] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #15 

    [1421998279.516847851] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 12 / 50000 ... 

    [1421998279.516857063] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #12 : Rx Msg. #15, File: ../testVecs/output/output_p1280x720.264, Frame #12, Size 41148 bytes. 

    [1421998279.516865688] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998279.516900347] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 41148 bytes in 27363 ns. 

    [1421998279.516907821] (DEBUG) utils_calc_fps() : #12, avg_diff = 164318995.833333, Avg FPS = 6.085724

    [1421998279.607381922] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998279.607413259] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 16, Free Task ID 17, outputId 16, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 17 

    [1421998279.607425525] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths : 

    [1421998279.607432227] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.607451891] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 63 

    [1421998279.609613265] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 63

    [1421998279.609622228] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2028 times.

    [1421998279.609628154] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 16 

    [1421998279.609633927] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998279.609646943] (DEBUG) DeviceIORxThread(0) : Placed message #17 in reorder queue. 

    [1421998279.609664258] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #20 to device #0, node #0 ...

    [1421998279.609667834] (DEBUG) ReorderGet().

    [1421998279.609676203] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998279.609678775] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998279.609708897] (DEBUG) DeviceIOTxProcess(0) : Received message: #20, Task ID: 20, Frame ID: 20, Node 0, BufSize 1382400 bytes. 

    [1421998279.609723472] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421998279.609728111] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421998279.609742304] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998279.609692496] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 16, Size = 1382400 

    [1421998279.609751247] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 64)

    [1421998279.609768892] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998279.609761687] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #16 to device #1, node #8 ...

    [1421998279.609785060] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998279.609787985] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998279.609807248] (DEBUG) DeviceIOTxProcess(1) : Received message: #16, Task ID: 16, Frame ID: 16, Node 8, BufSize 1382400 bytes. 

    [1421998279.609817747] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421998279.609823359] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998279.609827731] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998279.609835952] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 65)

    [1421998279.609840280] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998279.611456007] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 64

    [1421998279.611467585] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998279.611481885] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998279.611488561] (DEBUG) DeviceIOTxThread(0) : Finished with message #20. 

    [1421998279.611531959] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 65

    [1421998279.611541468] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998279.611552143] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998279.611557080] (DEBUG) DeviceIOTxThread(1) : Finished with message #16. 

    [1421998279.612315673] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2616986 ns. 

    [1421998279.612332264] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 20 / 50000, Size = 1382400 

    [1421998279.638048302] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998279.638073706] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 15, Free Task ID 16, outputId 14, outBufPtr 0xA0000000, outBufSize 59485, freeBufID 16 

    [1421998279.638080213] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998279.638086739] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.638100293] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 66 

    [1421998279.638194259] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 66

    [1421998279.638199058] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 66 times.

    [1421998279.638212993] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 14 

    [1421998279.638217103] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998279.638224033] (DEBUG) DeviceIORxThread(1) : Placed message #16 in reorder queue. 

    [1421998279.638227603] (DEBUG) ReorderGet().

    [1421998279.638245374] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #16 

    [1421998279.638251991] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 13 / 50000 ... 

    [1421998279.638260772] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #13 : Rx Msg. #16, File: ../testVecs/output/output_p1280x720.264, Frame #13, Size 59485 bytes. 

    [1421998279.638268777] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998279.638312720] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 59485 bytes in 39099 ns. 

    [1421998279.638320358] (DEBUG) utils_calc_fps() : #13, avg_diff = 161018499.153846, Avg FPS = 6.210467

    [1421998279.761094529] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998279.761119831] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 17, Free Task ID 18, outputId 17, outBufPtr 0xA1000000, outBufSize 1382400, freeBufID 18 

    [1421998279.761136158] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA1000000 into 1 buffers of the following lengths : 

    [1421998279.761145001] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.761163996] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA1000000, dma_trans_id = 67 

    [1421998279.763326131] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 67

    [1421998279.763332804] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2061 times.

    [1421998279.763338550] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 17 

    [1421998279.763349363] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998279.763357339] (DEBUG) DeviceIORxThread(0) : Placed message #18 in reorder queue. 

    [1421998279.763374006] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #21 to device #0, node #0 ...

    [1421998279.763377483] (DEBUG) ReorderGet().

    [1421998279.763386925] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998279.763389251] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998279.763422691] (DEBUG) DeviceIOTxProcess(0) : Received message: #21, Task ID: 21, Frame ID: 21, Node 0, BufSize 1382400 bytes. 

    [1421998279.763440950] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB1000000). 

    [1421998279.763394981] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 17, Size = 1382400 

    [1421998279.763469261] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #17 to device #1, node #8 ...

    [1421998279.763488279] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998279.763445367] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421998279.763508002] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998279.763492536] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998279.763518422] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB1000000 on device 0. (retVal = 0, dma_trans_id = 68)

    [1421998279.763532865] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998279.763529151] (DEBUG) DeviceIOTxProcess(1) : Received message: #17, Task ID: 17, Frame ID: 17, Node 8, BufSize 1382400 bytes. 

    [1421998279.763553206] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421998279.763558796] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998279.763563493] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998279.763570123] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 69)

    [1421998279.763580258] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998279.765226662] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 68

    [1421998279.765235157] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998279.765251270] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998279.765258409] (DEBUG) DeviceIOTxThread(0) : Finished with message #21. 

    [1421998279.765267298] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 69

    [1421998279.765274971] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998279.765284501] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998279.765294859] (DEBUG) DeviceIOTxThread(1) : Finished with message #17. 

    [1421998279.766004077] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2602982 ns. 

    [1421998279.766011835] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 21 / 50000, Size = 1382400 

    [1421998279.789722697] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998279.789747639] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 16, Free Task ID 17, outputId 15, outBufPtr 0xA0000000, outBufSize 43366, freeBufID 14 

    [1421998279.789753331] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998279.789759600] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.789766702] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 70 

    [1421998279.789835229] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 70

    [1421998279.789839723] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 44 times.

    [1421998279.789853574] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 15 

    [1421998279.789857639] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998279.789866857] (DEBUG) DeviceIORxThread(1) : Placed message #17 in reorder queue. 

    [1421998279.789870033] (DEBUG) ReorderGet().

    [1421998279.789884007] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #17 

    [1421998279.789895660] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 14 / 50000 ... 

    [1421998279.789901576] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #14 : Rx Msg. #17, File: ../testVecs/output/output_p1280x720.264, Frame #14, Size 43366 bytes. 

    [1421998279.789909351] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998279.789953211] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 43366 bytes in 36558 ns. 

    [1421998279.789959260] (DEBUG) utils_calc_fps() : #14, avg_diff = 160348527.500000, Avg FPS = 6.236415

    [1421998279.884603452] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998279.884627632] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 18, Free Task ID 19, outputId 18, outBufPtr 0xA0000000, outBufSize 1382400, freeBufID 19 

    [1421998279.884643153] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998279.884652078] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.884671409] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0000000, dma_trans_id = 71 

    [1421998279.886830974] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 71

    [1421998279.886837535] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 1998 times.

    [1421998279.886843483] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 18 

    [1421998279.886854023] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998279.886862226] (DEBUG) DeviceIORxThread(0) : Placed message #19 in reorder queue. 

    [1421998279.886878817] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #22 to device #0, node #0 ...

    [1421998279.886891042] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998279.886882435] (DEBUG) ReorderGet().

    [1421998279.886910012] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 18, Size = 1382400 

    [1421998279.886927883] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #18 to device #1, node #8 ...

    [1421998279.886893487] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998279.886945791] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998279.886948892] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998279.886953210] (DEBUG) DeviceIOTxProcess(0) : Received message: #22, Task ID: 22, Frame ID: 22, Node 0, BufSize 1382400 bytes. 

    [1421998279.886974234] (DEBUG) DeviceIOTxProcess(1) : Received message: #18, Task ID: 18, Frame ID: 18, Node 8, BufSize 1382400 bytes. 

    [1421998279.886982200] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421998279.886992979] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000). 

    [1421998279.887005170] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998279.887011846] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998279.886999722] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421998279.887020527] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 72)

    [1421998279.887031654] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998279.887025378] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998279.887050229] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 73)

    [1421998279.887055804] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998279.888707798] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 72

    [1421998279.888717029] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998279.888735091] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998279.888745417] (DEBUG) DeviceIOTxThread(1) : Finished with message #18. 

    [1421998279.888747340] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 73

    [1421998279.888761516] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998279.888771456] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998279.888777324] (DEBUG) DeviceIOTxThread(0) : Finished with message #22. 

    [1421998279.889253183] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2356859 ns. 

    [1421998279.889261426] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 22 / 50000, Size = 1382400 

    [1421998279.911101409] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998279.911127579] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 17, Free Task ID 18, outputId 16, outBufPtr 0xA0000000, outBufSize 40664, freeBufID 15 

    [1421998279.911135872] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998279.911140496] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998279.911147639] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 74 

    [1421998279.911212659] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 74

    [1421998279.911218573] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 48 times.

    [1421998279.911223587] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 16 

    [1421998279.911228582] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998279.911235192] (DEBUG) DeviceIORxThread(1) : Placed message #18 in reorder queue. 

    [1421998279.911238001] (DEBUG) ReorderGet().

    [1421998279.911255509] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #18 

    [1421998279.911264278] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 15 / 50000 ... 

    [1421998279.911270801] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #15 : Rx Msg. #18, File: ../testVecs/output/output_p1280x720.264, Frame #15, Size 40664 bytes. 

    [1421998279.911279204] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998279.911324032] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 40664 bytes in 36707 ns. 

    [1421998279.911332434] (DEBUG) utils_calc_fps() : #15, avg_diff = 157750168.333333, Avg FPS = 6.339137

    [1421998280.108940351] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998280.108963595] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 19, Free Task ID 20, outputId 19, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 20 

    [1421998280.108979440] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths : 

    [1421998280.108986341] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998280.108995610] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 75 

    [1421998280.111158411] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 75

    [1421998280.111165119] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2070 times.

    [1421998280.111171056] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 19 

    [1421998280.111176873] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998280.111189738] (DEBUG) DeviceIORxThread(0) : Placed message #20 in reorder queue. 

    [1421998280.111207128] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #23 to device #0, node #0 ...

    [1421998280.111210194] (DEBUG) ReorderGet().

    [1421998280.111219463] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998280.111222098] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998280.111249491] (DEBUG) DeviceIOTxProcess(0) : Received message: #23, Task ID: 23, Frame ID: 23, Node 0, BufSize 1382400 bytes. 

    [1421998280.111259153] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421998280.111264418] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421998280.111271913] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998280.111235940] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 19, Size = 1382400 

    [1421998280.111278452] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 76)

    [1421998280.111294619] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998280.111288553] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #19 to device #1, node #8 ...

    [1421998280.111313592] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998280.111316387] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998280.111332280] (DEBUG) DeviceIOTxProcess(1) : Received message: #19, Task ID: 19, Frame ID: 19, Node 8, BufSize 1382400 bytes. 

    [1421998280.111338654] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0800000). 

    [1421998280.111343219] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998280.111347349] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998280.111359622] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0800000 on device 1. (retVal = 0, dma_trans_id = 77)

    [1421998280.111364964] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998280.112974597] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 76

    [1421998280.112982993] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998280.112999069] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998280.113005917] (DEBUG) DeviceIOTxThread(0) : Finished with message #23. 

    [1421998280.113046505] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 77

    [1421998280.113055181] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998280.113068012] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998280.113073136] (DEBUG) DeviceIOTxThread(1) : Finished with message #19. 

    [1421998280.113850673] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2608272 ns. 

    [1421998280.113858653] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 23 / 50000, Size = 1382400 

    [1421998280.133544648] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998280.133569540] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 18, Free Task ID 19, outputId 17, outBufPtr 0xA0000000, outBufSize 11133, freeBufID 19 

    [1421998280.133575422] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998280.133582008] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998280.133590995] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 78 

    [1421998280.133609834] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 78

    [1421998280.133614642] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 7 times.

    [1421998280.133618397] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 17 

    [1421998280.133622845] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998280.133628073] (DEBUG) DeviceIORxThread(1) : Placed message #19 in reorder queue. 

    [1421998280.133631127] (DEBUG) ReorderGet().

    [1421998280.133646821] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #19 

    [1421998280.133655789] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 16 / 50000 ... 

    [1421998280.133665013] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #16 : Rx Msg. #19, File: ../testVecs/output/output_p1280x720.264, Frame #16, Size 11133 bytes. 

    [1421998280.133673208] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998280.133692352] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 11133 bytes in 11678 ns. 

    [1421998280.133701455] (DEBUG) utils_calc_fps() : #16, avg_diff = 161788849.312500, Avg FPS = 6.180896

    [1421998280.353429255] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998280.353453464] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 20, Free Task ID 21, outputId 20, outBufPtr 0xA1000000, outBufSize 1382400, freeBufID 21 

    [1421998280.353469538] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA1000000 into 1 buffers of the following lengths : 

    [1421998280.353478557] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998280.353497756] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA1000000, dma_trans_id = 79 

    [1421998280.355660079] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 79

    [1421998280.355666755] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2065 times.

    [1421998280.355672541] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 20 

    [1421998280.355678402] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998280.355691111] (DEBUG) DeviceIORxThread(0) : Placed message #21 in reorder queue. 

    [1421998280.355708404] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #24 to device #0, node #0 ...

    [1421998280.355711410] (DEBUG) ReorderGet().

    [1421998280.355719932] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998280.355722205] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998280.355731128] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 20, Size = 1382400 

    [1421998280.355808177] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #20 to device #1, node #8 ...

    [1421998280.355818928] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998280.355790517] (DEBUG) DeviceIOTxProcess(0) : Received message: #24, Task ID: 24, Frame ID: 24, Node 0, BufSize 1382400 bytes. 

    [1421998280.355855013] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB1000000). 

    [1421998280.355862226] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421998280.355877449] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998280.355886236] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB1000000 on device 0. (retVal = 0, dma_trans_id = 80)

    [1421998280.355892436] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998280.355821646] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998280.355922336] (DEBUG) DeviceIOTxProcess(1) : Received message: #20, Task ID: 20, Frame ID: 20, Node 8, BufSize 1382400 bytes. 

    [1421998280.355928055] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0800000). 

    [1421998280.355941505] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998280.355945322] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998280.355963870] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0800000 on device 1. (retVal = 0, dma_trans_id = 81)

    [1421998280.355968833] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998280.357636302] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 80

    [1421998280.357641412] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998280.357655271] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998280.357663449] (DEBUG) DeviceIOTxThread(0) : Finished with message #24. 

    [1421998280.357682107] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 81

    [1421998280.357688364] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998280.357697640] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998280.357701343] (DEBUG) DeviceIOTxThread(1) : Finished with message #20. 

    [1421998280.380039109] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 24301856 ns. 

    [1421998280.380049934] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 24 / 50000, Size = 1382400 

    [1421998280.386196430] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998280.386228543] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 19, Free Task ID 20, outputId 18, outBufPtr 0xA0000000, outBufSize 28685, freeBufID 17 

    [1421998280.386241783] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998280.386246207] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998280.386253306] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 82 

    [1421998280.386299523] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 82

    [1421998280.386304342] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 25 times.

    [1421998280.386318073] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 18 

    [1421998280.386322217] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998280.386327969] (DEBUG) DeviceIORxThread(1) : Placed message #20 in reorder queue. 

    [1421998280.386331851] (DEBUG) ReorderGet().

    [1421998280.386356016] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #20 

    [1421998280.386366452] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 17 / 50000 ... 

    [1421998280.386374864] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #17 : Rx Msg. #20, File: ../testVecs/output/output_p1280x720.264, Frame #17, Size 28685 bytes. 

    [1421998280.386381995] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998280.386416486] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 28685 bytes in 30190 ns. 

    [1421998280.386422273] (DEBUG) utils_calc_fps() : #17, avg_diff = 167137787.705882, Avg FPS = 5.983087

    [1421998280.537583437] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998280.537607395] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 21, Free Task ID 22, outputId 21, outBufPtr 0xA0000000, outBufSize 1382400, freeBufID 22 

    [1421998280.537623063] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998280.537632074] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998280.537651794] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0000000, dma_trans_id = 83 

    [1421998280.539812672] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 83

    [1421998280.539819366] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2034 times.

    [1421998280.539825302] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 21 

    [1421998280.539831187] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998280.539843996] (DEBUG) DeviceIORxThread(0) : Placed message #22 in reorder queue. 

    [1421998280.539861487] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #25 to device #0, node #0 ...

    [1421998280.539864537] (DEBUG) ReorderGet().

    [1421998280.539883603] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 21, Size = 1382400 

    [1421998280.539876313] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998280.539899589] (DEBUG) DeviceIOTxProcess(0) : Received message: #25, Task ID: 25, Frame ID: 25, Node 0, BufSize 1382400 bytes. 

    [1421998280.539915371] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421998280.539919872] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421998280.539873844] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998280.539892606] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #21 to device #1, node #8 ...

    [1421998280.539923859] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998280.539971055] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998280.539979569] (DEBUG) DeviceIOTxProcess(1) : Received message: #21, Task ID: 21, Frame ID: 21, Node 8, BufSize 1382400 bytes. 

    [1421998280.539985484] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421998280.539991938] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998280.539997782] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998280.540013444] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 85)

    [1421998280.540029538] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998280.539974981] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 84)

    [1421998280.540041840] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998280.539966625] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998280.541705322] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 84

    [1421998280.541714337] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998280.541728254] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 85

    [1421998280.541737571] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998280.541760586] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998280.541767485] (DEBUG) DeviceIOTxThread(1) : Finished with message #21. 

    [1421998280.541730345] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998280.541784442] (DEBUG) DeviceIOTxThread(0) : Finished with message #25. 

    [1421998280.544304925] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 4354621 ns. 

    [1421998280.544319445] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 25 / 50000, Size = 1382400 

    [1421998280.558081692] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998280.558107144] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 20, Free Task ID 21, outputId 19, outBufPtr 0xA0000000, outBufSize 659, freeBufID 18 

    [1421998280.558115910] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998280.558120343] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998280.558132730] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 86 

    [1421998280.558147846] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 86

    [1421998280.558154831] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 0 times.

    [1421998280.558159022] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 19 

    [1421998280.558163920] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998280.558169446] (DEBUG) DeviceIORxThread(1) : Placed message #21 in reorder queue. 

    [1421998280.558172950] (DEBUG) ReorderGet().

    [1421998280.558190294] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #21 

    [1421998280.558198205] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 18 / 50000 ... 

    [1421998280.558207088] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #18 : Rx Msg. #21, File: ../testVecs/output/output_p1280x720.264, Frame #18, Size 659 bytes. 

    [1421998280.558216035] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998280.558223453] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 659 bytes in 457 ns. 

    [1421998280.558233160] (DEBUG) utils_calc_fps() : #18, avg_diff = 167397404.277778, Avg FPS = 5.973808

    [1421998280.671072291] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998280.671102966] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 22, Free Task ID 23, outputId 22, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 23 

    [1421998280.671113896] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths : 

    [1421998280.671118471] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998280.671127377] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 87 

    [1421998280.673290652] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 87

    [1421998280.673295328] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2094 times.

    [1421998280.673308719] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 22 

    [1421998280.673314997] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998280.673320434] (DEBUG) DeviceIORxThread(0) : Placed message #23 in reorder queue. 

    [1421998280.673323864] (DEBUG) ReorderGet().

    [1421998280.673325506] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #26 to device #0, node #0 ...

    [1421998280.673337386] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 22, Size = 1382400 

    [1421998280.673371893] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998280.673406887] (DEBUG) DeviceIOTxProcess(0) : Received message: #26, Task ID: 26, Frame ID: 26, Node 0, BufSize 1382400 bytes. 

    [1421998280.673422032] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421998280.673430316] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421998280.673435011] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998280.673450411] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 88)

    [1421998280.673464682] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998280.673373582] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #22 to device #1, node #8 ...

    [1421998280.673493400] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998280.673498415] (DEBUG) DeviceIOTxProcess(1) : Received message: #22, Task ID: 22, Frame ID: 22, Node 8, BufSize 1382400 bytes. 

    [1421998280.673514187] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000). 

    [1421998280.673518744] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998280.673524413] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998280.673530715] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 89)

    [1421998280.673544677] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998280.673346945] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998280.673492331] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998280.675176499] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 88

    [1421998280.675185245] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998280.675199773] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998280.675204445] (DEBUG) DeviceIOTxThread(0) : Finished with message #26. 

    [1421998280.675240022] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 89

    [1421998280.675246039] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998280.675255732] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998280.675264197] (DEBUG) DeviceIOTxThread(1) : Finished with message #22. 

    [1421998280.675901852] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2325430 ns. 

    [1421998280.675911793] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 26 / 50000, Size = 1382400 

    [1421998280.699554981] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998280.699584965] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 21, Free Task ID 22, outputId 20, outBufPtr 0xA0000000, outBufSize 86427, freeBufID 22 

    [1421998280.699596706] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998280.699600797] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998280.699607545] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 90 

    [1421998280.699743927] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 90

    [1421998280.699748310] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 115 times.

    [1421998280.699762060] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 20 

    [1421998280.699766004] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998280.699771456] (DEBUG) DeviceIORxThread(1) : Placed message #22 in reorder queue. 

    [1421998280.699774084] (DEBUG) ReorderGet().

    [1421998280.699790569] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #22 

    [1421998280.699798258] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 19 / 50000 ... 

    [1421998280.699806276] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #19 : Rx Msg. #22, File: ../testVecs/output/output_p1280x720.264, Frame #19, Size 86427 bytes. 

    [1421998280.699815985] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998280.699877037] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 86427 bytes in 54235 ns. 

    [1421998280.699882823] (DEBUG) utils_calc_fps() : #19, avg_diff = 166042260.421053, Avg FPS = 6.022563

    [1421998280.925829160] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998280.925854384] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 23, Free Task ID 24, outputId 23, outBufPtr 0xA1000000, outBufSize 1382400, freeBufID 24 

    [1421998280.925871336] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA1000000 into 1 buffers of the following lengths : 

    [1421998280.925877980] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998280.925887027] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA1000000, dma_trans_id = 91 

    [1421998280.928050186] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 91

    [1421998280.928056693] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2076 times.

    [1421998280.928062427] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 23 

    [1421998280.928068212] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998280.928080355] (DEBUG) DeviceIORxThread(0) : Placed message #24 in reorder queue. 

    [1421998280.928097609] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #27 to device #0, node #0 ...

    [1421998280.928100339] (DEBUG) ReorderGet().

    [1421998280.928109393] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998280.928112664] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998280.928124129] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 23, Size = 1382400 

    [1421998280.928164804] (DEBUG) DeviceIOTxProcess(0) : Received message: #27, Task ID: 27, Frame ID: 27, Node 0, BufSize 1382400 bytes. 

    [1421998280.928183853] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #23 to device #1, node #8 ...

    [1421998280.928191926] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB1000000). 

    [1421998280.928203922] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998280.928221322] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421998280.928247054] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998280.928258979] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB1000000 on device 0. (retVal = 0, dma_trans_id = 92)

    [1421998280.928224611] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998280.928263392] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998280.928273886] (DEBUG) DeviceIOTxProcess(1) : Received message: #23, Task ID: 23, Frame ID: 23, Node 8, BufSize 1382400 bytes. 

    [1421998280.928293682] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0000000). 

    [1421998280.928307364] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998280.928311344] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998280.928328483] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0000000 on device 1. (retVal = 0, dma_trans_id = 93)

    [1421998280.928334206] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998280.930005849] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 92

    [1421998280.930012550] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998280.930026302] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998280.930030902] (DEBUG) DeviceIOTxThread(0) : Finished with message #27. 

    [1421998280.930058425] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 93

    [1421998280.930063986] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998280.930073841] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998280.930085129] (DEBUG) DeviceIOTxThread(1) : Finished with message #23. 

    [1421998280.930696347] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 1382400 bytes in 2561824 ns. 

    [1421998280.930709596] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 27 / 50000, Size = 1382400 

    [1421998280.962273717] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998280.962304880] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 22, Free Task ID 23, outputId 21, outBufPtr 0xA0000000, outBufSize 79509, freeBufID 20 

    [1421998280.962310644] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998280.962320847] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998280.962330038] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 94 

    [1421998280.962455369] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 94

    [1421998280.962460148] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 98 times.

    [1421998280.962474006] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 21 

    [1421998280.962482765] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998280.962490782] (DEBUG) DeviceIORxThread(1) : Placed message #23 in reorder queue. 

    [1421998280.962494616] (DEBUG) ReorderGet().

    [1421998280.962512113] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #23 

    [1421998280.962527327] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 20 / 50000 ... 

    [1421998280.962535001] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #20 : Rx Msg. #23, File: ../testVecs/output/output_p1280x720.264, Frame #20, Size 79509 bytes. 

    [1421998280.962543464] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998280.962597402] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 79509 bytes in 45617 ns. 

    [1421998280.962606096] (DEBUG) utils_calc_fps() : #20, avg_diff = 170876310.750000, Avg FPS = 5.852186

    [1421998281.059266673] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998281.059291590] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 24, Free Task ID 25, outputId 24, outBufPtr 0xA0000000, outBufSize 1382400, freeBufID 25 

    [1421998281.059306838] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998281.059315518] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998281.059334808] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0000000, dma_trans_id = 95 

    [1421998281.061498604] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 95

    [1421998281.061505261] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2092 times.

    [1421998281.061510937] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 24 

    [1421998281.061516817] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998281.061526747] (DEBUG) DeviceIORxThread(0) : Placed message #25 in reorder queue. 

    [1421998281.061546550] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #28 to device #0, node #0 ...

    [1421998281.061546715] (DEBUG) ReorderGet().

    [1421998281.061559933] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998281.061563430] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998281.061573557] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 24, Size = 1382400 

    [1421998281.061601483] (DEBUG) DeviceIOTxProcess(0) : Received message: #28, Task ID: 28, Frame ID: 28, Node 0, BufSize 1382400 bytes. 

    [1421998281.061659432] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0000000). 

    [1421998281.061664170] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0000000). 

    [1421998281.061678453] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998281.061699521] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0000000 on device 0. (retVal = 0, dma_trans_id = 96)

    [1421998281.061706529] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998281.061622417] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #24 to device #1, node #8 ...

    [1421998281.061750924] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998281.061618505] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Read 71306 bytes in 9561 ns. 

    [1421998281.061782737] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Iter = 0, Clip = ../testVecs/input/output_p1280x720.265, Frame = 28 / 50000, Size = 71306 

    [1421998281.061764524] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998281.061801473] (DEBUG) DeviceIOTxProcess(1) : Received message: #24, Task ID: 24, Frame ID: 24, Node 8, BufSize 1382400 bytes. 

    [1421998281.061811200] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB0800000). 

    [1421998281.061818650] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998281.061824975] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998281.061836265] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB0800000 on device 1. (retVal = 0, dma_trans_id = 97)

    [1421998281.061844379] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998281.063425219] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 96

    [1421998281.063431667] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998281.063451498] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998281.063459677] (DEBUG) DeviceIOTxThread(0) : Finished with message #28. 

    [1421998281.063535452] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 97

    [1421998281.063546460] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998281.063558420] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998281.063567655] (DEBUG) DeviceIOTxThread(1) : Finished with message #24. 

    [1421998281.083715129] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998281.083744669] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 23, Free Task ID 24, outputId 22, outBufPtr 0xA0000000, outBufSize 4096, freeBufID 21 

    [1421998281.083756373] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998281.083760535] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998281.083766871] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 98 

    [1421998281.083774325] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 98

    [1421998281.083780686] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 2 times.

    [1421998281.083786382] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 22 

    [1421998281.083792811] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998281.083800399] (DEBUG) DeviceIORxThread(1) : Placed message #24 in reorder queue. 

    [1421998281.083803718] (DEBUG) ReorderGet().

    [1421998281.083826053] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #24 

    [1421998281.083835968] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 21 / 50000 ... 

    [1421998281.083846321] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #21 : Rx Msg. #24, File: ../testVecs/output/output_p1280x720.264, Frame #21, Size 4096 bytes. 

    [1421998281.083854635] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998281.083869634] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 4096 bytes in 7419 ns. 

    [1421998281.083876454] (DEBUG) utils_calc_fps() : #21, avg_diff = 168514122.809524, Avg FPS = 5.934221

    [1421998281.263462683] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998281.263496740] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 25, Free Task ID 26, outputId 25, outBufPtr 0xA0800000, outBufSize 1382400, freeBufID 26 

    [1421998281.263502547] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA0800000 into 1 buffers of the following lengths : 

    [1421998281.263506904] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998281.263513975] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA0800000, dma_trans_id = 99 

    [1421998281.265676293] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 99

    [1421998281.265680901] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2054 times.

    [1421998281.265694762] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 25 

    [1421998281.265703459] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998281.265711134] (DEBUG) DeviceIORxThread(0) : Placed message #26 in reorder queue. 

    [1421998281.265725894] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending task #29 to device #0, node #0 ...

    [1421998281.265731468] (DEBUG) ReorderGet().

    [1421998281.265751135] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 25, Size = 1382400 

    [1421998281.265768040] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #25 to device #1, node #8 ...

    [1421998281.265742395] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998281.265738681] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Finished writing message. 

    [1421998281.265821941] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Completed 1 iterations.

    [1421998281.265804807] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998281.265843452] (DEBUG) DeviceIOTxProcess(1) : Received message: #25, Task ID: 25, Frame ID: 25, Node 8, BufSize 1382400 bytes. 

    [1421998281.265853259] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421998281.265862070] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998281.265810090] (DEBUG) DeviceIOTxProcess(0) : Received message: #29, Task ID: 29, Frame ID: 29, Node 0, BufSize 71306 bytes. 

    [1421998281.265791569] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998281.265869174] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998281.265876225] (DEBUG) DeviceIOTxThread(0) : Allocated input device buffer (0xB0800000). 

    [1421998281.265899763] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 100)

    [1421998281.265913466] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998281.265904924] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA0800000). 

    [1421998281.265926158] (DEBUG) DeviceIOSendFrame(0) : Participant Device 0

    [1421998281.265937543] (DEBUG) DeviceIOSendFrame(0) : DMA'd frame to 0xB0800000 on device 0. (retVal = 0, dma_trans_id = 101)

    [1421998281.265943303] (DEBUG) DeviceIOTxThread(0) : DMA Triggered.

    [1421998281.266025007] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 101

    [1421998281.266030094] (DEBUG) DeviceIOTxThread(0) : DMA Complete.

    [1421998281.266044687] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998281.266049523] (DEBUG) DeviceIOTxThread(0) : Finished with message #29. 

    [1421998281.267591932] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 100

    [1421998281.267604001] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998281.267617416] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998281.267625862] (DEBUG) DeviceIOTxThread(1) : Finished with message #25. 

    [1421998281.295884814] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998281.295912005] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 24, Free Task ID 25, outputId 23, outBufPtr 0xA0000000, outBufSize 54190, freeBufID 25 

    [1421998281.295918451] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998281.295925441] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998281.295933054] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 102 

    [1421998281.296018991] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 102

    [1421998281.296035403] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 65 times.

    [1421998281.296040361] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 23 

    [1421998281.296044557] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998281.296051324] (DEBUG) DeviceIORxThread(1) : Placed message #25 in reorder queue. 

    [1421998281.296054942] (DEBUG) ReorderGet().

    [1421998281.296073231] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998281.296079533] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #25 

    [1421998281.296101312] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 22 / 50000 ... 

    [1421998281.296110788] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #22 : Rx Msg. #25, File: ../testVecs/output/output_p1280x720.264, Frame #22, Size 54190 bytes. 

    [1421998281.296119140] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998281.296111169] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 26, Free Task ID 27, outputId 26, outBufPtr 0xA1000000, outBufSize 1382400, freeBufID 27 

    [1421998281.296134247] (DEBUG) DeviceIORxReceiveFrame(0) : Attempting to DMA from DSP address 0xA1000000 into 1 buffers of the following lengths : 

    [1421998281.296139712] (DEBUG) DeviceIORxReceiveFrame(0) : Buf #0 Phys Addr = 0x00000007E2800000, User Addr = 0xB75BC000 Length = 0x00800000 

    [1421998281.296147933] (DEBUG) DeviceIORxReceiveFrame(0) : Addr = 0xA1000000, dma_trans_id = 103 

    [1421998281.296154828] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 54190 bytes in 29332 ns. 

    [1421998281.296164432] (DEBUG) utils_calc_fps() : #22, avg_diff = 170503843.681818, Avg FPS = 5.864970

    [1421998281.298360787] (DEBUG) DeviceIOXferComplete(0) : DMA to device 0 Complete! dma_trans_id = 103

    [1421998281.298370187] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 2109 times.

    [1421998281.298376038] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : ID = 26 

    [1421998281.298381644] (DEBUG) ReorderPut(H265 To H264 Transcoding:HEVCDEC) : Writing to pipe... 

    [1421998281.298388784] (DEBUG) DeviceIORxThread(0) : Placed message #27 in reorder queue. 

    [1421998281.298405924] (DEBUG) FileReaderThread(H265 To H264 Transcoding) : Sending flush task #30 to device #0, node #0 ...

    [1421998281.298409186] (DEBUG) ReorderGet().

    [1421998281.298433112] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998281.298427066] (DEBUG) DeviceIOTxThread(0) : Received pipe message for node 0. 

    [1421998281.298433023] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Received message: Frame = 26, Size = 1382400 

    [1421998281.298482871] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Sending task #26 to device #1, node #8 ...

    [1421998281.298502656] (DEBUG) DataCxThread(H265 To H264 Transcoding:[HEVCDEC --> H264HPENC]) : Finished writing message. 

    [1421998281.298505883] (DEBUG) DeviceIOTxThread(1) : Received pipe message for node 8. 

    [1421998281.298519637] (DEBUG) DeviceIOTxProcess(1) : Received message: #26, Task ID: 26, Frame ID: 26, Node 8, BufSize 1382400 bytes. 

    [1421998281.298538645] (DEBUG) DeviceIOTxThread(1) : Allocated input device buffer (0xB1000000). 

    [1421998281.298545738] (DEBUG) DeviceIOTxThread(1) : Allocated output device buffer (0xA0000000). 

    [1421998281.298562964] (DEBUG) DeviceIOSendFrame(1) : Participant Device 1

    [1421998281.298460285] (DEBUG) DeviceIOTxFlush(0) : Received message: #30, Task ID: 30, Node 0. 

    [1421998281.298454692] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 27, Free Task ID 28, outputId 0, outBufPtr 0xA0000000, outBufSize 0, freeBufID 28 

    [1421998281.298592185] (DEBUG) DeviceIORxThread(0) : XFER Complete... Polled for DMA completion 0 times.

    [1421998281.298579948] (DEBUG) DeviceIOTxThread(0) : Allocated output device buffer (0xA1000000). 

    [1421998281.298571627] (DEBUG) DeviceIOSendFrame(1) : DMA'd frame to 0xB1000000 on device 1. (retVal = 0, dma_trans_id = 104)

    [1421998281.298619695] (DEBUG) DeviceIOTxThread(1) : DMA Triggered.

    [1421998281.298637298] (DEBUG) DeviceIORxThread(0) : Getting message from node #0 ... 

    [1421998281.298684132] (DEBUG) DeviceIORxThread(0) : Found Mailbox Msg: Process Count 28, Free Task ID 29, outputId 0, outBufPtr 0x00000000, outBufSize 0, freeBufID 29 

    [1421998281.298685702] (DEBUG) DeviceIOTxThread(0) : Message sent to DSP mailbox.

    [1421998281.298701620] (DEBUG) DeviceIOTxThread(0) : Finished with message #30. 

    Waiting to allow debugging...  [Press Enter]

    [1421998281.300266307] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 104

    [1421998281.300275615] (DEBUG) DeviceIOTxThread(1) : DMA Complete.

    [1421998281.300287302] (DEBUG) DeviceIOTxThread(1) : Message sent to DSP mailbox.

    [1421998281.300295252] (DEBUG) DeviceIOTxThread(1) : Finished with message #26. 

    [1421998281.326358926] (DEBUG) DeviceIORxThread(1) : Getting message from node #8 ... 

    [1421998281.326380453] (DEBUG) DeviceIORxThread(1) : Found Mailbox Msg: Process Count 25, Free Task ID 26, outputId 24, outBufPtr 0xA0000000, outBufSize 48537, freeBufID 23 

    [1421998281.326387147] (DEBUG) DeviceIORxReceiveFrame(1) : Attempting to DMA from DSP address 0xA0000000 into 1 buffers of the following lengths : 

    [1421998281.326391836] (DEBUG) DeviceIORxReceiveFrame(1) : Buf #0 Phys Addr = 0x00000007E2000000, User Addr = 0xB7DBC000 Length = 0x00800000 

    [1421998281.326399633] (DEBUG) DeviceIORxReceiveFrame(1) : Addr = 0xA0000000, dma_trans_id = 105 

    [1421998281.326476831] (DEBUG) DeviceIOXferComplete(1) : DMA to device 1 Complete! dma_trans_id = 105

    [1421998281.326482481] (DEBUG) DeviceIORxThread(1) : XFER Complete... Polled for DMA completion 56 times.

    [1421998281.326487232] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : ID = 24 

    [1421998281.326491726] (DEBUG) ReorderPut(H265 To H264 Transcoding:H264HPENC) : Writing to pipe... 

    [1421998281.326500018] (DEBUG) DeviceIORxThread(1) : Placed message #26 in reorder queue. 

    [1421998281.326502809] (DEBUG) ReorderGet().

    [1421998281.326527029] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Got message #26 

    [1421998281.326535299] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : File 0 / 1, Frame 23 / 50000 ... 

    [1421998281.326543781] (DEBUG) FileWriterThread(H265 To H264 Transcoding) #23 : Rx Msg. #26, File: ../testVecs/output/output_p1280x720.264, Frame #23, Size 48537 bytes. 

    [1421998281.326552337] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : FrameDesc.buf[0].length = 0x00800000 

    [1421998281.326591557] (DEBUG) FileWriterThread(H265 To H264 Transcoding) : Wrote 48537 bytes in 30820 ns. 

    [1421998281.326599957] (DEBUG) utils_calc_fps() : #23, avg_diff = 164413916.521739, Avg FPS = 6.082210

    Received signal: 11 

    Cleaning up... 

    Terminating remaining threads... 

    [1421998286.316593061] (DEBUG) FileReaderDestroy(H265 To H264 Transcoding) : Signalling FileReaderThread to terminate... 

    [1421998286.316621857] (DEBUG) FileReaderDestroy(H265 To H264 Transcoding) : FileReaderThread terminated. 

    [1421998286.316641663] (DEBUG) FileReaderDestroy(H265 To H264 Transcoding) : Freeing resources... 

    [1421998286.316673557] (DEBUG) FileReaderDestroy(H265 To H264 Transcoding) : Resources freed. 

    [1421998286.316692861] (DEBUG) FileWriterDestroy(H265 To H264 Transcoding) : Signalling FileWriterThread to terminate... 

    [1421998286.316868778] (DEBUG) FileWriterDestroy(H265 To H264 Transcoding) : FileWriterThread terminated. 

    [1421998286.316917816] (DEBUG) FileWriterDestroy(H265 To H264 Transcoding) : Freeing resources... 

    [1421998286.317430255] (DEBUG) FileWriterDestroy(H265 To H264 Transcoding) : Resources freed. 

    [1421998286.317466228] (DEBUG) ReorderDestroy(H265 To H264 Transcoding:HEVCDEC): Freeing resources... 

    [1421998286.317487066] (DEBUG) ReorderDestroy(H265 To H264 Transcoding:HEVCDEC) : Sucessfully freed all queue elements. 

    [1421998286.317531048] (DEBUG) Scheduler(H265 To H264 Transcoding:HEVCDEC):    0 |    0 |    3 |   30 |        3 |       30 

    [1421998286.350452083] (DEBUG) dsp2host printf(0,0) buf size 0 / 2097152 (0x1080B540).

    [1421998286.350484718] (DEBUG) dsp2host printf(0,1) buf size 0 / 2097152 (0x1180B540).

    [1421998286.350496951] (DEBUG) 

    MIPS: Encode: 

    min: 0

    avg: 0

    max: 0

    [1421998286.350581941] (DEBUG) 

    MIPS: Decode: 

    min: 33638

    avg: 185972326

    max: 310592992

    [1421998286.350608048] (DEBUG) 

    MIPS: Process: 

    min: 246859

    avg: 694053381

    max: 8027429137

    [1421998286.350648089] (DEBUG) ReorderDestroy(H265 To H264 Transcoding:H264HPENC): Freeing resources... 

    [1421998286.350654951] (DEBUG) ReorderDestroy(H265 To H264 Transcoding:H264HPENC) : Sucessfully freed all queue elements. 

    [1421998286.350670078] (DEBUG) Scheduler(H265 To H264 Transcoding:H264HPENC):    1 |    8 |    1 |   26 |        1 |       26 

    [1421998286.379261938] (DEBUG) dsp2host printf(1,0) buf size 0 / 2097152 (0x1080B540).

    [1421998286.379290479] (DEBUG) dsp2host printf(1,1) buf size 0 / 2097152 (0x1180B540).

    [1421998286.379312449] (DEBUG) dsp2host printf(1,2) buf size 0 / 2097152 (0x1280B540).

    [1421998286.379327957] (DEBUG) dsp2host printf(1,3) buf size 0 / 2097152 (0x1380B540).

    [1421998286.379351839] (DEBUG) dsp2host printf(1,4) buf size 0 / 2097152 (0x1480B540).

    [1421998286.379368706] (DEBUG) dsp2host printf(1,5) buf size 0 / 2097152 (0x1580B540).

    [1421998286.379389526] (DEBUG) 

    MIPS: Encode: 

    min: 74246

    avg: 20771489

    max: 29471078

    [1421998286.379453829] (DEBUG) 

    MIPS: Decode: 

    min: 0

    avg: 0

    max: 0

    [1421998286.379481952] (DEBUG) 

    MIPS: Process: 

    min: 612285

    avg: 21319460

    max: 30032465

    [1421998286.382834759] (DEBUG) DeviceIODestroy(0) : Terminating Tx thread... 

    [1421998286.382939281] (DEBUG) DeviceIODestroy(0) : Terminating Rx thread... 

    Received signal: 11 

    Cleaning up... 

    Terminating remaining threads... 

    Segmentation fault (core dumped)

  • Hi Jeffrey, after some debugging it seems the issue is related to "frameDelineation" for HEVC decoder. For our HEVC encoder -> HEVC decoder we assume frame Delineation from the encoder.

    In demoInit.c please change below lines:
    From
    if ( (chan->numComp > 1 && strcmp(cfg->algorithm,"HEVCDEC") == 0) || (strcmp(cfg->algorithm,"J2D") == 0) )
    {
    devCfgSize += sprintf(&devCfg[devCfgSize],"frameDelineation = 1\n");
    }
    To
    if ( strcmp(cfg->algorithm,"J2D") == 0)
    {
    devCfgSize += sprintf(&devCfg[devCfgSize],"frameDelineation = 1\n");
    }


    Then rebuild HOST side
    in <MCSDK_video_path>\host

    source setEnv.sh

    ./makeCleanVideoApp.sh

    ./makeVideoApp.sh

    And re-run your demo
    Please let me know how it works at your end. I tested on latest MCSDK video drop45

    thank you,
    Paula