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.

DM6467 DSP side crash! help!

Hello:) 

I have tried to make a video-analysis system following the steps:

1) I use h264dec to decode my stream ;

2) Copy the decoded frame to Cmem, and call my alg(named "dummy") process;

3) alg done. Copy the modified frame from CMEM to my buffer and call encoder.

4) Get net frame and jump to step 1.

The question is:

if my alg simply copy the frame from inbuf to outbuf , my system is ok. but if I add some more code to the alg's source file, system crashed.

And what's more, if I run my alg alone, without the decoder and encoder, system is ok!

I set CE_DEBUG=3, get the following info, but I don't know how to anlyze it:

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

root@JTV-HDIVS6:/mnt/home/root/hdivs6# CE_DEBUG=3 ./jtw_demo | tee runlog
[../src/main/main.c 71] Main: Begin to init env module.
@0,873,950us: [+4 T:0x4001f390 S:0xbed72c34] OG - Global_init> This program was built with the following packages:
@0,874,465us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.codecs.h264enc (/opt/env/dvsdk3/cs2dm6467_1_00_00_10/packages/ti/sdo/codecs/h264enc/) [1, 0, 0]
@0,874,773us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.codecs.h264dec (/opt/env/dvsdk3/cs2dm6467_1_00_00_10/packages/ti/sdo/codecs/h264dec/) [1, 0, 0]
@0,875,042us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.linuxutils.cmem (/opt/env/dvsdk3/dvsdk_3_10_00_19/linuxutils_2_25_04_10/packages/ti/sdo/linuxutils/cmem/) [2, 2, 0]
@0,875,377us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.global (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/global/) [1, 0, 0]
@0,875,647us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.xdais.dm (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdais_6_25_02_11/packages/ti/xdais/dm/) [1, 0, 5]
@0,875,933us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.utils.trace (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/utils/trace/) [1, 0, 0]
@0,876,207us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.utils.xdm (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/utils/xdm/) [1, 0, 2]
@0,876,479us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package dsplink.gpp (/opt/env/gsvenv/dvsdk3/dsplink_linux_1_65_00_03/packages/dsplink/gpp/) [5, 0, 0]
@0,876,748us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package gnu.targets (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/gnu/targets/) [1, 0, 1]
@0,877,017us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.fc.global (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/global/) [1, 0, 0]
@0,877,290us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.fc.memutils (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/memutils/) [1, 0, 0]
@0,877,563us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.xdais (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdais_6_25_02_11/packages/ti/xdais/) [1, 2.0, 1]
@0,877,830us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.fc.utils (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/utils/) [1, 0, 2]
@0,878,117us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.fc.dman3 (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/dman3/) [1, 0, 4]
@0,878,390us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.fc.acpy3 (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/acpy3/) [1, 0, 4]
@0,878,662us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.rtdx (/opt/env/dvsdk3/dvsdk_3_10_00_19/bios_5_41_00_06/packages/ti/rtdx/) [2, 0, 0, 5]
@0,878,930us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.psl (/opt/env/dvsdk3/dvsdk_3_10_00_19/bios_5_41_00_06/packages/ti/psl/) [5, 0, 0, 0]
@0,879,198us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.pmi (/opt/env/dvsdk3/dvsdk_3_10_00_19/bios_5_41_00_06/packages/ti/pmi/) [1, 0, 0, 0]
@0,879,465us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.pscl (/opt/env/dvsdk3/dvsdk_3_10_00_19/bios_5_41_00_06/packages/ti/pscl/) [1, 0, 0, 0]
[../src/main/main.c 74] Main: Begin to init algs module.
@0,879,732us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.bios (/opt/env/dvsdk3/dvsdk_3_10_00_19/bios_5_41_00_06/packages/ti/bios/) [5, 2, 5, 19]
@0,880,429us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.node (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/node/) [1, 0, 0]
@0,880,516us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.catalog.arm (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/ti/catalog/arm/) [1, 0, 1, 0]
@0,880,580us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.catalog (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/ti/catalog/) [1, 0, 0]
@0,880,638us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.catalog.c6000 (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/ti/catalog/c6000/) [1, 0, 0, 0]
@0,880,839us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.platforms.evmDM6467 (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/ti/platforms/evmDM6467/) [1, 0, 0, 0]
@0,880,921us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package gnu.targets.rts470MV (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/gnu/targets/rts470MV/) [1, 0, 0, 0]
@0,880,982us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.osal (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/osal/) [2, 0, 2]
@0,881,039us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.osal.linux (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/osal/linux/) [2, 0, 1]
@0,881,098us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.ipc (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/ipc/) [2, 0, 1]
@0,881,155us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.alg (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/alg/) [1, 0, 1]
@0,881,210us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.ipc.dsplink (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/ipc/dsplink/) [2, 0, 1]
@0,881,264us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/) [1, 0, 6]
@0,881,319us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.image1 (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/image1/) [1, 0, 1]
@0,881,374us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.video1 (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/video1/) [1, 0, 2]
@0,881,428us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.video2 (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/video2/) [1, 0, 2]
@0,881,484us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.codecs.h264enc.ce (/opt/env/dvsdk3/cs2dm6467_1_00_00_10/packages/ti/sdo/codecs/h264enc/ce/) [1, 0, 0]
@0,881,538us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.codecs.h264dec.ce (/opt/env/dvsdk3/cs2dm6467_1_00_00_10/packages/ti/sdo/codecs/h264dec/ce/) [1, 0, 0]
@0,881,593us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package dummy (/home/changqing/project/soft/dm6467T/codecs/dummy/) [1, 0, 0]
@0,881,646us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.speech (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/speech/) [1, 0, 2]
@0,881,703us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.speech1 (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/speech1/) [1, 0, 1]
@0,881,756us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.audio (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/audio/) [1, 0, 2]
@0,881,811us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.audio1 (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/audio1/) [1, 0, 1]
@0,881,866us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.video (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/video/) [1, 0, 3]
@0,881,928us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.image (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/image/) [1, 0, 3]
@0,881,987us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.dmai (/opt/env/dvsdk3/dvsdk_3_10_00_19/dmai_2_10_00_12/packages/ti/sdo/dmai/) [1, 0, 0]
@0,882,043us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.bioslog (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/bioslog/) [1, 0, 1]
@0,882,100us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package ti.sdo.ce.utils.trace (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/utils/trace/) [1, 0, 1]
@0,882,154us: [+4 T:0x4001f390 S:0xbed72c34] OG -     package cfg (/home/changqing/project/soft/dm6467T/sdk_2_0_0_jtv/cfg/) []
@0,882,242us: [+0 T:0x4001f390 S:0xbed72c3c] OG - Global_atexit> enter (fxn=0x40056d30)
@0,882,333us: [+0 T:0x4001f390 S:0xbed72c3c] OG - Global_atexit> enter (fxn=0x4005617c)
@0,882,503us: [+0 T:0x4001f390 S:0xbed72c0c] OM - Memory_alloc> Enter(0x18)
@0,882,581us: [+0 T:0x4001f390 S:0xbed72c0c] OM - Memory_alloc> return (0x420f0)
@0,882,644us: [+0 T:0x4001f390 S:0xbed72c2c] OG - Global_atexit> enter (fxn=0x40054004)
@0,882,783us: [+0 T:0x4001f390 S:0xbed72c04] OM - Memory_alloc> Enter(0x18)
@0,882,860us: [+0 T:0x4001f390 S:0xbed72c04] OM - Memory_alloc> return (0x42140)
@0,882,921us: [+0 T:0x4001f390 S:0xbed72c24] OG - Global_atexit> enter (fxn=0x400519b0)
@0,883,054us: [+0 T:0x4001f390 S:0xbed72c2c] OG - Global_atexit> enter (fxn=0x400557e0)
@0,883,216us: [+0 T:0x4001f390 S:0xbed72c24] ti.sdo.ce.osal.Sem - Sem_create> count: 0
@0,883,289us: [+0 T:0x4001f390 S:0xbed72c0c] OM - Memory_alloc> Enter(0x14)
@0,883,355us: [+0 T:0x4001f390 S:0xbed72c0c] OM - Memory_alloc> return (0x421c0)
@0,883,459us: [+0 T:0x4001f390 S:0xbed72c24] ti.sdo.ce.osal.Sem - Leaving Sem_create> sem[0x421c0]
@0,883,530us: [+0 T:0x4001f390 S:0xbed72c24] ti.sdo.ce.osal.Sem - Sem_create> count: 0
@0,883,586us: [+0 T:0x4001f390 S:0xbed72c0c] OM - Memory_alloc> Enter(0x14)
@0,883,646us: [+0 T:0x4001f390 S:0xbed72c0c] OM - Memory_alloc> return (0x421d8)
@0,883,702us: [+0 T:0x4001f390 S:0xbed72c24] ti.sdo.ce.osal.Sem - Leaving Sem_create> sem[0x421d8]
@0,883,758us: [+0 T:0x4001f390 S:0xbed72c0c] OM - Memory_alloc> Enter(0x18)
@0,883,817us: [+0 T:0x4001f390 S:0xbed72c0c] OM - Memory_alloc> return (0x421f0)
@0,883,891us: [+0 T:0x4001f390 S:0xbed72c04] OT - Thread_create> Enter (fxn=0x40050198, attrs=0x0)
@0,883,957us: [+0 T:0x4001f390 S:0xbed72bec] OM - Memory_alloc> Enter(0x64)
@0,884,018us: [+0 T:0x4001f390 S:0xbed72bec] OM - Memory_alloc> return (0x42210)
@0,884,508us: [+0 T:0x4001f390 S:0xbed72c04] OT - Thread_create> Exit (task=0x42210)
@0,884,615us: [+0 T:0x4001f390 S:0xbed72c3c] OG - Global_atexit> enter (fxn=0x4004fbb0)
@0,884,719us: [+0 T:0x4001f390 S:0xbed72c3c] OG - Global_atexit> enter (fxn=0x4005337c)
@0,884,881us: [+0 T:0x4001f390 S:0xbed72c24] ti.sdo.ce.alg - ALG_init> Enter
@0,884,956us: [+0 T:0x4001f390 S:0xbed72c44] ti.sdo.ce.alg - ALG_init> Exit
@0,885,016us: [+0 T:0x4001f390 S:0xbed72c3c] OG - Global_atexit> enter (fxn=0x40051f70)
@0,885,120us: [+0 T:0x4001f390 S:0xbed72c14] OM - Memory_alloc> Enter(0x18)
@0,885,194us: [+0 T:0x4001f390 S:0xbed72c14] OM - Memory_alloc> return (0x423e8)
@0,885,257us: [+0 T:0x4001f390 S:0xbed72c3c] OG - Global_atexit> enter (fxn=0x40055cd0)
@0,885,390us: [+6 T:0x4001f390 S:0xbed72c34] CE - Engine_init> CE debugging on (CE_DEBUG=3; allowed CE_DEBUG levels: 1=min, 2=good, 3=max)
@0,885,467us: [+0 T:0x4001f390 S:0xbed72c24] OG - Global_atexit> enter (fxn=0x4004abb0)
@0,885,533us: [+0 T:0x4001f390 S:0xbed72c04] OM - Memory_alloc> Enter(0x18)
@0,885,597us: [+0 T:0x4001f390 S:0xbed72c04] OM - Memory_alloc> return (0x42428)
@0,885,657us: [+0 T:0x4001f390 S:0xbed72c04] OM - Memory_alloc> Enter(0x18)
@0,885,717us: [+0 T:0x4001f390 S:0xbed72c04] OM - Memory_alloc> return (0x42448)
@0,885,788us: [+0 T:0x4001f390 S:0xbed72c04] OM - Memory_alloc> Enter(0x18)
@0,885,854us: [+0 T:0x4001f390 S:0xbed72c04] OM - Memory_alloc> return (0x42468)
@0,885,974us: [+0 T:0x4001f390 S:0xbed72c3c] CS - Server_init()
@0,886,043us: [+0 T:0x4001f390 S:0xbed72c3c] CS - Server_init> Global_useLinkArbiter = 0
@0,886,105us: [+0 T:0x4001f390 S:0xbed72c3c] OG - Global_atexit> enter (fxn=0x40048df0)
@0,886,249us: [+0 T:0x4001f390 S:0xbed72c4c] OG - Global_atexit> enter (fxn=0x40043154)
TraceUtil_start> note: CE_DEBUG env. var is set, so TraceUtil is not active (unset CE_DEBUG if you need TraceUtil)
@0,886,615us: [+0 T:0x4001f390 S:0xbed72bec] CE - Engine_open> Enter('gsv2000e', 0x0, 0xbed72c90)
@0,886,701us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> Enter(0x2c)
@0,886,772us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> return (0x42508)
@0,886,852us: [+0 T:0x4001f390 S:0xbed72bec] CE - rserverOpen('gsv2Combo.x64P'), count = 0
@0,886,959us: [+0 T:0x4001f390 S:0xbed72bb4] OP - Processor_create> Enter(imageName='gsv2Combo.x64P', linkCfg='(null)', attrs=0xbed72c40)
@0,887,372us: [+1 T:0x40c33460 S:0x40c32d24] OP - daemon> thread created.
@0,887,463us: [+0 T:0x40c33460 S:0x40c32d24] OP - getCmd_d> Enter (proc=0x40c32d98)
@0,887,542us: [+0 T:0x40c33460 S:0x40c32d04] ti.sdo.ce.osal.Sem - Entered Sem_pend> sem[0x421c0] timeout[0xffffffff]
@0,887,908us: [+0 T:0x4001f390 S:0xbed72b9c] OM - Memory_alloc> Enter(0x24)
@0,887,997us: [+0 T:0x4001f390 S:0xbed72b9c] OM - Memory_alloc> return (0x42538)
@0,888,063us: [+0 T:0x4001f390 S:0xbed72b94] OP - doCmd> Enter (cmdId=1, proc=0x42538)
@0,888,148us: [+0 T:0x4001f390 S:0xbed72b84] ti.sdo.ce.osal.Sem - Entered Sem_post> sem[0x421c0]
@0,888,237us: [+0 T:0x4001f390 S:0xbed72b94] ti.sdo.ce.osal.Sem - Leaving Sem_post> sem[0x421c0]
@0,888,303us: [+0 T:0x4001f390 S:0xbed72b74] ti.sdo.ce.osal.Sem - Entered Sem_pend> sem[0x421d8] timeout[0xffffffff]
@0,888,417us: [+0 T:0x40c33460 S:0x40c32d04] ti.sdo.ce.osal.Sem - Leaving Sem_pend> sem[0x421c0] status[0]
@0,888,497us: [+0 T:0x40c33460 S:0x40c32d24] OP - getCmd_d> Exit (result=1)
@0,888,559us: [+0 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Enter(proc=0x42538)
@0,888,635us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Initializing DSP PROC...
@0,888,708us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Using DspLink config data for entry #0 [server 'gsv2Combo.x64P']
@0,888,777us: [+0 T:0x40c33460 S:0x40c32d0c] OM - Memory_alloc> Enter(0xe0)
@0,888,846us: [+0 T:0x40c33460 S:0x40c32d0c] OM - Memory_alloc> return (0x42560)
@0,888,953us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Adding DSP segment #0 to Link configuration: name='DDR2', startAddress=0x8fb00000, sizeInBytes=0x400000, shared=1, syncd=0
@0,889,039us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Adding DSP segment #1 to Link configuration: name='DSPLINKMEM', startAddress=0x8ff00080, sizeInBytes=0xfff80, shared=1, syncd=0
@0,889,116us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Adding DSP segment #2 to Link configuration: name='RESET_VECTOR', startAddress=0x8ff00000, sizeInBytes=0x80, shared=1, syncd=0
@0,889,190us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Adding DSP segment #3 to Link configuration: name='DDRALGHEAP', startAddress=0x8ba00000, sizeInBytes=0x4100000, shared=0, syncd=0
@0,889,261us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> DODSPCTRL was=1; now=0
@0,889,384us: [+3 T:0x40c33460 S:0x40c32cc4] OP - LINKCFG_Object generated for PROC_setup(0x40085bf8) ...
@0,889,461us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->gppObject->
@0,889,520us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "ARM9"
@0,889,577us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   maxMsgqs = 0x82
@0,889,633us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   maxChnlQueue = 0x10
@0,889,689us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   poolTableId = 0xffffffff
@0,889,743us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   numPools = 0x0
@0,889,799us: [+3 T:0x40c33460 S:0x40c32cc4] OP -
@0,890,931us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->dspConfigs[0]->dspObject->
@0,891,010us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "DM6467GEM"
@0,891,073us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   dspArch = 0x2
@0,891,132us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   loaderName = "COFF"
@0,891,190us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   autoStart = FALSE
@0,891,247us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   execName = "DEFAULT.OUT"
@0,891,304us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   doDspCtrl = DSP_BootMode_Boot_NoPwr
@0,891,361us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   resumeAddr = 0x8ff00020
@0,891,419us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   resetVector = 0x8ff00000
@0,891,476us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   resetCodeSize = 0x80
@0,891,532us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   maduSize = 0x1
@0,891,589us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   cpuFreq = 0x91050
@0,891,645us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   endian = 0x3
@0,891,703us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   wordSwap = 0x0
@0,891,759us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   memTableId = 0x0
@0,891,816us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   memEntries = 0x4
@0,891,872us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   linkDrvId = 0x0
@0,891,928us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg1 = 0xffffffff
@0,891,985us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg2 = 0xffffffff
@0,892,041us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg3 = 0x0
@0,892,099us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg4 = 0x0
@0,892,156us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg5 = 0xffffffff
@0,892,212us: [+3 T:0x40c33460 S:0x40c32cc4] OP -
@0,892,266us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->dspConfigs[0]->linkDrvObjects->
@0,892,324us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "SHMDRV"
@0,892,381us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   hshkPollCount = 0x5f5e100
@0,892,438us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   memEntry = 0x1
@0,892,495us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsTableId = 0x0
@0,892,552us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   numIpsEntries = 0x1
@0,892,608us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   poolTableId = 0x0
@0,892,664us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   numPools = 0x1
@0,892,719us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   dataTableId = 0x0
@0,892,775us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   numDataDrivers = 0x1
@0,892,833us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   mqtId = 0x0
@0,892,890us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ringIoTableId = 0x0
@0,892,947us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   mplistTableId = 0x0
@0,893,004us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   mpcsTableId = 0x0
@0,893,060us: [+3 T:0x40c33460 S:0x40c32cc4] OP -
@0,893,114us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->dspConfigs[0]->memTables[0][i].
@0,893,170us: [+3 T:0x40c33460 S:0x40c32cc4] OP - entry #0:
@0,893,226us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   entry = 0x0
@0,893,283us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "DDR2"
@0,893,338us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   physAddr = 0x8fb00000
@0,893,395us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   dspVirtAddr = 0x8fb00000
@0,893,452us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   gppVirtAddr = 0xffffffff
@0,893,510us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   size = 0x400000
@0,893,566us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   shared = TRUE
@0,893,622us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   syncd = FALSE
@0,893,679us: [+3 T:0x40c33460 S:0x40c32cc4] OP - entry #1:
@0,893,735us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   entry = 0x1
@0,893,790us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "DSPLINKMEM"
@0,893,845us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   physAddr = 0x8ff00080
@0,893,902us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   dspVirtAddr = 0x8ff00080
@0,893,958us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   gppVirtAddr = 0xffffffff
@0,894,014us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   size = 0xfff80
@0,894,071us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   shared = TRUE
@0,894,127us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   syncd = FALSE
@0,894,183us: [+3 T:0x40c33460 S:0x40c32cc4] OP - entry #2:
@0,894,246us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   entry = 0x2
@0,894,306us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "RESET_VECTOR"
@0,894,362us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   physAddr = 0x8ff00000
@0,894,420us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   dspVirtAddr = 0x8ff00000
@0,894,477us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   gppVirtAddr = 0xffffffff
@0,894,534us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   size = 0x80
@0,894,591us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   shared = TRUE
@0,894,646us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   syncd = FALSE
@0,894,701us: [+3 T:0x40c33460 S:0x40c32cc4] OP - entry #3:
@0,894,757us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   entry = 0x3
@0,894,812us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "DDRALGHEAP"
@0,894,867us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   physAddr = 0x8ba00000
@0,894,924us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   dspVirtAddr = 0x8ba00000
@0,894,980us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   gppVirtAddr = 0xffffffff
@0,895,037us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   size = 0x4100000
@0,895,095us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   shared = FALSE
@0,895,152us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   syncd = FALSE
@0,895,208us: [+3 T:0x40c33460 S:0x40c32cc4] OP -
@0,895,261us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->dspConfigs[0]->ipsTables[0][i].
@0,895,318us: [+3 T:0x40c33460 S:0x40c32cc4] OP - entry #0:
@0,895,373us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "IPS"
@0,895,429us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   numIpsEvents = 0x20
@0,895,487us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   memEntry = 0x1
@0,895,542us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   gppIntId = 0x2d
@0,895,598us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   dspIntId = 0x10
@0,895,655us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   dspIntVectorId = 0x4
@0,895,711us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg1 = 0x2faf080
@0,895,768us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg2 = 0x0
@0,895,825us: [+3 T:0x40c33460 S:0x40c32cc4] OP -
@0,895,877us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->dspConfigs[0]->poolTables[0][i].
@0,895,934us: [+3 T:0x40c33460 S:0x40c32cc4] OP -
@0,895,988us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->dspConfigs[0]->dataTables[0][i].
@0,896,045us: [+3 T:0x40c33460 S:0x40c32cc4] OP - entry #0:
@0,896,102us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "ZCPYDATA"
@0,896,158us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   baseChnlId = 0x0
@0,896,213us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   numChannels = 0x10
@0,896,269us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   maxBufSize = 0x4000
@0,896,325us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   memEntry = 0x1
@0,896,381us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   poolId = 0x0
@0,896,436us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   queuePerChnl = 0x1
@0,896,493us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsId = 0x0
@0,896,548us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsEventNo = 0x2
@0,896,605us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg1 = 0x0
@0,896,660us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg2 = 0x0
@0,896,716us: [+3 T:0x40c33460 S:0x40c32cc4] OP -
@0,896,769us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->dspConfigs[0]->mqtObjects->
@0,896,827us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "ZCPYMQT"
@0,896,883us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   memEntry = 0x1
@0,896,939us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   maxMsgSize = 0xffffffff
@0,896,995us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsId = 0x0
@0,897,051us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsEventNo = 0x1
@0,897,107us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg1 = 0x0
@0,897,162us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   arg2 = 0x0
@0,897,218us: [+3 T:0x40c33460 S:0x40c32cc4] OP -
@0,897,270us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->dspConfigs[0]->ringIoObjects->
@0,897,327us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "RINGIOTABLE"
@0,897,384us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   memEntry = 0x1
@0,897,440us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   maxEntries = 0x40
@0,897,496us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsId = 0x0
@0,897,559us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsEventNo = 0x0
@0,897,619us: [+3 T:0x40c33460 S:0x40c32cc4] OP -
@0,897,672us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->dspConfigs[0]->mplistObjects->
@0,897,728us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "MPLISTTABLE"
@0,897,785us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   memEntry = 0x1
@0,897,842us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   maxEntries = 0x40
@0,897,899us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsId = 0xffffffff
@0,897,954us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsEventNo = 0xffffffff
@0,898,009us: [+3 T:0x40c33460 S:0x40c32cc4] OP -
@0,898,063us: [+3 T:0x40c33460 S:0x40c32cc4] OP - linkCfg->dspConfigs[0]->mpcsObjects->
@0,898,119us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   name = "MPCS"
@0,898,175us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   memEntry = 0x1
@0,898,231us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   maxEntries = 0x100
@0,898,288us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsId = 0xffffffff
@0,898,344us: [+3 T:0x40c33460 S:0x40c32cc4] OP -   ipsEventNo = 0xffffffff
@0,902,962us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Attaching to DSP PROC...
@0,908,577us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Opening MSGQ pool...
@0,908,987us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Loading gsv2Combo.x64P on DSP (1 args)...
@1,074,058us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Starting DSP PROC...
@1,099,216us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> Opening remote transport...
@1,101,933us: [+2 T:0x40c33460 S:0x40c32d24] OP - Processor_create_d> return (1)
@1,102,418us: [+0 T:0x40c33460 S:0x40c32d14] ti.sdo.ce.osal.Sem - Entered Sem_post> sem[0x421d8]
@1,103,663us: [+0 T:0x4001f390 S:0xbed72b74] ti.sdo.ce.osal.Sem - Leaving Sem_pend> sem[0x421d8] status[0]
@1,103,832us: [+0 T:0x4001f390 S:0xbed72b94] OP - doCmd> Exit (result=1)
@1,103,956us: [+0 T:0x4001f390 S:0xbed72bb4] OP - Processor_create> return (0x42538)
@1,104,071us: [+0 T:0x4001f390 S:0xbed72bec] CE - rserverOpen('gsv2Combo.x64P'): 0x40086408 done.
@1,104,196us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> Enter(0x26)
@1,104,321us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> return (0x427a0)
@1,104,648us: [+0 T:0x4001f390 S:0xbed72bc4] OC - Comm_create> Enter(queueName='gsv2000e_155_0', queue=0x42518, attrs=0x0)
@1,104,784us: [+0 T:0x4001f390 S:0xbed72bac] OM - Memory_alloc> Enter(0x4)
@1,104,911us: [+0 T:0x4001f390 S:0xbed72bac] OM - Memory_alloc> return (0x427d0)
@1,106,142us: [+0 T:0x4001f390 S:0xbed72bc4] OC - Comm_create> return (0x427d0)
@1,106,304us: [+0 T:0x4001f390 S:0xbed72bcc] OM - Memory_free> Enter(0x427a0, 0x26)
@1,106,557us: [+0 T:0x4001f390 S:0xbed72bcc] OM - Memory_free> return (0x1)
@1,106,752us: [+0 T:0x4001f390 S:0xbed72bcc] OC - Comm_alloc> Enter(poolId=0x0, msg=0x42524, size=576)
@1,106,932us: [+0 T:0x4001f390 S:0xbed72bcc] OC - Comm_alloc> msg=0x41443900, returning (0)
@1,107,119us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_locate> Enter(queueName='rmsq', queue=0x42514)
@1,109,040us: [+0 T:0x40c33460 S:0x40c32d24] ti.sdo.ce.osal.Sem - Leaving Sem_post> sem[0x421d8]
@1,109,517us: [+0 T:0x40c33460 S:0x40c32d24] OP - getCmd_d> Enter (proc=0x40c32d98)
@1,110,493us: [+0 T:0x40c33460 S:0x40c32d04] ti.sdo.ce.osal.Sem - Entered Sem_pend> sem[0x421c0] timeout[0xffffffff]
@1,110,869us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_locate> return (0)
@1,111,532us: [+0 T:0x4001f390 S:0xbed72bec] CE - checkServer(0x42508)
@1,111,739us: [+0 T:0x4001f390 S:0xbed72bbc] OC - Comm_put> Enter(queue=0x0, msg=0x41443900)
@1,111,918us: [+0 T:0x4001f390 S:0xbed72bbc] OC - Comm_put> return (0)
@1,112,128us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_get> Enter(queue=0x10000, msg=0xbed72c58, timeout=-1)
@1,112,753us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,112,989us: [+0 T:0x4001f390 S:0xbed72bec] CE - rmsInit> RMS initialized(0x42508); CE_DEBUG on, setting DSP trace mask to *+01234567,GT_prefix=12345,GT_time=3
@1,113,141us: [+0 T:0x4001f390 S:0xbed72bc4] CE - Engine_setTrace> Enter(engine=0x42508, mask='*+01234567,GT_prefix=12345,GT_time=3')
@1,113,328us: [+1 T:0x4001f390 S:0xbed72bc4] CE - Engine_setTrace> Requesting DSP set trace ...
@1,113,404us: [+0 T:0x4001f390 S:0xbed72b94] OC - Comm_put> Enter(queue=0x0, msg=0x41443900)
@1,113,608us: [+0 T:0x4001f390 S:0xbed72b94] OC - Comm_put> return (0)
@1,113,733us: [+0 T:0x4001f390 S:0xbed72b8c] OC - Comm_get> Enter(queue=0x10000, msg=0xbed72c0c, timeout=-1)
@1,114,865us: [+0 T:0x4001f390 S:0xbed72b8c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,115,005us: [+0 T:0x4001f390 S:0xbed72bc4] CE - Engine_setTrace> return(0)
@1,115,217us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> Enter(queue=0x0, msg=0x41443900)
@1,115,382us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> return (0)
@1,115,576us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> Enter(queue=0x10000, msg=0xbed72bec, timeout=-1)
@1,115,847us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @0x000001cd:[T:0x00000000] server - main> Welcome to DSP server's main().
[DSP] @0x0000020a:[T:0x00000000] server - main> cpuload = 100
[DSP] @0,058,089tk: [+0 T:0x8fb00384 S:0x8fb042fc] OG - Global_setSpecialTrace> enter(mask='*+01234567,GT_prefix=12345,GT_time=3')
[DSP] @0,058,168tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG - Global_setSpecialTrace> This program was built with the following packages:
[DSP] @0,058,231tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.targets.rts6000 (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/ti/targets/rts6000/) [1, 0, 0, 0]
[DSP] @0,058,313tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.codecs.h264enc (/opt/env/dvsdk3/cs2dm6467_1_00_00_10/packages/ti/sdo/codecs/h264enc/) [1, 0, 0]
[DSP] @0,058,389tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.codecs.h264dec (/opt/env/dvsdk3/cs2dm6467_1_00_00_10/packages/ti/sdo/codecs/h264dec/) [1, 0, 0]
[DSP] @0,058,466tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.codecs.hdvicp (/opt/env/dvsdk3/cs2dm6467_1_00_00_10/packages/ti/sdo/codecs/hdvicp/) [1, 0, 0]
[DSP] @0,058,541tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.xdais (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdais_6_25_02_11/packages/ti/xdais/) [1, 2.0, 1]
[DSP] @0,058,617tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.utils.trace (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/utils/trace/) [1, 0, 0]
[DSP] @0,058,702tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.ires (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/ires/) [1, 0, 0]
[DSP] @0,058,784tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.ires.hdvicp (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/ires/hdvicp/) [1, 0, 1]
[DSP] @0,058,871tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.global (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/global/) [1, 0, 0]
[DSP] @0,058,954tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.edma3.rm (/opt/env/dvsdk3/dvsdk_3_10_00_19/edma3_lld_01_11_00_03/packages/ti/sdo/edma3/rm/) [01, 03, 07]
[DSP] @0,059,033tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.ires.nullresource (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/ires/nullresource/) [1, 0, 0]
[DSP] @0,059,124tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.global (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/global/) [1, 0, 0]
[DSP] @0,059,204tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.xdais.dm (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdais_6_25_02_11/packages/ti/xdais/dm/) [1, 0, 5]
[DSP] @0,059,278tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.node (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/node/) [1, 0, 0]
[DSP] @0,059,357tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.ipc.dsplink.dsp (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/ipc/dsplink/dsp/) [2, 0, 1]
[DSP] @0,059,443tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.utils.xdm (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/utils/xdm/) [1, 0, 2]
[DSP] @0,059,526tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package dsplink.dsp (/opt/env/gsvenv/dvsdk3/dsplink_linux_1_65_00_03/packages/dsplink/dsp/) [1, 4, 0]
[DSP] @0,059,599tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.rtdx (/opt/env/dvsdk3/dvsdk_3_10_00_19/bios_5_41_00_06/packages/ti/rtdx/) [2, 0, 0, 5]
[DSP] @0,059,670tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.psl (/opt/env/dvsdk3/dvsdk_3_10_00_19/bios_5_41_00_06/packages/ti/psl/) [5, 0, 0, 0]
[DSP] @0,059,741tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.pmi (/opt/env/dvsdk3/dvsdk_3_10_00_19/bios_5_41_00_06/packages/ti/pmi/) [1, 0, 0, 0]
[DSP] @0,059,812tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.pscl (/opt/env/dvsdk3/dvsdk_3_10_00_19/bios_5_41_00_06/packages/ti/pscl/) [1, 0, 0, 0]
[DSP] @0,059,884tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.bi@1,126,717us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> Enter(queue=0x0, msg=0x41443900)
@1,126,935us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> return (0)
@1,127,195us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> Enter(queue=0x10000, msg=0xbed72bec, timeout=-1)
@1,127,351us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
os (/opt/env/dvsdk3/dvsdk_3_10_00_19/bios_5_41_00_06/packages/ti/bios/) [5, 2, 5, 19]
[DSP] @0,059,956tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.memutils (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/memutils/) [1, 0, 0]
[DSP] @0,060,040tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.bios.utils (/opt/env/dvsdk3/dvsdk_3_10_00_19/biosutils_1_02_02/packages/ti/bios/utils/) [2, 0, 2, 02]
[DSP] @0,060,117tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.dskt2 (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/dskt2/) [1, 0, 4]
[DSP] @0,060,199tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.rman (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/rman/) [2, 0, 0]
[DSP] @0,060,281tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.edma3 (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/edma3/) [3, 0, 0]
[DSP] @0,060,363tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.ires.edma3chan (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/ires/edma3chan/) [1, 0, 0]
[DSP] @0,060,452tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.hdintc (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/hdintc/) [1, 0, 4]
[DSP] @0,060,535tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.dman3 (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/dman3/) [1, 0, 4]
[DSP] @0,060,617tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.fc.acpy3 (/opt/env/dvsdk3/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages/ti/sdo/fc/acpy3/) [1, 0, 4]
[DSP] @0,060,699tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.catalog.c6000 (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/ti/catalog/c6000/) [1, 0, 0, 0]
[DSP] @0,060,779tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.catalog (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/ti/catalog/) [1, 0, 0]
[DSP] @0,060,854tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.platforms.evmDM6467 (/opt/env/dvsdk3/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/ti/platforms/evmDM6467/) [1, 0, 0, 0]
[DSP] @0,060,938tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.osal (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/osal/) [2, 0, 2]
[DSP] @0,061,016tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.osal.bios (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/osal/bios/) [2, 0, 1]
[DSP] @0,061,098tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.ipc (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/ipc/) [2, 0, 1]
[DSP] @0,061,175tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.alg (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/alg/) [1, 0, 1]
[DSP] @0,061,253tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.ipc.bios (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/ipc/bios/) [2, 0, 1]
[DSP] @0,061,335tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/) [1, 0, 6]
[DSP] @0,061,410tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.bioslog (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/bioslog/) [1, 0, 1]
[DSP] @0,061,490tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.video1 (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/video1/) [1, 0, 2]
[DSP] @0,061,570tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.codecs.h264enc.ce (/opt/env/dvsdk3/cs2dm6467_1_00_00_10/packages/ti/sdo/codecs/h264enc/ce/) [1, 0, 0]
[DSP] @0,061,649tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.video2 (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/video2/) [1, 0, 2]
[DSP] @0,061,729tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     packag@1,142,082us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> Enter(queue=0x0, msg=0x41443900)
@1,142,203us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> return (0)
@1,142,370us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> Enter(queue=0x10000, msg=0xbed72bec, timeout=-1)
@1,142,463us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
e ti.sdo.codecs.h264dec.ce (/opt/env/dvsdk3/cs2dm6467_1_00_00_10/packages/ti/sdo/codecs/h264dec/ce/) [1, 0, 0]
[DSP] @0,061,807tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package ti.sdo.ce.image1 (/opt/env/dvsdk3/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages/ti/sdo/ce/image1/) [1, 0, 1]
[DSP] @0,061,887tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package dummy (/home/changqing/project/soft/dm6467T/codecs/dummy/) [1, 0, 0]
[DSP] @0,061,951tk: [+4 T:0x8fb00384 S:0x8fb042fc] OG -     package main (/home/changqing/project/soft/dm6467T/server/main/) []
[DSP] @0,062,012tk: [+0 T:0x8fb00384 S:0x8fb042fc] OG - Global_setSpecialTrace> return
[DSP] @0,064,929tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff03928, 4056): cmd = 5
[DSP] @0,064,985tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,109,605tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff03928, 4056): cmd = 5
[DSP] @0,109,659tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,168,661tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff03928, 4056): cmd = 5
[DSP] @0,168,716tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@1,143,400us: [+0 T:0x4001f390 S:0xbed72b84] CE - Engine_fwriteTrace> returning count [9593]
@1,143,466us: [+0 T:0x4001f390 S:0xbed72bec] CE - Engine_open> return(271624)
@1,143,525us: [+0 T:0x4001f390 S:0xbed72bec] CE - Engine_open> Enter('gsv2000e', 0x0, 0xbed72c90)
@1,143,590us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> Enter(0x2c)
@1,143,652us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> return (0x427a0)
@1,143,714us: [+0 T:0x4001f390 S:0xbed72bec] CE - rserverOpen('gsv2Combo.x64P'), count = 1
@1,143,776us: [+0 T:0x4001f390 S:0xbed72bec] CE - rserverOpen('gsv2Combo.x64P'): 0x40086408 done.
@1,143,838us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> Enter(0x26)
@1,143,902us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> return (0x427e0)
@1,143,976us: [+0 T:0x4001f390 S:0xbed72bc4] OC - Comm_create> Enter(queueName='gsv2000e_155_1', queue=0x427b0, attrs=0x0)
@1,144,040us: [+0 T:0x4001f390 S:0xbed72bac] OM - Memory_alloc> Enter(0x4)
@1,144,103us: [+0 T:0x4001f390 S:0xbed72bac] OM - Memory_alloc> return (0x42810)
@1,144,593us: [+0 T:0x4001f390 S:0xbed72bc4] OC - Comm_create> return (0x42810)
@1,144,684us: [+0 T:0x4001f390 S:0xbed72bcc] OM - Memory_free> Enter(0x427e0, 0x26)
@1,144,753us: [+0 T:0x4001f390 S:0xbed72bcc] OM - Memory_free> return (0x1)
@1,144,814us: [+0 T:0x4001f390 S:0xbed72bcc] OC - Comm_alloc> Enter(poolId=0x0, msg=0x427bc, size=576)
@1,144,899us: [+0 T:0x4001f390 S:0xbed72bcc] OC - Comm_alloc> msg=0x41444900, returning (0)
@1,144,963us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_locate> Enter(queueName='rmsq', queue=0x427ac)
@1,145,340us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_locate> return (0)
@1,145,430us: [+0 T:0x4001f390 S:0xbed72bec] CE - checkServer(0x427a0)
@1,145,506us: [+0 T:0x4001f390 S:0xbed72bbc] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,145,610us: [+0 T:0x4001f390 S:0xbed72bbc] OC - Comm_put> return (0)
@1,145,789us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_get> Enter(queue=0x10001, msg=0xbed72c58, timeout=-1)
@1,145,881us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,145,964us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,146,064us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> return (0)
@1,146,232us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed72bec, timeout=-1)
@1,146,323us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @0,181,842tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 6
[DSP] @0,183,593tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,183,647tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@1,146,608us: [+0 T:0x4001f390 S:0xbed72b84] CE - Engine_fwriteTrace> returning count [294]
@1,146,672us: [+0 T:0x4001f390 S:0xbed72bec] CE - Engine_open> return(272288)
@1,146,730us: [+0 T:0x4001f390 S:0xbed72bec] CE - Engine_open> Enter('gsv2000e', 0x0, 0xbed72c90)
@1,146,792us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> Enter(0x2c)
@1,146,856us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> return (0x427e0)
@1,146,918us: [+0 T:0x4001f390 S:0xbed72bec] CE - rserverOpen('gsv2Combo.x64P'), count = 2
@1,146,979us: [+0 T:0x4001f390 S:0xbed72bec] CE - rserverOpen('gsv2Combo.x64P'): 0x40086408 done.
@1,147,041us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> Enter(0x26)
@1,147,106us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> return (0x42820)
@1,147,181us: [+0 T:0x4001f390 S:0xbed72bc4] OC - Comm_create> Enter(queueName='gsv2000e_155_2', queue=0x427f0, attrs=0x0)
@1,147,244us: [+0 T:0x4001f390 S:0xbed72bac] OM - Memory_alloc> Enter(0x4)
@1,147,305us: [+0 T:0x4001f390 S:0xbed72bac] OM - Memory_alloc> return (0x42850)
@1,147,789us: [+0 T:0x4001f390 S:0xbed72bc4] OC - Comm_create> return (0x42850)
@1,147,878us: [+0 T:0x4001f390 S:0xbed72bcc] OM - Memory_free> Enter(0x42820, 0x26)
@1,147,947us: [+0 T:0x4001f390 S:0xbed72bcc] OM - Memory_free> return (0x1)
@1,148,008us: [+0 T:0x4001f390 S:0xbed72bcc] OC - Comm_alloc> Enter(poolId=0x0, msg=0x427fc, size=576)
@1,148,095us: [+0 T:0x4001f390 S:0xbed72bcc] OC - Comm_alloc> msg=0x41445900, returning (0)
@1,148,162us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_locate> Enter(queueName='rmsq', queue=0x427ec)
@1,148,545us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_locate> return (0)
@1,148,636us: [+0 T:0x4001f390 S:0xbed72bec] CE - checkServer(0x427e0)
@1,148,712us: [+0 T:0x4001f390 S:0xbed72bbc] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,148,816us: [+0 T:0x4001f390 S:0xbed72bbc] OC - Comm_put> return (0)
@1,149,060us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_get> Enter(queue=0x10002, msg=0xbed72c58, timeout=-1)
@1,149,155us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,149,241us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,149,340us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> return (0)
@1,149,505us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> Enter(queue=0x10002, msg=0xbed72bec, timeout=-1)
@1,149,599us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @0,194,237tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 6
[DSP] @0,196,265tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @0,196,319tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@1,150,868us: [+0 T:0x4001f390 S:0xbed72b84] CE - Engine_fwriteTrace> returning count [294]
@1,150,951us: [+0 T:0x4001f390 S:0xbed72bec] CE - Engine_open> return(272352)
@1,151,014us: [+0 T:0x4001f390 S:0xbed72bec] CE - Engine_open> Enter('gsv2000e', 0x0, 0xbed72c90)
@1,151,080us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> Enter(0x2c)
@1,151,145us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> return (0x42820)
@1,151,207us: [+0 T:0x4001f390 S:0xbed72bec] CE - rserverOpen('gsv2Combo.x64P'), count = 3
@1,151,266us: [+0 T:0x4001f390 S:0xbed72bec] CE - rserverOpen('gsv2Combo.x64P'): 0x40086408 done.
@1,151,327us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> Enter(0x26)
@1,151,390us: [+0 T:0x4001f390 S:0xbed72bd4] OM - Memory_alloc> return (0x42860)
@1,151,464us: [+0 T:0x4001f390 S:0xbed72bc4] OC - Comm_create> Enter(queueName='gsv2000e_155_3', queue=0x42830, attrs=0x0)
@1,151,527us: [+0 T:0x4001f390 S:0xbed72bac] OM - Memory_alloc> Enter(0x4)
@1,151,588us: [+0 T:0x4001f390 S:0xbed72bac] OM - Memory_alloc> return (0x42890)
@1,152,078us: [+0 T:0x4001f390 S:0xbed72bc4] OC - Comm_create> return (0x42890)
@1,152,170us: [+0 T:0x4001f390 S:0xbed72bcc] OM - Memory_free> Enter(0x42860, 0x26)
@1,152,239us: [+0 T:0x4001f390 S:0xbed72bcc] OM - Memory_free> return (0x1)
@1,152,299us: [+0 T:0x4001f390 S:0xbed72bcc] OC - Comm_alloc> Enter(poolId=0x0, msg=0x4283c, size=576)
@1,152,384us: [+0 T:0x4001f390 S:0xbed72bcc] OC - Comm_alloc> msg=0x41446900, returning (0)
@1,152,448us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_locate> Enter(queueName='rmsq', queue=0x4282c)
@1,152,804us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_locate> return (0)
@1,152,894us: [+0 T:0x4001f390 S:0xbed72bec] CE - checkServer(0x42820)
@1,152,970us: [+0 T:0x4001f390 S:0xbed72bbc] OC - Comm_put> Enter(queue=0x0, msg=0x41446900)
@1,153,073us: [+0 T:0x4001f390 S:0xbed72bbc] OC - Comm_put> return (0)
@1,153,244us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_get> Enter(queue=0x10003, msg=0xbed72c58, timeout=-1)
@1,153,332us: [+0 T:0x4001f390 S:0xbed72bb4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,153,416us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> Enter(queue=0x0, msg=0x41446900)
@1,153,515us: [+0 T:0x4001f390 S:0xbed72b54] OC - Comm_put> return (0)
@1,153,678us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> Enter(queue=0x10003, msg=0xbed72bec, timeout=-1)
@1,153,769us: [+0 T:0x4001f390 S:0xbed72b4c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @0,210,696tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff06928, 4056): cmd = 6
[DSP] @0,212,407tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff06928, 4056): cmd = 5
[DSP] @0,212,461tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@1,154,054us: [+0 T:0x4001f390 S:0xbed72b84] CE - Engine_fwriteTrace> returning count [294]
@1,154,121us: [+0 T:0x4001f390 S:0xbed72bec] CE - Engine_open> return(272416)
[../src/main/main.c 80] Main: Begin to init live555
[../src/main/main.c 83] Main: Begin to init h264 enc module.
[sdk_algs/src/get_config.c 50] Get_config: Failed to open sdk algs configuration file: sdk_algs.conf.
@1,163,959us: [+0 T:0x4001f390 S:0xbed72b7c] OM - Memory_alloc> Enter(0xd6740)
@1,164,223us: [+0 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> Enter(size=878400, align=-1, cached=FALSE, heap=FALSE)
@1,164,624us: [+4 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> CMEM_alloc(878400) = 0x41db5000.
@1,164,927us: [+4 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> CMEM_getPhys(0x41db5000) = 0x8b700000.
@1,165,199us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> Enter(virtAddr=0x41db5000, size=878400, physAddr=0x8b700000)
@1,165,474us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> creating new contigBuf object
@1,165,737us: [+0 T:0x4001f390 S:0xbed72ad4] OM - Memory_alloc> Enter(0x10)
@1,166,009us: [+0 T:0x4001f390 S:0xbed72ad4] OM - Memory_alloc> return (0x429b0)
@1,166,272us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> returning: cb->phys=0x8b700000, cb->size=878400, cb->virt=0x41db5000
@1,166,548us: [+0 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> return (0x41db5000)
@1,166,816us: [+0 T:0x4001f390 S:0xbed72b7c] OM - Memory_alloc> return (0x41db5000)
@1,167,104us: [+0 T:0x4001f390 S:0xbed72b5c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=4)
@1,167,377us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=4)
@1,167,648us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e8b740, Ss=0x41db5000, Es=0x41db5004, PSc=0x8b700000)
@1,167,870us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@1,167,957us: [+0 T:0x4001f390 S:0xbed72b5c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@1,168,023us: [+2 T:0x4001f390 S:0xbed72b94] ti.sdo.dmai - [Buffer] Alloc Buffer of size 878400 at 0x41db5000 (0x8b700000 phys)
@1,168,105us: [+0 T:0x4001f390 S:0xbed72b7c] OM - Memory_alloc> Enter(0xd6740)
@1,168,171us: [+0 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> Enter(size=878400, align=-1, cached=FALSE, heap=FALSE)
@1,168,373us: [+4 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> CMEM_alloc(878400) = 0x41eb5000.
@1,168,477us: [+4 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> CMEM_getPhys(0x41eb5000) = 0x87925000.
@1,168,548us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> Enter(virtAddr=0x41eb5000, size=878400, physAddr=0x87925000)
@1,168,614us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> creating new contigBuf object
@1,168,669us: [+0 T:0x4001f390 S:0xbed72ad4] OM - Memory_alloc> Enter(0x10)
@1,168,730us: [+0 T:0x4001f390 S:0xbed72ad4] OM - Memory_alloc> return (0x42a40)
@1,168,789us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> returning: cb->phys=0x87925000, cb->size=878400, cb->virt=0x41eb5000
@1,168,849us: [+0 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> return (0x41eb5000)
@1,168,905us: [+0 T:0x4001f390 S:0xbed72b7c] OM - Memory_alloc> return (0x41eb5000)
@1,168,964us: [+0 T:0x4001f390 S:0xbed72b5c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=4)
@1,169,024us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=4)
@1,169,083us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41eb5004, PSc=0x87925000)
@1,169,150us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@1,169,207us: [+0 T:0x4001f390 S:0xbed72b5c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@1,169,264us: [+2 T:0x4001f390 S:0xbed72b94] ti.sdo.dmai - [Buffer] Alloc Buffer of size 878400 at 0x41eb5000 (0x87925000 phys)
@1,169,450us: [+0 T:0x4001f390 S:0xbed72a7c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_create> Enter (engine=0x427a0, name='h264enc', params=0xbed72bc0)
@1,169,567us: [+0 T:0x4001f390 S:0xbed72a4c] CV - VISA_create(0x427a0, 'h264enc', 0xbed72bc0, 0x520, 'ti.sdo.ce.video1.IVIDENC1')
@1,169,661us: [+0 T:0x4001f390 S:0xbed72944] CV - VISA_create2(0x427a0, 'h264enc', 0xbed72bc0, 0x30, 0x520, 'ti.sdo.ce.video1.IVIDENC1')
@1,169,777us: [+0 T:0x4001f390 S:0xbed7292c] OM - Memory_alloc> Enter(0x34)
fBuffer = 0x414b4008 1048576
@1,180,532us: [+0 T:0x4001f390 S:0xbed7292c] OM - Memory_alloc> return (0x435f0)
@1,180,956us: [+0 T:0x4001f390 S:0xbed7292c] OM - Memory_alloc> Enter(0x4)
@1,181,227us: [+0 T:0x4001f390 S:0xbed7292c] OM - Memory_alloc> return (0x43628)
@1,181,510us: [+0 T:0x4001f390 S:0xbed72924] OC - Comm_alloc> Enter(poolId=0x0, msg=0x43628, size=520)
@1,181,808us: [+0 T:0x4001f390 S:0xbed72924] OC - Comm_alloc> msg=0x41447900, returning (0)
@1,182,092us: [+0 T:0x4001f390 S:0xbed728cc] CE - Engine_createNode(0x427a0, 'h264enc', 520, 0xbed72bc0, 0x30, 0xbed72a40)
@1,182,372us: [+0 T:0x4001f390 S:0xbed728cc] CE - Engine> allocNode Enter(engine=0x427a0, impId='h264enc')
@1,182,641us: [+0 T:0x4001f390 S:0xbed728b4] OM - Memory_alloc> Enter(0x20)
@1,182,913us: [+0 T:0x4001f390 S:0xbed728b4] OM - Memory_alloc> return (0x43638)
@1,183,198us: [+0 T:0x4001f390 S:0xbed728cc] CE - Engine> allocNode(). Calling (Comm_create(gppfromnode_155_4, 0x43640, NULL)
@1,183,465us: [+0 T:0x4001f390 S:0xbed728a4] OC - Comm_create> Enter(queueName='gppfromnode_155_4', queue=0x43640, attrs=0x0)
@1,183,738us: [+0 T:0x4001f390 S:0xbed7288c] OM - Memory_alloc> Enter(0x4)
@1,184,008us: [+0 T:0x4001f390 S:0xbed7288c] OM - Memory_alloc> return (0x43660)
@1,184,711us: [+0 T:0x4001f390 S:0xbed728a4] OC - Comm_create> return (0x43660)
@1,184,985us: [+0 T:0x4001f390 S:0xbed728ac] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,185,290us: [+0 T:0x4001f390 S:0xbed728ac] OC - Comm_put> return (0)
@1,185,554us: [+0 T:0x4001f390 S:0xbed728a4] OC - Comm_get> Enter(queue=0x10001, msg=0xbed72954, timeout=-1)

"h264ESVideoTest" stream, from the file "test.264"
Play this stream using the URL "rtsp://192.168.1.60:8554/h264ESVideoTest"
@1,222,092us: [+0 T:0x4001f390 S:0xbed728a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,222,197us: [+0 T:0x4001f390 S:0xbed728ac] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,222,303us: [+0 T:0x4001f390 S:0xbed728ac] OC - Comm_put> return (0)
@1,222,399us: [+0 T:0x4001f390 S:0xbed728a4] OC - Comm_get> Enter(queue=0x10001, msg=0xbed72954, timeout=-1)
@1,222,805us: [+0 T:0x4001f390 S:0xbed728a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,222,910us: [+4 T:0x4001f390 S:0xbed728cc] CE - Engine_createNode> created node(stdIn=0x2, stdOut=0x10004, msgq=0x43660, algName='h264enc', rmsNode=0x8fb04e18, algHandle=0x8fb04f00)
@1,222,998us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,223,101us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,223,196us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,223,587us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @0,335,271tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 0
[DSP] @0,335,334tk: [+0 T:0x8fb00384 S:0x8fb0422c] OM - Memory_alloc> Enter(size=0x18)
[DSP] @0,335,383tk: [+0 T:0x8fb00384 S:0x8fb0422c] OM - Memory_alloc> return (0x8fb04e18)
[DSP] @0,335,435tk: [+0 T:0x8fb00384 S:0x8fb0422c] OM - Memory_alloc> Enter(size=0xa)
[DSP] @0,335,482tk: [+0 T:0x8fb00384 S:0x8fb0422c] OM - Memory_alloc> return (0x8fb04e30)
[DSP] @0,335,539tk: [+0 T:0x8fb00384 S:0x8fb041ec] OM - Memory_alloc> Enter(size=0x20)
[DSP] @0,335,586tk: [+0 T:0x8fb00384 S:0x8fb041ec] OM - Memory_alloc> return (0x8fb04e40)
[DSP] @0,335,637tk: [+0 T:0x8fb00384 S:0x8fb041bc] OM - Memory_alloc> Enter(size=0x24)
[DSP] @0,335,684tk: [+0 T:0x8fb00384 S:0x8fb041bc] OM - Memory_alloc> return (0x8fb04e60)
[DSP] @0,335,764tk: [+0 T:0x8fb00384 S:0x8fb041d4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_create> Enter (engine=0x0, name='h264enc', params=0x8ff04940)
[DSP] @0,335,848tk: [+0 T:0x8fb00384 S:0x8fb0419c] CV - VISA_create(0x0, 'h264enc', 0x8ff04940, 0x520, 'ti.sdo.ce.video1.IVIDENC1')
[DSP] @0,335,921tk: [+0 T:0x8fb00384 S:0x8fb0407c] CV - VISA_create2(0x0, 'h264enc', 0x8ff04940, 0x30, 0x520, 'ti.sdo.ce.video1.IVIDENC1')
[DSP] @0,336,005tk: [+0 T:0x8fb00384 S:0x8fb04014] CE - Engine_open> Enter('local', 0x8fb04064, 0x8ff04940)
[DSP] @0,336,065tk: [+0 T:0x8fb00384 S:0x8fb03ff4] OM - Memory_alloc> Enter(size=0x2c)
[DSP] @0,336,114tk: [+0 T:0x8fb00384 S:0x8fb03ff4] OM - Memory_alloc> return (0x8fb04ed0)
[DSP] @0,336,170tk: [+0 T:0x8fb00384 S:0x8fb04014] CE - Engine_open> return(-1884270896)
[DSP] @0,336,231tk: [+0 T:0x8fb00384 S:0x8fb0405c] OM - Memory_alloc> Enter(size=0x34)
[DSP] @0,336,280tk: [+0 T:0x8fb00384 S:0x8fb0405c] OM - Memory_alloc> return (0x8fb04f00)
[DSP] @0,336,335tk: [+0 T:0x8fb00384 S:0x8fb04034] ti.sdo.ce.alg.Algorithm - Algorithm_create> Enter(fxns=0x8fc70d00, idma3Fxns=0x0, iresFxns=0x8fc70c4c, params=0x8ff04940, attrs=0x8fb04180)
[DSP] @0,336,432tk: [+0 T:0x8fb00384 S:0x8fb04014] OM - Memory_alloc> Enter(size=0x10)
[DSP] @0,336,479tk: [+0 T:0x8fb00384 S:0x8fb04014] OM - Memory_alloc> return (0x8fb04f38)
[DSP] @0,336,547tk: [+0 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.dskt2 - _DSKT2_init> Enter
[DSP] @0,336,621tk: [+0 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.dskt2 - _DSKT2_init> Exit
[DSP] @0,336,670tk: [+0 T:0x8fb00384 S:0x8fb03ffc] ti.sdo.fc.dskt2 - DSKT2_createAlg> Enter (scratchId=0, fxns=0x8fc70d00, parentAlg=0x0, params=0x8ff04940)
[DSP] @0,336,751tk: [+0 T:0x8fb00384 S:0x8fb03f64] ti.sdo.fc.dskt2 - _DSKT2_init> Enter
[DSP] @0,336,797tk: [+0 T:0x8fb00384 S:0x8fb03f64] ti.sdo.fc.dskt2 - _DSKT2_init> Exit
[DSP] @0,336,842tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Enter (scratchId=0, fxns=0x8fc70d00, parentAlg=0x0, params=0x8ff04940, extHeapId=0, singleHeap=20479)
[DSP] @0,336,937tk: [+2 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> DSKT2_AlgAttrs extHeapId -1 and singleHeap 0
[DSP] @0,337,005tk: [+2 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Num memory recs requested 10
[DSP] @0,337,079tk: [+2 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> memTab allocated at 0x8fb052d8 size=0xc8
[DSP] @0,337,149tk: [+2 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Num memory recs requested 10
[DSP] @0,337,209tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[0]: size=0x1360, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,337,291tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[1]: size=0x3000, align=0x8, space=IALG_DARAM0, attrs=IALG_SCRATCH
[DSP] @0,337,373tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[2]: size=0x1400, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,337,453tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[3]: size=0x5c00, align=0x80, space=IALG_EXTERNAL, attrs=IALG_SCRATCH
[DSP] @0,337,534tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[4]: size=0x1400, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,337,615tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.d@1,226,687us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,226,797us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,226,892us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,227,738us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
skt2 - DSKT2_createAlg3> Requested memTab[5]: size=0x372000, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,337,697tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[6]: size=0x22d0, align=0x8, space=IALG_DARAM0, attrs=IALG_SCRATCH
[DSP] @0,337,777tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[7]: size=0x17d80, align=0x80, space=IALG_EXTERNAL, attrs=IALG_SCRATCH
[DSP] @0,337,858tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[8]: size=0x53c, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,337,938tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[9]: size=0x14, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,338,020tk: [+0 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=0, numRecs=10, extHeapId=1)
[DSP] @0,338,091tk: [+0 T:0x8fb00384 S:0x8fb03f14] ti.sdo.fc.dskt2 - _DSKT2_usesInternalScratch> Enter (numRecs=10)
[DSP] @0,338,149tk: [+0 T:0x8fb00384 S:0x8fb03f14] ti.sdo.fc.dskt2 - _DSKT2_usesInternalScratch> Exit (returnVal=1)
[DSP] @0,338,206tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Alg requires some Internal Scratch in group 0
[DSP] @0,338,273tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Allocate as much as possible in the memory space requested
[DSP] @0,338,347tk: [+0 T:0x8fb00384 S:0x8fb03e8c] ti.sdo.fc.dskt2 - _DSKT2_initializeAndUseSharedScratch> Enter (scratchGroupId=0, numRecs=10)
[DSP] @0,338,421tk: [+0 T:0x8fb00384 S:0x8fb03e44] ti.sdo.fc.dskt2 - _DSKT2_getScratchRequestInfo> Enter (ialgSpace=IALG_DARAM0, numRecs=10)
[DSP] @0,338,493tk: [+0 T:0x8fb00384 S:0x8fb03e44] ti.sdo.fc.dskt2 - _DSKT2_getScratchRequestInfo> Exit (sizeBestCase=21200, sizeWorstCase=21216, numScratchRecs=2)
[DSP] @0,338,618tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Enter (scrBuffDesc->base=0x11818000)
[DSP] @0,338,684tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Exit (status=TRUE)
[DSP] @0,338,739tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Enter (scrBuffDesc->base=0x11818000)
[DSP] @0,338,803tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Exit (status=TRUE)
[DSP] @0,338,864tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Enter (scrBuffDesc->base=0x11818000)
[DSP] @0,338,928tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Exit (status=TRUE)
[DSP] @0,338,982tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Enter (scrBuffDesc->base=0x11818000)
[DSP] @0,339,046tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Exit (status=TRUE)
[DSP] @0,339,105tk: [+0 T:0x8fb00384 S:0x8fb03e8c] ti.sdo.fc.dskt2 - _DSKT2_initializeAndUseSharedScratch> Exit
[DSP] @0,339,164tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,339,277tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,339,338tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8ba00000
[DSP] @0,339,426tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=0, addr=0x11818000)
[DSP] @0,339,496tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratch> Exit (status=1 )
[DSP] @0,339,551tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[1] already allocated from Internal Scratch. Addr=0x11818000, Attrs=IALG_SCRATCH
[DSP] @0,339,636tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=2, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,339,748tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,339,807tk: @1,234,830us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,235,136us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,235,479us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,235,773us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[2] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8ba01380
[DSP] @0,339,893tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=3, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,340,156tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,340,215tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[3] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8ba02780
[DSP] @0,340,300tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=4, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,340,414tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,340,472tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[4] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8ba08380
[DSP] @0,340,558tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=5, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,380,654tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,380,725tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[5] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8ba09780
[DSP] @0,380,812tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=0, addr=0x1181b000)
[DSP] @0,380,880tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratch> Exit (status=1 )
[DSP] @0,380,939tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[6] already allocated from Internal Scratch. Addr=0x1181b000, Attrs=IALG_SCRATCH
[DSP] @0,381,025tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=7, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,382,166tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,382,231tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[7] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd7b780
[DSP] @0,382,317tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=8, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,382,405tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,382,464tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[8] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93500
[DSP] @0,382,550tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=9, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,382,625tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,382,683tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[9] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a80
[DSP] @0,382,773tk: [+0 T:0x8fb00384 S:0x8fb03f14] ti.sdo.fc.dskt2 - _DSKT2_usesInternalScratch> Enter (numRecs=10)
[DSP] @0,382,830tk: [+0 T:0x8fb00384 S:0x8fb03f14] ti.sdo.fc.dskt2 - _DSKT2_usesInternalScratch> Exit (returnVal=1)
[DSP] @0,382,887tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Increment scratch group 0`s reference count
[DSP] @0,382,957tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_incrScratchReferenceCount> Enter (scratchMutexId=0)
[DSP] @0,383,030tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_incrScratchReferenceCount> Exit
[DSP] @0,383,087tk: [+0 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,383,151tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAl@1,242,108us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,242,418us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,242,765us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,243,061us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
g3> Allocated memTab[0]: base=0x8ba00000, size=0x1360, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,383,243tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[1]: base=0x11818000, size=0x3000, align=0x8, space=IALG_DARAM0, attrs=IALG_SCRATCH
[DSP] @0,383,332tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[2]: base=0x8ba01380, size=0x1400, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,383,422tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[3]: base=0x8ba02780, size=0x5c00, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,383,534tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[4]: base=0x8ba08380, size=0x1400, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,383,624tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[5]: base=0x8ba09780, size=0x372000, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,383,715tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[6]: base=0x1181b000, size=0x22d0, align=0x8, space=IALG_DARAM0, attrs=IALG_SCRATCH
[DSP] @0,383,804tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[7]: base=0x8bd7b780, size=0x17d80, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,383,894tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[8]: base=0x8bd93500, size=0x53c, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,383,984tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[9]: base=0x8bd93a80, size=0x14, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @0,384,078tk: [+0 T:0x8fb00384 S:0x8fb03f54] ti.sdo.fc.dskt2 - _DSKT2_enqueueMemTab> Enter (segId=0, memTabSize=200, numRecs=10, extHeapId=1)
[DSP] @0,384,162tk: [+0 T:0x8fb00384 S:0x8fb03f54] ti.sdo.fc.dskt2 - _DSKT2_enqueueMemTab> Exit (status=TRUE)
[DSP] @0,388,569tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Algorithm init successful.
[DSP] @0,388,628tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Exit (algHandle=0x8ba00000)
[DSP] @0,388,687tk: [+0 T:0x8fb00384 S:0x8fb03ffc] ti.sdo.fc.dskt2 - DSKT2_createAlg> Exit (algHandle=0x8ba00000)
[DSP] @0,388,751tk: [+0 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @0,388,833tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,388,891tk: [+0 T:0x8fb00384 S:0x8fb03f24] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,388,960tk: [+0 T:0x8fb00384 S:0x8fb03eec] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,389,040tk: [+0 T:0x8fb00384 S:0x8fb03eec] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,389,099tk: [+2 T:0x8fb00384 S:0x8fb03f24] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a98
[DSP] @0,389,185tk: [+0 T:0x8fb00384 S:0x8fb03f24] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,389,242tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,389,317tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,389,377tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,389,430tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,389,495tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,389,563tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,389,616tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma@1,248,257us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,248,376us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,248,541us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,248,643us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,389,684tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getProtocolName> Enter
[DSP] @0,389,740tk: [+0 T:0x8fb00384 S:0x8fb03f74] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getName> Enter
[DSP] @0,389,791tk: [+0 T:0x8fb00384 S:0x8fb03f74] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getName> Exit (Name=ti.sdo.fc.ires.hdvicp)
[DSP] @0,389,853tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getProtocolName> Exit (name=ti.sdo.fc.ires.hdvicp)
[DSP] @0,389,918tk: [+0 T:0x8fb00384 S:0x8fb03f74] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getName> Enter
[DSP] @0,389,969tk: [+0 T:0x8fb00384 S:0x8fb03f74] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getName> Exit (Name=ti.sdo.fc.ires.hdvicp)
[DSP] @0,390,033tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getProtocolRevision> Enter
[DSP] @0,390,090tk: [+0 T:0x8fb00384 S:0x8fb03f64] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getRevision> Enter
[DSP] @0,390,142tk: [+0 T:0x8fb00384 S:0x8fb03f64] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getRevision>Exit (Version=(1.0.1))
[DSP] @0,390,202tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getProtocolRevision> Exit (version=(1.0.1))
[DSP] @0,390,269tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77544
[DSP] @0,390,340tk: [+0 T:0x8fb00384 S:0x8fb03eac] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getHandles> Enter (protocolArgs=0x8ba00f24, scratchGroupId=0)
[DSP] @0,390,417tk: [+0 T:0x8fb00384 S:0x8fb03e94] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getNumMemRecs> Enter (protArgs=0x8ba00f24)
[DSP] @0,390,481tk: [+0 T:0x8fb00384 S:0x8fb03e94] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getNumMemRecs> Exit (Num=1)
[DSP] @0,390,539tk: [+4 T:0x8fb00384 S:0x8fb03eac] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getHandles> Specific HDVICP Resource requested 0
[DSP] @0,390,606tk: [+4 T:0x8fb00384 S:0x8fb03eac] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getHandles> HDVICP Resource 0 available
[DSP] @0,390,669tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,390,724tk: [+0 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,390,792tk: [+0 T:0x8fb00384 S:0x8fb03df4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,390,869tk: [+0 T:0x8fb00384 S:0x8fb03df4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,390,928tk: [+2 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8ba01360
[DSP] @0,391,015tk: [+0 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,391,072tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,391,129tk: [+0 T:0x8fb00384 S:0x8fb03e7c] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba00f24, memRecs=0x8fb03f00)
[DSP] @0,391,219tk: [+4 T:0x8fb00384 S:0x8fb03e7c] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getMemRecs> Amount of memory requested 0x1c, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,391,302tk: [+0 T:0x8fb00384 S:0x8fb03e7c] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,391,361tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,391,415tk: [+0 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,391,485tk: [+0 T:0x8fb00384 S:0x8fb03df4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,391,560tk: [+0 T:0x8fb00384 S:0x8fb03df4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,391,619tk: [+2 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a40
[DSP] @0,39@1,256,299us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,256,417us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,256,578us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,256,679us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
1,704tk: [+0 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,391,761tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,391,818tk: [+0 T:0x8fb00384 S:0x8fb03e64] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_constructHandle> Enter (protArgs=0x8ba00f24, memRecs=0x8fb03f00, constructHandleArgs=0x8ba01360)
[DSP] @0,391,911tk: [+0 T:0x8fb00384 S:0x8fb03e64] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_constructHandle> Exit (status=0, handle=0x8bd93a40)
[DSP] @0,391,981tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,392,038tk: [+0 T:0x8fb00384 S:0x8fb03e4c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,392,108tk: [+0 T:0x8fb00384 S:0x8fb03e24] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8ba01360)
[DSP] @0,392,176tk: [+0 T:0x8fb00384 S:0x8fb03e24] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,392,239tk: [+0 T:0x8fb00384 S:0x8fb03e4c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,392,296tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,392,346tk: [+0 T:0x8fb00384 S:0x8fb03eac] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getHandles> Exit (handle=0x8bd93a40, status=0x0)
[DSP] @0,392,418tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,392,476tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,392,529tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,392,593tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,392,662tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,392,715tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,392,781tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,392,840tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,392,896tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,392,958tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,393,025tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,393,111tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba00f84, scratchGroupId=0)
[DSP] @0,393,213tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,393,285tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Initializing EDMA3 Meta config module
[DSP] @0,393,348tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.edma3 - EDMA3_init> Enter
[DSP] @0,393,394tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.edma3 - EDMA3_init> Initializing table of Resource Manager handles
[DSP] @0,393,483tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.edma3 - EDMA3_init> Create Resource Manager object
[DSP] @0,393,946tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.edma3 - EDMA3_init> Exit (status=1)
[DSP] @0,393,999tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Creating semaphore for System Resource Manager Handle
[DSP] @0,394,073tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.ce.osal.Sem - Sem_create> count 1
[DSP] @0,394,129tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.ce.osal.Sem - Sem_create> sem: 0x8fb053e4
[DSP] @0,394,183tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Opening System Resource Manager Handle
[DSP] @0,394,247tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.edma3 - openRMHandle> Enter (s@1,259,712us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,259,814us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,261,994us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,262,090us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
cratchId=-1, sem=0x8fb053e4)
[DSP] @0,394,312tk: [+2 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.edma3 - openRMHandle> System RM handle requested
[DSP] @0,394,404tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.edma3 - openRMHandle> Exit (handle=0x8fc43e20)
[DSP] @0,394,462tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,394,530tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Match not found, create new entry, get resource handle
[DSP] @0,394,598tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,394,653tk: [+0 T:0x8fb00384 S:0x8fb0399c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,394,725tk: [+0 T:0x8fb00384 S:0x8fb03964] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_ESDATA, extHeapId=1)
[DSP] @0,394,801tk: [+0 T:0x8fb00384 S:0x8fb03964] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,394,860tk: [+2 T:0x8fb00384 S:0x8fb0399c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_ESDATA. Addr=0x8ba01360
[DSP] @0,394,946tk: [+0 T:0x8fb00384 S:0x8fb0399c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,395,003tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,395,074tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.ce.osal.Sem - Sem_create> count 1
[DSP] @0,395,125tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.ce.osal.Sem - Sem_create> sem: 0x8fb05414
[DSP] @0,395,179tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Opening new Resource Manager Handle
[DSP] @0,395,240tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.edma3 - openRMHandle> Enter (scratchId=0, sem=0x8fb05414)
[DSP] @0,395,301tk: [+2 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.edma3 - openRMHandle> Populating Scratch Groups with Resources
[DSP] @0,395,362tk: [+0 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - poulateScratchGroups> Enter (scratchGroupId=0)
[DSP] @0,395,423tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocating 49 tccs 49 edma 4 qdma channels and 384 params
[DSP] @0,395,496tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Attempting symmetric allocation of EDMA channels and Tccs
[DSP] @0,395,580tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 0
[DSP] @0,395,639tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 0 and corresponding Tcc
[DSP] @0,395,705tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 1
[DSP] @0,395,761tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 1 and corresponding Tcc
[DSP] @0,395,826tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 2
[DSP] @0,395,882tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 2 and corresponding Tcc
[DSP] @0,395,947tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 3
[DSP] @0,396,003tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 3 and corresponding Tcc
[DSP] @0,396,068tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 13
[DSP] @0,396,124tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 13 and corresponding Tcc
[DSP] @0,396,190tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 14
[DSP] @0,396,246tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 14 and corresponding Tcc
[DSP] @0,396,313tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 15
[DSP] @0,396,369tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 15 and corresponding Tcc
[DSP] @0,396,436tk: [+2 T:0x8fb00384 S:0@1,265,289us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,265,403us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,265,562us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,265,665us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 20
[DSP] @0,396,492tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 20 and corresponding Tcc
[DSP] @0,396,559tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 21
[DSP] @0,396,615tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 21 and corresponding Tcc
[DSP] @0,396,682tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 22
[DSP] @0,396,738tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 22 and corresponding Tcc
[DSP] @0,396,805tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 23
[DSP] @0,396,861tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 23 and corresponding Tcc
[DSP] @0,396,928tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 24
[DSP] @0,396,984tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 24 and corresponding Tcc
[DSP] @0,397,051tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 25
[DSP] @0,397,107tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 25 and corresponding Tcc
[DSP] @0,397,174tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 26
[DSP] @0,397,230tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 26 and corresponding Tcc
[DSP] @0,397,298tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 27
[DSP] @0,397,354tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 27 and corresponding Tcc
[DSP] @0,397,421tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 28
[DSP] @0,397,477tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 28 and corresponding Tcc
[DSP] @0,397,545tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 29
[DSP] @0,397,601tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 29 and corresponding Tcc
[DSP] @0,397,668tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 30
[DSP] @0,397,724tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 30 and corresponding Tcc
[DSP] @0,397,791tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 31
[DSP] @0,397,848tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 31 and corresponding Tcc
[DSP] @0,397,915tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 32
[DSP] @0,397,971tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 32 and corresponding Tcc
[DSP] @0,398,038tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 33
[DSP] @0,398,095tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 33 and corresponding Tcc
[DSP] @0,398,162tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 34
[DSP] @0,398,218tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 34 and corresponding Tcc
[DSP] @0,398,286tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 35
[DSP] @0,398,342tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 35 and corresponding Tcc
[DSP] @0,398,410tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 36
[DSP] @0,398,466tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 36 and corresponding Tcc
[DSP] @0,398,533tk: [+2 T:@1,268,699us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,268,801us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,268,957us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,269,058us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 37
[DSP] @0,398,590tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 37 and corresponding Tcc
[DSP] @0,398,657tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 38
[DSP] @0,398,713tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 38 and corresponding Tcc
[DSP] @0,398,781tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 39
[DSP] @0,398,837tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 39 and corresponding Tcc
[DSP] @0,398,912tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 40
[DSP] @0,398,969tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 40 and corresponding Tcc
[DSP] @0,399,036tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 41
[DSP] @0,399,092tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 41 and corresponding Tcc
[DSP] @0,399,160tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 42
[DSP] @0,399,216tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 42 and corresponding Tcc
[DSP] @0,399,284tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 43
[DSP] @0,399,341tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 43 and corresponding Tcc
[DSP] @0,399,409tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 44
[DSP] @0,399,465tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 44 and corresponding Tcc
[DSP] @0,399,533tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 45
[DSP] @0,399,589tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 45 and corresponding Tcc
[DSP] @0,399,657tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 46
[DSP] @0,399,713tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 46 and corresponding Tcc
[DSP] @0,399,782tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 47
[DSP] @0,399,838tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 47 and corresponding Tcc
[DSP] @0,399,906tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 48
[DSP] @0,399,962tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 48 and corresponding Tcc
[DSP] @0,400,031tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 49
[DSP] @0,400,087tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 49 and corresponding Tcc
[DSP] @0,400,155tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 50
[DSP] @0,400,211tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 50 and corresponding Tcc
[DSP] @0,400,279tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 51
[DSP] @0,400,335tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 51 and corresponding Tcc
[DSP] @0,400,404tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 52
[DSP] @0,400,460tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 52 and corresponding Tcc
[DSP] @0,400,529tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 53
[DSP] @0,400,585tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 53 and corresponding Tcc
[DSP] @0,400@1,274,672us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,274,789us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,274,952us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,275,053us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
,653tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 56
[DSP] @0,400,709tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 56 and corresponding Tcc
[DSP] @0,400,778tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 57
[DSP] @0,400,834tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 57 and corresponding Tcc
[DSP] @0,400,903tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 58
[DSP] @0,400,959tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 58 and corresponding Tcc
[DSP] @0,401,028tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 59
[DSP] @0,401,084tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 59 and corresponding Tcc
[DSP] @0,401,153tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 60
[DSP] @0,401,209tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 60 and corresponding Tcc
[DSP] @0,401,278tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 61
[DSP] @0,401,335tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 61 and corresponding Tcc
[DSP] @0,401,404tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 62
[DSP] @0,401,460tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 62 and corresponding Tcc
[DSP] @0,401,529tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Allocated New Tcc 63
[DSP] @0,401,585tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Obtained EDMA channel 63 and corresponding Tcc
[DSP] @0,401,750tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - populateScratchGroup> Exit (status=1)
[DSP] @0,401,827tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.edma3 - openRMHandle> Exit (handle=0x8fc43ea0)
[DSP] @0,401,885tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Populate new Table entry
[DSP] @0,401,943tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,402,010tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,402,087tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @0,402,166tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 4 PaRams starting at 128
[DSP] @0,402,239tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 0
[DSP] @0,402,302tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,402,365tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,402,436tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 0
[DSP] @0,402,504tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,402,559tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,402,628tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,402,709tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,402,786tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,402,873tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal@1,278,077us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,278,182us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,278,339us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,278,439us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
=1)
[DSP] @0,402,930tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,402,992tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba00f84)
[DSP] @0,403,058tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,403,121tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba00f84, memRecs=0x8fb03ad8)
[DSP] @0,403,205tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x4a, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,403,292tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,403,352tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,403,407tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,403,475tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,403,552tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,403,610tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93bf8
[DSP] @0,403,696tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,403,752tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,403,814tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba00f84, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,403,908tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93bf8, paRamIndices 0x8bd93c38, paRamAddresses 0x8bd93c28, shadowParams 0x0, tccIndices 0x8bd93c40, edmaChannel 0
[DSP] @0,404,030tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 4, Num Tccs 1, Qdma channel 518 Edma channel 0
[DSP] @0,404,111tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x1 IPR 0x0: 0x1
[DSP] @0,404,179tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93bf8)
[DSP] @0,404,252tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,404,308tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,404,378tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,404,447tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,404,514tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,404,571tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,404,621tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93bf8, status=IRES_OK)
[DSP] @0,404,705tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,404,764tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,404,816tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,404,881tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,404,949tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,405,002tk: [+0 T:0x8f@1,284,417us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,284,534us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,284,699us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,284,802us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
b00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,405,070tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,405,130tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,405,184tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,405,247tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,405,315tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,405,396tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba00f9c, scratchGroupId=0)
[DSP] @0,405,472tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,405,539tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,405,607tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,405,669tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,405,736tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @0,405,819tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 16 PaRams starting at 132
[DSP] @0,405,892tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 1
[DSP] @0,405,952tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,406,013tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,406,083tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 1
[DSP] @0,406,145tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,406,204tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,406,273tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,406,354tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,406,413tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,406,499tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,406,556tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,406,611tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba00f9c)
[DSP] @0,406,688tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,406,748tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba00f9c, memRecs=0x8fb03ad8)
[DSP] @0,406,831tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x92, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,406,917tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,406,977tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,407,032tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,40@1,287,814us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,287,913us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,288,067us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,288,170us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
7,099tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,407,174tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,407,232tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93c48
[DSP] @0,407,318tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,407,374tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,407,428tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba00f9c, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,407,520tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93c48, paRamIndices 0x8bd93cb8, paRamAddresses 0x8bd93c78, shadowParams 0x0, tccIndices 0x8bd93cd8, edmaChannel 1
[DSP] @0,407,639tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 16, Num Tccs 1, Qdma channel 518 Edma channel 1
[DSP] @0,407,718tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x2 IPR 0x0: 0x2
[DSP] @0,407,784tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93c48)
[DSP] @0,407,854tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,407,909tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,407,978tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,408,046tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,408,107tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,408,163tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,408,211tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93c48, status=IRES_OK)
[DSP] @0,408,286tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,408,344tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,408,397tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,408,461tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,408,530tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,408,583tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,408,648tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,408,706tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,408,761tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,408,823tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,408,890tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,408,967tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba00fb4, scratchGroupId=0)
[DSP] @0,409,043tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,409,109tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma@1,294,137us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,294,253us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,294,414us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,294,512us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,409,177tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,409,240tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,409,310tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @0,409,387tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 12 PaRams starting at 148
[DSP] @0,409,461tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 2
[DSP] @0,409,521tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,409,584tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,409,653tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 2
[DSP] @0,409,716tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,409,773tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,409,842tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,409,921tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,409,981tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,410,067tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,410,124tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,410,180tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba00fb4)
[DSP] @0,410,246tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,410,307tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba00fb4, memRecs=0x8fb03ad8)
[DSP] @0,410,390tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x7a, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,410,478tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,410,550tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,410,605tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,410,673tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,410,749tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,410,807tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93ce0
[DSP] @0,410,894tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,410,950tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,411,004tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba00fb4, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,411,098tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93ce0, paRamIndices 0x8bd93d40, paRamAddresses 0x8bd93d10, shadowParams 0x0, tccIndices 0x8bd93d58, edma@1,297,512us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,297,615us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,297,774us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,297,872us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
Channel 2
[DSP] @0,411,218tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 12, Num Tccs 1, Qdma channel 518 Edma channel 2
[DSP] @0,411,299tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x4 IPR 0x0: 0x4
[DSP] @0,411,365tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93ce0)
[DSP] @0,411,435tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,411,490tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,411,559tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,411,628tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,411,689tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,411,746tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,411,795tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93ce0, status=IRES_OK)
[DSP] @0,411,869tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,411,927tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,411,981tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,412,046tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,412,114tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,412,167tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,412,233tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,412,291tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,412,345tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,412,407tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,412,474tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,412,552tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba00fcc, scratchGroupId=0)
[DSP] @0,412,627tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,412,693tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,412,761tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,412,823tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,412,888tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @0,412,966tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 4 PaRams starting at 160
[DSP] @0,413,040tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 3
[DSP] @0,413,100tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,413,162tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,413,232tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles>@1,303,735us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,303,855us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,304,016us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,304,115us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
 Obtained Edma channel 3
[DSP] @0,413,295tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,413,350tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,413,419tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,413,496tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,413,555tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,413,642tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,413,699tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,413,755tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba00fcc)
[DSP] @0,413,821tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,413,879tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba00fcc, memRecs=0x8fb03ad8)
[DSP] @0,413,962tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x4a, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,414,047tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,414,107tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,414,161tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,414,230tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,414,304tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,414,373tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93d60
[DSP] @0,414,458tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,414,515tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,414,569tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba00fcc, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,414,661tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93d60, paRamIndices 0x8bd93da0, paRamAddresses 0x8bd93d90, shadowParams 0x0, tccIndices 0x8bd93da8, edmaChannel 3
[DSP] @0,414,779tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 4, Num Tccs 1, Qdma channel 518 Edma channel 3
[DSP] @0,414,858tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x8 IPR 0x0: 0x8
[DSP] @0,414,924tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93d60)
[DSP] @0,414,994tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,415,049tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,415,118tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,415,186tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,415,247tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,415,304tk: [+0 T:0x8fb00384 @1,307,124us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,307,225us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,307,382us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,307,482us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,415,352tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93d60, status=IRES_OK)
[DSP] @0,415,428tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,415,486tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,415,539tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,415,604tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,415,672tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,415,725tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,415,791tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,415,849tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,415,903tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,415,965tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,416,033tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,416,110tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba00fe4, scratchGroupId=0)
[DSP] @0,416,185tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,416,252tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,416,321tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,416,384tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,416,452tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,416,532tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 164
[DSP] @0,416,599tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 13
[DSP] @0,416,660tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,416,723tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,416,793tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 13
[DSP] @0,416,857tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,416,913tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,416,982tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,417,061tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,417,120tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,417,206tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,417,262tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,417,319tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba00fe4)
[DSP] @0,417,385tk: [+0 T:0x8fb00@1,312,280us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,312,398us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,312,560us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,312,662us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,417,446tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba00fe4, memRecs=0x8fb03ad8)
[DSP] @0,417,529tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,417,616tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,417,677tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,417,731tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,417,799tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,417,873tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,417,932tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93db0
[DSP] @0,418,017tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,418,073tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,418,127tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba00fe4, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,418,219tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93db0, paRamIndices 0x8bd93de4, paRamAddresses 0x8bd93de0, shadowParams 0x0, tccIndices 0x8bd93de6, edmaChannel 13
[DSP] @0,418,349tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 13
[DSP] @0,418,428tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x2000 IPR 0x0: 0x2000
[DSP] @0,418,498tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93db0)
[DSP] @0,418,568tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,418,624tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,418,692tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,418,761tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,418,822tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,418,879tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,418,928tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93db0, status=IRES_OK)
[DSP] @0,419,003tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,419,061tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,419,114tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,419,178tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,419,247tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,419,300tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,419,366tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,419,424tk: [+0 T:0x8fb0038@1,315,821us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,315,936us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,316,096us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,316,196us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
4 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,419,478tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,419,540tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,419,607tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,419,685tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba00ffc, scratchGroupId=0)
[DSP] @0,419,763tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,419,830tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,419,899tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,419,960tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,420,025tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @0,420,101tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 10 PaRams starting at 165
[DSP] @0,420,175tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 14
[DSP] @0,420,238tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,420,301tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,420,372tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 14
[DSP] @0,420,437tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,420,493tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,420,563tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,420,640tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,420,699tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,420,785tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,420,842tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,420,897tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba00ffc)
[DSP] @0,420,963tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,421,022tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba00ffc, memRecs=0x8fb03ad8)
[DSP] @0,421,105tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x6e, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,421,190tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,421,250tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,421,305tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,421,373tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,421,448tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (retu@1,319,197us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,319,298us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,319,455us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,319,555us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
rnVal=1)
[DSP] @0,421,506tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93de8
[DSP] @0,421,592tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,421,648tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,421,702tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba00ffc, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,421,794tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93de8, paRamIndices 0x8bd93e40, paRamAddresses 0x8bd93e18, shadowParams 0x0, tccIndices 0x8bd93e54, edmaChannel 14
[DSP] @0,421,913tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 10, Num Tccs 1, Qdma channel 518 Edma channel 14
[DSP] @0,421,993tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x4000 IPR 0x0: 0x4000
[DSP] @0,422,063tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93de8)
[DSP] @0,422,143tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,422,198tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,422,267tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,422,336tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,422,397tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,422,453tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,422,502tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93de8, status=IRES_OK)
[DSP] @0,422,578tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,422,636tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,422,690tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,422,755tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,422,823tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,422,876tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,422,942tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,423,000tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,423,053tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,423,115tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,423,182tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,423,258tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba01014, scratchGroupId=0)
[DSP] @0,423,333tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,423,400tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,423,468tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,423,529tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ire@1,325,169us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,325,287us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,325,448us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,325,547us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
s.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,423,595tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,423,673tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 175
[DSP] @0,423,738tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 15
[DSP] @0,423,799tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,423,861tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,423,930tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 15
[DSP] @0,423,994tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,424,049tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,424,119tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,424,196tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,424,255tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,424,341tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,424,398tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,424,454tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba01014)
[DSP] @0,424,520tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,424,582tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba01014, memRecs=0x8fb03ad8)
[DSP] @0,424,664tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,424,751tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,424,812tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,424,866tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,424,934tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,425,009tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,425,067tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93e58
[DSP] @0,425,152tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,425,208tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,425,262tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba01014, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,425,355tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93e58, paRamIndices 0x8bd93e8c, paRamAddresses 0x8bd93e88, shadowParams 0x0, tccIndices 0x8bd93e8e, edmaChannel 15
[DSP] @0,425,473tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 15
[DSP] @0,425,553tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3C@1,328,545us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,328,645us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,328,801us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,328,903us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
HAN_constructHandle> ESR 0x0: 0x8000 IPR 0x0: 0x8000
[DSP] @0,425,623tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93e58)
[DSP] @0,425,693tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,425,748tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,425,816tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,425,885tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,425,948tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,426,014tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,426,063tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93e58, status=IRES_OK)
[DSP] @0,426,137tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,426,195tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,426,249tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,426,313tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,426,382tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,426,434tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,426,500tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,426,558tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,426,612tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,426,675tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,426,742tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,426,821tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba0102c, scratchGroupId=0)
[DSP] @0,426,897tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,426,964tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,427,032tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,427,095tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,427,161tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,427,239tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 176
[DSP] @0,427,305tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 20
[DSP] @0,427,368tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,427,430tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,427,501tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 20
[DSP] @0,427,564tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,427,621tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapI@1,334,275us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,334,393us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,334,553us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,334,651us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
d=1)
[DSP] @0,427,692tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,427,773tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,427,832tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,427,919tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,427,976tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,428,031tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba0102c)
[DSP] @0,428,097tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,428,155tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba0102c, memRecs=0x8fb03ad8)
[DSP] @0,428,238tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,428,324tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,428,384tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,428,438tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,428,506tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,428,582tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,428,640tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93e90
[DSP] @0,428,726tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,428,783tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,428,836tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba0102c, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,428,928tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93e90, paRamIndices 0x8bd93ec4, paRamAddresses 0x8bd93ec0, shadowParams 0x0, tccIndices 0x8bd93ec6, edmaChannel 20
[DSP] @0,429,046tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 20
[DSP] @0,429,126tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x100000 IPR 0x0: 0x100000
[DSP] @0,429,200tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93e90)
[DSP] @0,429,270tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,429,325tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,429,393tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,429,463tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,429,525tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,429,582tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,429,631tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93e90, status=IRES_OK)
[DSP] @0,429,704tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti@1,337,656us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,337,759us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,337,915us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,338,013us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,429,761tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,429,814tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,429,890tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,429,959tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,430,011tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,430,077tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,430,136tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,430,190tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,430,252tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,430,319tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,430,396tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba01044, scratchGroupId=0)
[DSP] @0,430,471tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,430,538tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,430,605tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,430,667tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,430,732tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,430,809tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 177
[DSP] @0,430,874tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 21
[DSP] @0,430,934tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,430,996tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,431,066tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 21
[DSP] @0,431,129tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,431,184tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,431,254tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,431,332tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,431,390tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,431,476tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,431,533tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,431,590tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba01044)
[DSP] @0,431,656tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,431,715tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba01044, memRecs=0x8fb03@1,343,077us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,343,198us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,343,361us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,343,591us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
ad8)
[DSP] @0,431,798tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,431,883tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,431,943tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,431,998tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,432,066tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,432,140tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,432,198tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93ec8
[DSP] @0,432,284tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,432,340tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,432,394tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba01044, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,432,486tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93ec8, paRamIndices 0x8bd93efc, paRamAddresses 0x8bd93ef8, shadowParams 0x0, tccIndices 0x8bd93efe, edmaChannel 21
[DSP] @0,432,604tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 21
[DSP] @0,432,683tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x200000 IPR 0x0: 0x200000
[DSP] @0,432,756tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93ec8)
[DSP] @0,432,826tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,432,881tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,432,949tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,433,018tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,433,079tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,433,135tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,433,184tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93ec8, status=IRES_OK)
[DSP] @0,433,258tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,433,315tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,433,368tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,433,432tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,433,501tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,433,553tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,433,619tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,433,677tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,433,743tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,433,806tk: [+0 T:0x8fb00384 S:0x8fb03f8c] @1,346,629us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,346,734us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,346,894us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,346,994us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,433,874tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,433,950tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba0105c, scratchGroupId=0)
[DSP] @0,434,026tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,434,092tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,434,160tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,434,223tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,434,289tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,434,367tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 178
[DSP] @0,434,433tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 22
[DSP] @0,434,496tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,434,559tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,434,629tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 22
[DSP] @0,434,692tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,434,749tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,434,821tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,434,899tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,434,958tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,435,044tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,435,100tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,435,157tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba0105c)
[DSP] @0,435,223tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,435,285tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba0105c, memRecs=0x8fb03ad8)
[DSP] @0,435,367tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,435,456tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,435,516tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,435,571tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,435,639tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,435,714tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,435,773tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93f00
[DSP] @0,435,860tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_@1,352,333us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,352,453us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,352,615us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,352,714us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,435,916tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,435,970tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba0105c, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,436,064tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93f00, paRamIndices 0x8bd93f34, paRamAddresses 0x8bd93f30, shadowParams 0x0, tccIndices 0x8bd93f36, edmaChannel 22
[DSP] @0,436,182tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 22
[DSP] @0,436,262tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x400000 IPR 0x0: 0x400000
[DSP] @0,436,335tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93f00)
[DSP] @0,436,405tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,436,461tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,436,529tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,436,598tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,436,661tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,436,718tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,436,766tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93f00, status=IRES_OK)
[DSP] @0,436,839tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,436,897tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,436,950tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,437,014tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,437,083tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,437,136tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,437,201tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,437,260tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,437,314tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,437,376tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,437,443tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,437,518tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba01074, scratchGroupId=0)
[DSP] @0,437,606tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,437,673tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,437,743tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,437,804tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,437,869tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,437,947tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc@1,355,881us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,355,995us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,356,154us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,356,254us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 179
[DSP] @0,438,012tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 23
[DSP] @0,438,073tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,438,135tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,438,204tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 23
[DSP] @0,438,268tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,438,323tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,438,392tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,438,468tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,438,527tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,438,614tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,438,671tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,438,728tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba01074)
[DSP] @0,438,793tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,438,853tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba01074, memRecs=0x8fb03ad8)
[DSP] @0,438,936tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,439,021tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,439,081tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,439,135tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,439,203tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,439,278tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,439,337tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93f38
[DSP] @0,439,422tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,439,479tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,439,533tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba01074, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,439,625tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93f38, paRamIndices 0x8bd93f6c, paRamAddresses 0x8bd93f68, shadowParams 0x0, tccIndices 0x8bd93f6e, edmaChannel 23
[DSP] @0,439,743tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 23
[DSP] @0,439,822tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x800000 IPR 0x0: 0x800000
[DSP] @0,439,895tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93f38)
[DSP] @0,439,965tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt@1,359,250us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,359,354us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,359,515us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,359,613us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,440,020tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,440,088tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,440,156tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,440,217tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,440,274tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,440,322tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93f38, status=IRES_OK)
[DSP] @0,440,396tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,440,454tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,440,507tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,440,571tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,440,640tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,440,692tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,440,758tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,440,817tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,440,871tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,440,933tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,441,000tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,441,076tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba0108c, scratchGroupId=0)
[DSP] @0,441,150tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,441,217tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,441,285tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,441,347tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,441,414tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,441,503tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 180
[DSP] @0,441,568tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 24
[DSP] @0,441,631tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,441,692tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,441,762tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 24
[DSP] @0,441,826tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,441,882tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,441,951tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,442,030tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace>@1,365,216us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,365,335us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,365,497us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,365,598us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
 Exit (returnVal=1)
[DSP] @0,442,089tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,442,176tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,442,233tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,442,290tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba0108c)
[DSP] @0,442,356tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,442,417tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba0108c, memRecs=0x8fb03ad8)
[DSP] @0,442,500tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,442,588tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,442,648tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,442,702tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,442,770tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,442,845tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,442,904tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93f70
[DSP] @0,442,989tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,443,046tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,443,100tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba0108c, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,443,193tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93f70, paRamIndices 0x8bd93fa4, paRamAddresses 0x8bd93fa0, shadowParams 0x0, tccIndices 0x8bd93fa6, edmaChannel 24
[DSP] @0,443,311tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 24
[DSP] @0,443,392tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x1000000 IPR 0x0: 0x1000000
[DSP] @0,443,467tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93f70)
[DSP] @0,443,537tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,443,592tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,443,660tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,443,729tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,443,793tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,443,850tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,443,898tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93f70, status=IRES_OK)
[DSP] @0,443,972tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,444,030tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,444,082tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3@1,368,602us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,368,702us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,368,856us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,368,954us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,444,146tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,444,215tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,444,267tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,444,333tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,444,391tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,444,445tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,444,508tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,444,575tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,444,650tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba010a4, scratchGroupId=0)
[DSP] @0,444,726tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,444,793tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,444,861tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,444,922tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,444,987tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @0,445,080tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 4 PaRams starting at 181
[DSP] @0,445,155tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 25
[DSP] @0,445,217tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,445,280tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,445,363tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 25
[DSP] @0,445,429tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,445,486tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,445,555tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,445,633tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,445,691tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,445,777tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,445,834tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,445,890tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba010a4)
[DSP] @0,445,956tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,446,015tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba010a4, memRecs=0x8fb03ad8)
[DSP] @0,446,098tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x4a, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,446,183tk: [+0 T:0x8fb00384 S:0x8fb03a4c] t@1,374,217us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,374,336us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,374,495us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,374,595us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
i.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,446,244tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,446,298tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,446,366tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,446,441tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,446,500tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93fa8
[DSP] @0,446,585tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,446,642tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,446,696tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba010a4, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,446,789tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93fa8, paRamIndices 0x8bd93fe8, paRamAddresses 0x8bd93fd8, shadowParams 0x0, tccIndices 0x8bd93ff0, edmaChannel 25
[DSP] @0,446,907tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 4, Num Tccs 1, Qdma channel 518 Edma channel 25
[DSP] @0,446,986tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x2000000 IPR 0x0: 0x2000000
[DSP] @0,447,060tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93fa8)
[DSP] @0,447,131tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,447,186tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,447,255tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,447,323tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,447,384tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,447,441tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,447,491tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93fa8, status=IRES_OK)
[DSP] @0,447,572tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,447,630tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,447,683tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,447,748tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,447,816tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,447,869tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,447,935tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,447,993tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,448,048tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,448,110tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,448,177tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,448@1,377,617us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,377,719us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,377,875us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,377,975us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
,253tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba010bc, scratchGroupId=0)
[DSP] @0,448,328tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,448,394tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,448,462tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,448,523tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,448,588tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,448,666tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 185
[DSP] @0,448,732tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 26
[DSP] @0,448,793tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,448,855tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,448,925tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 26
[DSP] @0,448,988tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,449,043tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,449,112tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,449,203tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,449,262tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,449,348tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,449,405tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,449,463tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba010bc)
[DSP] @0,449,530tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,449,590tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba010bc, memRecs=0x8fb03ad8)
[DSP] @0,449,673tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,449,760tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,449,820tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,449,875tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,449,944tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,450,021tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,450,079tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93ff8
[DSP] @0,450,165tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,450,222tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,450,276tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_const@1,383,393us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,383,512us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,383,675us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,383,774us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
ructHandle> Enter (protArgs=0x8ba010bc, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,450,369tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd93ff8, paRamIndices 0x8bd9402c, paRamAddresses 0x8bd94028, shadowParams 0x0, tccIndices 0x8bd9402e, edmaChannel 26
[DSP] @0,450,487tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 26
[DSP] @0,450,567tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x4000000 IPR 0x0: 0x4000000
[DSP] @0,450,641tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd93ff8)
[DSP] @0,450,711tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,450,766tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,450,835tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,450,903tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,450,965tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,451,021tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,451,069tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd93ff8, status=IRES_OK)
[DSP] @0,451,144tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,451,202tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,451,254tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,451,319tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,451,387tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,451,440tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,451,506tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,451,564tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,451,618tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,451,681tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,451,748tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,451,824tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba010d4, scratchGroupId=0)
[DSP] @0,451,900tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,451,967tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,452,035tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,452,098tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,452,165tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,452,242tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 186
[DSP] @0,452,308tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 27
[DSP] @0,452,370tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.@1,386,938us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,387,051us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,387,215us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,387,313us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,452,432tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,452,502tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 27
[DSP] @0,452,566tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,452,622tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,452,692tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,452,773tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,452,832tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,452,919tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,452,976tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,453,031tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba010d4)
[DSP] @0,453,110tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,453,169tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba010d4, memRecs=0x8fb03ad8)
[DSP] @0,453,252tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,453,337tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,453,398tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,453,452tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,453,520tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,453,595tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,453,654tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd94030
[DSP] @0,453,739tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,453,796tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,453,850tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba010d4, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,453,942tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd94030, paRamIndices 0x8bd94064, paRamAddresses 0x8bd94060, shadowParams 0x0, tccIndices 0x8bd94066, edmaChannel 27
[DSP] @0,454,060tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 27
[DSP] @0,454,140tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x8000000 IPR 0x0: 0x8000000
[DSP] @0,454,215tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd94030)
[DSP] @0,454,286tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,454,340tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,454,409tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti@1,392,651us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,392,768us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,392,932us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,393,035us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,454,479tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,454,539tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,454,597tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,454,646tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd94030, status=IRES_OK)
[DSP] @0,454,719tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,454,777tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,454,829tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,454,894tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,454,963tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,455,015tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,455,081tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,455,139tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,455,193tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,455,255tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,455,322tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,455,398tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba010ec, scratchGroupId=0)
[DSP] @0,455,473tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,455,540tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,455,608tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,455,669tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,455,734tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,455,811tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 187
[DSP] @0,455,877tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 28
[DSP] @0,455,937tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,455,999tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,456,069tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 28
[DSP] @0,456,132tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,456,187tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,456,256tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,456,334tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,456,392tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,456,479tk: [+0 T:0x8fb00384 @1,396,213us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,396,326us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,396,485us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,396,584us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,456,536tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,456,590tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba010ec)
[DSP] @0,456,656tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,456,715tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba010ec, memRecs=0x8fb03ad8)
[DSP] @0,456,798tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,456,884tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,456,954tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,457,009tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,457,076tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,457,150tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,457,209tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd94068
[DSP] @0,457,295tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,457,352tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,457,405tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba010ec, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,457,497tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd94068, paRamIndices 0x8bd9409c, paRamAddresses 0x8bd94098, shadowParams 0x0, tccIndices 0x8bd9409e, edmaChannel 28
[DSP] @0,457,615tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 28
[DSP] @0,457,695tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x10000000 IPR 0x0: 0x10000000
[DSP] @0,457,771tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd94068)
[DSP] @0,457,841tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,457,896tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,457,965tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,458,034tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,458,094tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,458,150tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,458,199tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd94068, status=IRES_OK)
[DSP] @0,458,273tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,458,331tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,458,384tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,458,449tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,458,518tk: [+0 T:0x8fb00384 S:0@1,399,589us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,399,691us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,402,166us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,402,284us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,458,571tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,458,636tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,458,695tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,458,749tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,458,811tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,458,879tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,458,955tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba01104, scratchGroupId=0)
[DSP] @0,459,031tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,459,097tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,459,165tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,459,228tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,459,295tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,459,374tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 188
[DSP] @0,459,441tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 29
[DSP] @0,459,504tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,459,566tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,459,636tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 29
[DSP] @0,459,699tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,459,757tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,459,826tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,459,905tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,459,964tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,460,050tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,460,107tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,460,163tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba01104)
[DSP] @0,460,229tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,460,290tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba01104, memRecs=0x8fb03ad8)
[DSP] @0,460,373tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,460,461tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,460,521tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,460,576tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 -@1,405,459us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,405,575us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,405,733us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,405,831us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
 _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,460,644tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,460,719tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,460,790tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd940a0
[DSP] @0,460,877tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,460,933tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,460,987tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba01104, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,461,083tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd940a0, paRamIndices 0x8bd940d4, paRamAddresses 0x8bd940d0, shadowParams 0x0, tccIndices 0x8bd940d6, edmaChannel 29
[DSP] @0,461,200tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 29
[DSP] @0,461,281tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x20000000 IPR 0x0: 0x20000000
[DSP] @0,461,357tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd940a0)
[DSP] @0,461,427tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,461,483tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,461,551tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,461,620tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,461,681tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,461,738tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,461,786tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd940a0, status=IRES_OK)
[DSP] @0,461,860tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,461,918tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,461,971tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,462,036tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,462,104tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,462,157tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,462,224tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,462,282tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,462,336tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,462,399tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,462,466tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,462,542tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba0111c, scratchGroupId=0)
[DSP] @0,462,619tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter@1,408,840us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,408,942us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,409,098us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,409,200us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
 (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,462,686tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,462,755tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,462,816tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,462,881tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @0,462,967tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 4 PaRams starting at 189
[DSP] @0,463,040tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 30
[DSP] @0,463,101tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,463,163tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,463,233tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 30
[DSP] @0,463,300tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,463,355tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,463,424tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,463,500tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,463,559tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,463,647tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,463,703tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,463,759tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba0111c)
[DSP] @0,463,825tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,463,883tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba0111c, memRecs=0x8fb03ad8)
[DSP] @0,463,966tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x4a, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,464,052tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,464,112tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,464,166tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,464,234tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,464,309tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,464,367tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd940d8
[DSP] @0,464,453tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,464,509tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,464,563tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba0111c, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,464,664tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd940d8, p@1,423,927us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,424,046us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,424,212us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,424,313us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
aRamIndices 0x8bd94118, paRamAddresses 0x8bd94108, shadowParams 0x0, tccIndices 0x8bd94120, edmaChannel 30
[DSP] @0,464,782tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 4, Num Tccs 1, Qdma channel 518 Edma channel 30
[DSP] @0,464,862tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x40000000 IPR 0x0: 0x40000000
[DSP] @0,464,939tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd940d8)
[DSP] @0,465,009tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,465,063tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,465,132tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,465,201tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,465,262tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,465,318tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,465,367tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd940d8, status=IRES_OK)
[DSP] @0,465,444tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,465,502tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,465,555tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,465,619tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,465,688tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,465,740tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,465,806tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,465,864tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,465,918tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,465,981tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,466,048tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,466,123tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba01134, scratchGroupId=0)
[DSP] @0,466,198tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,466,265tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,466,333tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,466,395tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,466,462tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,466,540tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 193
[DSP] @0,466,606tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 31
[DSP] @0,466,668tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,466,730tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0@1,427,494us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,427,609us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,427,769us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,427,868us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
,466,799tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 31
[DSP] @0,466,862tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,466,918tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,466,987tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,467,067tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,467,125tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,467,211tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,467,268tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,467,324tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba01134)
[DSP] @0,467,390tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,467,452tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba01134, memRecs=0x8fb03ad8)
[DSP] @0,467,534tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,467,622tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,467,682tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,467,737tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,467,805tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,467,879tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,467,938tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd94128
[DSP] @0,468,023tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,468,080tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,468,133tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba01134, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,468,226tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd94128, paRamIndices 0x8bd9415c, paRamAddresses 0x8bd94158, shadowParams 0x0, tccIndices 0x8bd9415e, edmaChannel 31
[DSP] @0,468,344tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 31
[DSP] @0,468,424tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x80000000 IPR 0x0: 0x80000000
[DSP] @0,468,500tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd94128)
[DSP] @0,468,583tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,468,638tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,468,707tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,468,776tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,468,836tk: [+0 T:0x8fb@1,434,801us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,434,927us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,435,089us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,435,195us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,468,893tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,468,942tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd94128, status=IRES_OK)
[DSP] @0,469,016tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,469,073tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,469,126tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,469,191tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,469,259tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,469,312tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,469,378tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,469,436tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,469,490tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,469,553tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,469,620tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,469,696tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba0114c, scratchGroupId=0)
[DSP] @0,469,773tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,469,839tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,469,908tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,469,969tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,470,034tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @0,470,113tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 194
[DSP] @0,470,180tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 32
[DSP] @0,470,242tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,470,306tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,470,376tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 32
[DSP] @0,470,440tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,470,497tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,470,568tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,470,646tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,470,705tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,470,791tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,470,848tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,470,904tk: [+0 T:0x8fb00384 S:0x8fb03a@1,452,389us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,452,506us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,452,670us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,452,771us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba0114c)
[DSP] @0,470,970tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,471,028tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba0114c, memRecs=0x8fb03ad8)
[DSP] @0,471,110tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,471,197tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,471,257tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,471,311tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,471,379tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,471,455tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,471,513tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd94160
[DSP] @0,471,599tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,471,655tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,471,709tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba0114c, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,471,801tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd94160, paRamIndices 0x8bd94194, paRamAddresses 0x8bd94190, shadowParams 0x0, tccIndices 0x8bd94196, edmaChannel 32
[DSP] @0,471,919tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 32
[DSP] @0,471,999tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x1: 0x0 IPR 0x1: 0x0
[DSP] @0,472,065tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd94160)
[DSP] @0,472,135tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,472,189tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,472,258tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,472,327tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,472,396tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,472,453tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,472,501tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd94160, status=IRES_OK)
[DSP] @0,472,574tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @0,472,632tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,472,685tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,472,749tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,472,818tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @0,472,870tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @0,472,937tk: [+0 T:0x8fb00384 S:0x8@1,455,937us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,456,052us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,456,216us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,456,315us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @0,472,995tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @0,473,049tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @0,473,111tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @0,473,178tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @0,473,253tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8ba01164, scratchGroupId=0)
[DSP] @0,473,328tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8ba00000, scratchGroupId=0)
[DSP] @0,473,395tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8ba00000
[DSP] @0,473,464tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43ea0)
[DSP] @0,473,525tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,473,590tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @0,473,670tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 4 PaRams starting at 195
[DSP] @0,473,743tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 33
[DSP] @0,473,803tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @0,473,865tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @0,473,935tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 33
[DSP] @0,473,999tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,474,054tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,474,123tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @0,474,200tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,474,259tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @0,474,346tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,474,402tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,474,458tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8ba01164)
[DSP] @0,474,525tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @0,474,586tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8ba01164, memRecs=0x8fb03ad8)
[DSP] @0,474,669tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x4a, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @0,474,756tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @0,474,816tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @0,474,871tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @0,474,939tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1@1,463,126us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,463,245us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,463,409us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,463,510us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
)
[DSP] @0,475,013tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @0,475,071tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd94198
[DSP] @0,475,156tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @0,475,213tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @0,475,267tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8ba01164, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd93a60)
[DSP] @0,475,360tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8bd94198, paRamIndices 0x8bd941d8, paRamAddresses 0x8bd941c8, shadowParams 0x0, tccIndices 0x8bd941e0, edmaChannel 33
[DSP] @0,475,478tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 4, Num Tccs 1, Qdma channel 518 Edma channel 33
[DSP] @0,475,558tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x2: 0x0 IPR 0x2: 0x0
[DSP] @0,475,624tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8bd94198)
[DSP] @0,475,694tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,475,749tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,475,818tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @0,475,887tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,475,948tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,476,004tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,476,052tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8bd94198, status=IRES_OK)
[DSP] @0,476,145tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @0,476,200tk: [+0 T:0x8fb00384 S:0x8fb03f5c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @0,476,283tk: [+0 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a98)
[DSP] @0,476,351tk: [+0 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @0,476,409tk: [+0 T:0x8fb00384 S:0x8fb03f5c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @0,476,466tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @0,476,515tk: [+0 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Exit (status=0)
[DSP] @0,476,575tk: [+0 T:0x8fb00384 S:0x8fb04034] ti.sdo.ce.alg.Algorithm - Algorithm_create> return (0x8fb04f38)
[DSP] @0,476,641tk: [+5 T:0x8fb00384 S:0x8fb0407c] CV - VISA_create> local codec created (name='h264enc', handle=0x8fb04f38)
[DSP] @0,476,711tk: [+0 T:0x8fb00384 S:0x8fb041d4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_create> return (0x8fb04f00)
[DSP] @0,476,784tk: [+4 T:0x8fb00384 S:0x8fb04194] OT - Thread_create > name: "h264enc#0", pri:  -1, stack size:  18432, stack seg: 0
[DSP] @0,478,458tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 1
[DSP] @0,481,510tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,481,566tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,495,799tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,495,855tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,528,033tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,528,087tk: [+0 T:0x8fb00@1,466,707us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,466,823us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,466,983us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,467,080us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,556,192tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,556,248tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,579,254tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,579,309tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,610,348tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,610,402tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,623,485tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,623,539tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,645,095tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,645,149tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,658,244tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,658,299tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,681,396tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,681,451tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,694,515tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,694,569tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,719,083tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,719,137tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,732,153tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,732,209tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,756,665tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,756,720tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,769,670tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,769,724tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,793,792tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,793,846tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,806,838tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,806,893tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,826,837tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,826,892tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,840,515tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,840,570tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,853,522tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,853,577tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,876,681tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,876,736tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,889,671tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,889,725tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,911,893tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,911,947tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,924,912tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,924,966tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,945,943tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056@1,484,090us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,484,212us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,484,375us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,484,475us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
): cmd = 5
[DSP] @0,945,998tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,959,621tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,959,680tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,981,731tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,981,785tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @0,995,436tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @0,995,490tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,008,426tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,008,480tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,031,556tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,031,611tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,044,578tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,044,632tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,066,359tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,066,413tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,079,446tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,079,501tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,101,846tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,101,901tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,115,529tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,115,583tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,137,641tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,137,695tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,151,402tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,151,458tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,164,423tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,164,478tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,187,167tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,187,221tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,200,190tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,200,244tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,258,598tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,258,653tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,272,383tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,272,437tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,300,674tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,300,728tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,368,658tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,368,712tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,382,375tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,382,430tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,410,193tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,410,248tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,424,025tk: [+0 T:0x8fb00384 S:0x8fb0434@1,487,750us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,487,865us: [+0 T:0x4001f390 S:0xbed72834] OC - Comm_put> return (0)
@1,488,031us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> Enter(queue=0x10001, msg=0xbed728cc, timeout=-1)
@1,488,124us: [+0 T:0x4001f390 S:0xbed7282c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
4] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,424,079tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,491,268tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,491,322tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @1,505,400tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,505,456tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@1,492,378us: [+0 T:0x4001f390 S:0xbed72864] CE - Engine_fwriteTrace> returning count [203151]
@1,492,457us: [+2 T:0x4001f390 S:0xbed728cc] CE - Engine_createNode> Returning 0x43638
@1,492,565us: [+5 T:0x4001f390 S:0xbed72944] CV - VISA_create> remote codec created (name='h264enc', localQueueID=0x10004, remoteQueueID=0x0002)
@1,492,645us: [+0 T:0x4001f390 S:0xbed72a7c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_create> return (0x435f0)
@1,492,726us: [+0 T:0x4001f390 S:0xbed72a24] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Enter (handle=0x435f0, id=1, dynParams=0xbed72b90 (size=0x30), status=0xbed72af4 (size=0x9c)
@1,492,847us: [+4 T:0x4001f390 S:0xbed729e4] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@1,492,928us: [+5 T:0x4001f390 S:0xbed729ec] CV - VISA_allocMsg> Allocating message for messageId=0x00029c10
@1,493,010us: [+0 T:0x4001f390 S:0xbed729cc] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c10, command=0x1
@1,493,093us: [+0 T:0x4001f390 S:0xbed72994] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@1,493,197us: [+0 T:0x4001f390 S:0xbed72994] OC - Comm_put> return (0)
@1,493,265us: [+0 T:0x4001f390 S:0xbed7298c] OC - Comm_get> Enter(queue=0x10004, msg=0xbed72a3c, timeout=-1)
@1,493,694us: [+0 T:0x4001f390 S:0xbed7298c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,493,788us: [+0 T:0x4001f390 S:0xbed7291c] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,493,889us: [+0 T:0x4001f390 S:0xbed7291c] OC - Comm_put> return (0)
@1,494,043us: [+0 T:0x4001f390 S:0xbed72914] OC - Comm_get> Enter(queue=0x10001, msg=0xbed729b4, timeout=-1)
@1,494,145us: [+0 T:0x4001f390 S:0xbed72914] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @1,526,028tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> 0x8fb04e40(h264enc#0) call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c10
[DSP] @1,526,119tk: [+0 T:0x8fb05444 S:0x8fb09a6c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Enter (handle=0x8fb04f00, id=1, dynParams=0x8ff07934 (size=0x30), status=0x8ff07964 (size=0x9c)
[DSP] @1,526,224tk: [+5 T:0x8fb05444 S:0x8fb09a4c] CV - VISA_enter(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @1,526,287tk: [+0 T:0x8fb05444 S:0x8fb09a2c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb04f38)
[DSP] @1,526,350tk: [+0 T:0x8fb05444 S:0x8fb099f4] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8ba00000)
[DSP] @1,526,419tk: [+2 T:0x8fb05444 S:0x8fb099f4] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x0, current algorithm to be activated 0x8ba00000
[DSP] @1,526,497tk: [+4 T:0x8fb05444 S:0x8fb099f4] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8ba00000
[DSP] @1,526,624tk: [+0 T:0x8fb05444 S:0x8fb099f4] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @1,526,675tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @1,526,757tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @1,526,812tk: [+0 T:0x8fb05444 S:0x8fb09a2c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @1,526,883tk: [+5 T:0x8fb05444 S:0x8fb09a4c] CV - VISA_exit(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @1,526,945tk: [+0 T:0x8fb05444 S:0x8fb09a2c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb04f38)
[DSP] @1,527,009tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @1,527,088tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @1,527,146tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8ba00000)
[DSP] @1,527,213tk: [+4 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8ba00000
[DSP] @1,527,279tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @1,527,328tk: [+0 T:0x8fb05444 S:0x8fb09a2c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @1,527,381tk: [+0 T:0x8fb05444 S:0x8fb09a6c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Exit (handle=0x8fb04f00, retVal=0x0)
[DSP] @1,527,452tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> returned from call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c10
[DSP] @1,528,709tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,528,764tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@1,496,461us: [+0 T:0x4001f390 S:0xbed7294c] CE - Engine_fwriteTrace> returning count [2871]
@1,496,540us: [+0 T:0x4001f390 S:0xbed729cc] CV - VISA_call Completed: messageId=0x00029c10, command=0x1, return(status=0)
@1,496,629us: [+5 T:0x4001f390 S:0xbed729d4] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c10
@1,496,715us: [+0 T:0x4001f390 S:0xbed72a24] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Exit (handle=0x435f0, retVal=0x0)
@1,496,785us: [+0 T:0x4001f390 S:0xbed72a24] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Enter (handle=0x435f0, id=5, dynParams=0xbed72b90 (size=0x30), status=0xbed72af4 (size=0x9c)
@1,496,860us: [+4 T:0x4001f390 S:0xbed729e4] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@1,496,925us: [+5 T:0x4001f390 S:0xbed729ec] CV - VISA_allocMsg> Allocating message for messageId=0x00029c11
@1,496,988us: [+0 T:0x4001f390 S:0xbed729cc] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c11, command=0x1
@1,497,055us: [+0 T:0x4001f390 S:0xbed72994] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@1,497,153us: [+0 T:0x4001f390 S:0xbed72994] OC - Comm_put> return (0)
@1,497,221us: [+0 T:0x4001f390 S:0xbed7298c] OC - Comm_get> Enter(queue=0x10004, msg=0xbed72a3c, timeout=-1)
@1,497,620us: [+0 T:0x4001f390 S:0xbed7298c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,497,715us: [+0 T:0x4001f390 S:0xbed7291c] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@1,497,816us: [+0 T:0x4001f390 S:0xbed7291c] OC - Comm_put> return (0)
@1,497,971us: [+0 T:0x4001f390 S:0xbed72914] OC - Comm_get> Enter(queue=0x10001, msg=0xbed729b4, timeout=-1)
@1,498,070us: [+0 T:0x4001f390 S:0xbed72914] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @1,541,327tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> 0x8fb04e40(h264enc#0) call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c11
[DSP] @1,541,410tk: [+0 T:0x8fb05444 S:0x8fb09a6c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Enter (handle=0x8fb04f00, id=5, dynParams=0x8ff07934 (size=0x30), status=0x8ff07964 (size=0x9c)
[DSP] @1,541,507tk: [+5 T:0x8fb05444 S:0x8fb09a4c] CV - VISA_enter(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @1,541,569tk: [+0 T:0x8fb05444 S:0x8fb09a2c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb04f38)
[DSP] @1,541,631tk: [+0 T:0x8fb05444 S:0x8fb099f4] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8ba00000)
[DSP] @1,541,695tk: [+2 T:0x8fb05444 S:0x8fb099f4] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8ba00000, current algorithm to be activated 0x8ba00000
[DSP] @1,541,776tk: [+2 T:0x8fb05444 S:0x8fb099f4] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Activation of algorithm 0x8ba00000 not required, already active
[DSP] @1,541,849tk: [+0 T:0x8fb05444 S:0x8fb099f4] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @1,541,898tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @1,541,977tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @1,542,031tk: [+0 T:0x8fb05444 S:0x8fb09a2c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @1,542,085tk: [+5 T:0x8fb05444 S:0x8fb09a4c] CV - VISA_exit(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @1,542,144tk: [+0 T:0x8fb05444 S:0x8fb09a2c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb04f38)
[DSP] @1,542,207tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @1,542,286tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @1,542,343tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8ba00000)
[DSP] @1,542,409tk: [+4 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8ba00000
[DSP] @1,542,474tk: [+0 T:0x8fb05444 S:0x8fb09a04] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @1,542,522tk: [+0 T:0x8fb05444 S:0x8fb09a2c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @1,542,574tk: [+0 T:0x8fb05444 S:0x8fb09a6c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Exit (handle=0x8fb04f00, retVal=0x0)
[DSP] @1,542,640tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> returned from call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c11
[DSP] @1,543,892tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @1,543,947tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@1,512,849us: [+0 T:0x4001f390 S:0xbed7294c] CE - Engine_fwriteTrace> returning count [2902]
@1,512,930us: [+0 T:0x4001f390 S:0xbed729cc] CV - VISA_call Completed: messageId=0x00029c11, command=0x1, return(status=0)
@1,513,003us: [+5 T:0x4001f390 S:0xbed729d4] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c11
@1,513,071us: [+0 T:0x4001f390 S:0xbed72a24] ti.sdo.ce.video1.VIDENC1 - VIDENC1_control> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 87] Main: Begin to init h264 dec module.
[sdk_algs/src/get_config.c 50] Get_config: Failed to open sdk algs configuration file: sdk_algs.conf.
@1,612,567us: [+0 T:0x4001f390 S:0xbed72b7c] OM - Memory_alloc> Enter(0xd6740)
@1,612,828us: [+0 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> Enter(size=878400, align=-1, cached=FALSE, heap=FALSE)
@1,613,237us: [+4 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> CMEM_alloc(878400) = 0x4208a000.
@1,613,524us: [+4 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> CMEM_getPhys(0x4208a000) = 0x87750000.
@1,613,735us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> Enter(virtAddr=0x4208a000, size=878400, physAddr=0x87750000)
@1,613,827us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> creating new contigBuf object
@1,613,890us: [+0 T:0x4001f390 S:0xbed72ad4] OM - Memory_alloc> Enter(0x10)
@1,613,956us: [+0 T:0x4001f390 S:0xbed72ad4] OM - Memory_alloc> return (0x436e8)
@1,614,015us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> returning: cb->phys=0x87750000, cb->size=878400, cb->virt=0x4208a000
@1,614,079us: [+0 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> return (0x4208a000)
@1,614,137us: [+0 T:0x4001f390 S:0xbed72b7c] OM - Memory_alloc> return (0x4208a000)
@1,614,195us: [+0 T:0x4001f390 S:0xbed72b5c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=4)
@1,614,256us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=4)
@1,614,314us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x4208a004, PSc=0x87750000)
@1,614,382us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@1,614,437us: [+0 T:0x4001f390 S:0xbed72b5c] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@1,614,493us: [+2 T:0x4001f390 S:0xbed72b94] ti.sdo.dmai - [Buffer] Alloc Buffer of size 878400 at 0x4208a000 (0x87750000 phys)
@1,614,569us: [+0 T:0x4001f390 S:0xbed72b7c] OM - Memory_alloc> Enter(0xd6740)
@1,614,632us: [+0 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> Enter(size=878400, align=-1, cached=FALSE, heap=FALSE)
@1,614,833us: [+4 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> CMEM_alloc(878400) = 0x4225f000.
@1,614,938us: [+4 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> CMEM_getPhys(0x4225f000) = 0x8757b000.
@1,615,008us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> Enter(virtAddr=0x4225f000, size=878400, physAddr=0x8757b000)
@1,615,077us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> creating new contigBuf object
@1,615,132us: [+0 T:0x4001f390 S:0xbed72ad4] OM - Memory_alloc> Enter(0x10)
@1,615,195us: [+0 T:0x4001f390 S:0xbed72ad4] OM - Memory_alloc> return (0x43778)
@1,615,255us: [+1 T:0x4001f390 S:0xbed72aec] OM - Memory__addContigBuf> returning: cb->phys=0x8757b000, cb->size=878400, cb->virt=0x4225f000
@1,615,316us: [+0 T:0x4001f390 S:0xbed72b34] OM - Memory_contigAlloc> return (0x4225f000)
@1,615,374us: [+0 T:0x4001f390 S:0xbed72b7c] OM - Memory_alloc> return (0x4225f000)
@1,615,434us: [+0 T:0x4001f390 S:0xbed72b5c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=4)
@1,615,494us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=4)
@1,615,553us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x42335740, Ss=0x4225f000, Es=0x4225f004, PSc=0x8757b000)
@1,615,617us: [+1 T:0x4001f390 S:0xbed72b5c] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@1,615,674us: [+0 T:0x4001f390 S:0xbed72b5c] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@1,615,730us: [+2 T:0x4001f390 S:0xbed72b94] ti.sdo.dmai - [Buffer] Alloc Buffer of size 878400 at 0x4225f000 (0x8757b000 phys)
@1,615,862us: [+0 T:0x4001f390 S:0xbed72a94] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_create> Enter (engine=0x427e0, name='h264dec', params=0xbed72b28)
@1,615,944us: [+0 T:0x4001f390 S:0xbed72a64] CV - VISA_create(0x427e0, 'h264dec', 0xbed72b28, 0x2340, 'ti.sdo.ce.video2.IVIDDEC2')
@1,616,013us: [+0 T:0x4001f390 S:0xbed7295c] CV - VISA_create2(0x427e0, 'h264dec', 0xbed72b28, 0x1c, 0x2340, 'ti.sdo.ce.video2.IVIDDEC2')
@1,616,094us: [+0 T:0x4001f390 S:0xbed72944] OM - Memory_alloc> Enter(0x34)
@1,616,161us: [+0 T:0x4001f390 S:0xbed72944] OM - Memory_alloc> return (0x438b0)
@1,616,221us: [+0 T:0x4001f390 S:0xbed72944] OM - Memory_alloc> Enter(0x4)
@1,616,281us: [+0 T:0x4001f390 S:0xbed72944] OM - Memory_alloc> return (0x438e8)
@1,616,343us: [+0 T:0x4001f390 S:0xbed7293c] OC - Comm_alloc> Enter(poolId=0x0, msg=0x438e8, size=2340)
@1,616,436us: [+0 T:0x4001f390 S:0xbed7293c] OC - Comm_alloc> msg=0x41448900, returning (0)
@1,616,505us: [+0 T:0x4001f390 S:0xbed728e4] CE - Engine_createNode(0x427e0, 'h264dec', 2340, 0xbed72b28, 0x1c, 0xbed72a58)
@1,616,573us: [+0 T:0x4001f390 S:0xbed728e4] CE - Engine> allocNode Enter(engine=0x427e0, impId='h264dec')
@1,616,630us: [+0 T:0x4001f390 S:0xbed728cc] OM - Memory_alloc> Enter(0x20)
@1,616,692us: [+0 T:0x4001f390 S:0xbed728cc] OM - Memory_alloc> return (0x438f8)
@1,616,765us: [+0 T:0x4001f390 S:0xbed728e4] CE - Engine> allocNode(). Calling (Comm_create(gppfromnode_155_5, 0x43900, NULL)
@1,616,828us: [+0 T:0x4001f390 S:0xbed728bc] OC - Comm_create> Enter(queueName='gppfromnode_155_5', queue=0x43900, attrs=0x0)
@1,616,887us: [+0 T:0x4001f390 S:0xbed728a4] OM - Memory_alloc> Enter(0x4)
@1,616,948us: [+0 T:0x4001f390 S:0xbed728a4] OM - Memory_alloc> return (0x43920)
@1,617,590us: [+0 T:0x4001f390 S:0xbed728bc] OC - Comm_create> return (0x43920)
@1,617,685us: [+0 T:0x4001f390 S:0xbed728c4] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,617,789us: [+0 T:0x4001f390 S:0xbed728c4] OC - Comm_put> return (0)
@1,617,857us: [+0 T:0x4001f390 S:0xbed728bc] OC - Comm_get> Enter(queue=0x10002, msg=0xbed7296c, timeout=-1)
@1,690,598us: [+0 T:0x4001f390 S:0xbed728bc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,690,871us: [+0 T:0x4001f390 S:0xbed728c4] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,691,178us: [+0 T:0x4001f390 S:0xbed728c4] OC - Comm_put> return (0)
@1,691,557us: [+0 T:0x4001f390 S:0xbed728bc] OC - Comm_get> Enter(queue=0x10002, msg=0xbed7296c, timeout=-1)
@1,691,851us: [+0 T:0x4001f390 S:0xbed728bc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,692,118us: [+4 T:0x4001f390 S:0xbed728e4] CE - Engine_createNode> created node(stdIn=0x3, stdOut=0x10005, msgq=0x43920, algName='h264dec', rmsNode=0x8fb09c98, algHandle=0x8fb09d38)
@1,692,414us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,692,719us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,693,056us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,693,351us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @2,007,845tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 0
[DSP] @2,007,907tk: [+0 T:0x8fb00384 S:0x8fb0422c] OM - Memory_alloc> Enter(size=0x18)
[DSP] @2,007,959tk: [+0 T:0x8fb00384 S:0x8fb0422c] OM - Memory_alloc> return (0x8fb09c98)
[DSP] @2,008,010tk: [+0 T:0x8fb00384 S:0x8fb0422c] OM - Memory_alloc> Enter(size=0xa)
[DSP] @2,008,055tk: [+0 T:0x8fb00384 S:0x8fb0422c] OM - Memory_alloc> return (0x8fb09cb0)
[DSP] @2,008,109tk: [+0 T:0x8fb00384 S:0x8fb041ec] OM - Memory_alloc> Enter(size=0x20)
[DSP] @2,008,156tk: [+0 T:0x8fb00384 S:0x8fb041ec] OM - Memory_alloc> return (0x8fb09cc0)
[DSP] @2,008,208tk: [+0 T:0x8fb00384 S:0x8fb041bc] OM - Memory_alloc> Enter(size=0x24)
[DSP] @2,008,255tk: [+0 T:0x8fb00384 S:0x8fb041bc] OM - Memory_alloc> return (0x8fb09ce0)
[DSP] @2,008,336tk: [+0 T:0x8fb00384 S:0x8fb041d4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_create> Enter (engine=0x0, name='h264dec', params=0x8ff05940)
[DSP] @2,008,413tk: [+0 T:0x8fb00384 S:0x8fb0419c] CV - VISA_create(0x0, 'h264dec', 0x8ff05940, 0x2340, 'ti.sdo.ce.video2.IVIDDEC2')
[DSP] @2,008,486tk: [+0 T:0x8fb00384 S:0x8fb0407c] CV - VISA_create2(0x0, 'h264dec', 0x8ff05940, 0x1c, 0x2340, 'ti.sdo.ce.video2.IVIDDEC2')
[DSP] @2,008,578tk: [+0 T:0x8fb00384 S:0x8fb0405c] OM - Memory_alloc> Enter(size=0x34)
[DSP] @2,008,626tk: [+0 T:0x8fb00384 S:0x8fb0405c] OM - Memory_alloc> return (0x8fb09d38)
[DSP] @2,008,678tk: [+0 T:0x8fb00384 S:0x8fb04034] ti.sdo.ce.alg.Algorithm - Algorithm_create> Enter(fxns=0x8fc6d93c, idma3Fxns=0x0, iresFxns=0x8fc6d914, params=0x8ff05940, attrs=0x8fb04180)
[DSP] @2,008,773tk: [+0 T:0x8fb00384 S:0x8fb04014] OM - Memory_alloc> Enter(size=0x10)
[DSP] @2,008,821tk: [+0 T:0x8fb00384 S:0x8fb04014] OM - Memory_alloc> return (0x8fb09d70)
[DSP] @2,008,875tk: [+0 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.dskt2 - _DSKT2_init> Enter
[DSP] @2,008,921tk: [+0 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.dskt2 - _DSKT2_init> Exit
[DSP] @2,008,968tk: [+0 T:0x8fb00384 S:0x8fb03ffc] ti.sdo.fc.dskt2 - DSKT2_createAlg> Enter (scratchId=0, fxns=0x8fc6d93c, parentAlg=0x0, params=0x8ff05940)
[DSP] @2,009,048tk: [+0 T:0x8fb00384 S:0x8fb03f64] ti.sdo.fc.dskt2 - _DSKT2_init> Enter
[DSP] @2,009,093tk: [+0 T:0x8fb00384 S:0x8fb03f64] ti.sdo.fc.dskt2 - _DSKT2_init> Exit
[DSP] @2,009,138tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Enter (scratchId=0, fxns=0x8fc6d93c, parentAlg=0x0, params=0x8ff05940, extHeapId=0, singleHeap=20479)
[DSP] @2,009,231tk: [+2 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> DSKT2_AlgAttrs extHeapId -1 and singleHeap 0
[DSP] @2,009,297tk: [+2 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Num memory recs requested 8
[DSP] @2,009,357tk: [+2 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> memTab allocated at 0x8fb09d80 size=0xa0
[DSP] @2,009,425tk: [+2 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Num memory recs requested 8
[DSP] @2,009,484tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[0]: size=0x480, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,009,565tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[1]: size=0x1380, align=0x80, space=IALG_DARAM0, attrs=IALG_SCRATCH
[DSP] @2,009,645tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[2]: size=0x1380, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,009,725tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[3]: size=0x4700, align=0x80, space=IALG_DARAM0, attrs=IALG_SCRATCH
[DSP] @2,009,805tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[4]: size=0x880, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,009,885tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[5]: size=0x1980, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,009,965tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Requested memTab[6]: size=0x171100, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,010,046tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_crea@1,701,952us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,702,071us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,702,238us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,702,336us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
teAlg3> Requested memTab[7]: size=0xc39100, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,010,131tk: [+0 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=0, numRecs=8, extHeapId=1)
[DSP] @2,010,200tk: [+0 T:0x8fb00384 S:0x8fb03f14] ti.sdo.fc.dskt2 - _DSKT2_usesInternalScratch> Enter (numRecs=8)
[DSP] @2,010,257tk: [+0 T:0x8fb00384 S:0x8fb03f14] ti.sdo.fc.dskt2 - _DSKT2_usesInternalScratch> Exit (returnVal=1)
[DSP] @2,010,314tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Alg requires some Internal Scratch in group 0
[DSP] @2,010,380tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Allocate as much as possible in the memory space requested
[DSP] @2,010,453tk: [+0 T:0x8fb00384 S:0x8fb03e8c] ti.sdo.fc.dskt2 - _DSKT2_initializeAndUseSharedScratch> Enter (scratchGroupId=0, numRecs=8)
[DSP] @2,010,525tk: [+0 T:0x8fb00384 S:0x8fb03e44] ti.sdo.fc.dskt2 - _DSKT2_getScratchRequestInfo> Enter (ialgSpace=IALG_DARAM0, numRecs=8)
[DSP] @2,010,594tk: [+0 T:0x8fb00384 S:0x8fb03e44] ti.sdo.fc.dskt2 - _DSKT2_getScratchRequestInfo> Exit (sizeBestCase=23168, sizeWorstCase=23424, numScratchRecs=2)
[DSP] @2,010,680tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Enter (scrBuffDesc->base=0x11818000)
[DSP] @2,010,746tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Exit (status=TRUE)
[DSP] @2,010,801tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Enter (scrBuffDesc->base=0x11818000)
[DSP] @2,010,865tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Exit (status=TRUE)
[DSP] @2,010,923tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Enter (scrBuffDesc->base=0x11818000)
[DSP] @2,010,987tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Exit (status=TRUE)
[DSP] @2,011,041tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Enter (scrBuffDesc->base=0x11818000)
[DSP] @2,011,105tk: [+0 T:0x8fb00384 S:0x8fb03e6c] ti.sdo.fc.dskt2 - _DSKT2_useSharedScratch> Exit (status=TRUE)
[DSP] @2,011,163tk: [+0 T:0x8fb00384 S:0x8fb03e8c] ti.sdo.fc.dskt2 - _DSKT2_initializeAndUseSharedScratch> Exit
[DSP] @2,011,223tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,011,307tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,011,368tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd94200
[DSP] @2,011,455tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=0, addr=0x11818000)
[DSP] @2,011,534tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratch> Exit (status=1 )
[DSP] @2,011,589tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[1] already allocated from Internal Scratch. Addr=0x11818000, Attrs=IALG_SCRATCH
[DSP] @2,011,674tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=2, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,011,782tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,011,840tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[2] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd94680
[DSP] @2,011,925tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=0, addr=0x11819380)
[DSP] @2,011,993tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratch> Exit (status=1 )
[DSP] @2,012,047tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[3] already allocated from Internal Scratch. Addr=0x11819380, Attrs=IALG_SCRATCH
[DSP] @2,012,132tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter@1,705,342us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,705,446us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,705,604us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,705,705us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
 (index=4, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,012,220tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,012,278tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[4] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd95a00
[DSP] @2,012,363tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=5, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,012,485tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,012,543tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[5] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd96280
[DSP] @2,012,629tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=6, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,029,431tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,029,501tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[6] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd97c00
[DSP] @2,029,588tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=7, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,171,676tk: [+0 T:0x8fb00384 S:0x8fb03efc] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,171,747tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[7] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bf08d00
[DSP] @2,171,837tk: [+0 T:0x8fb00384 S:0x8fb03f14] ti.sdo.fc.dskt2 - _DSKT2_usesInternalScratch> Enter (numRecs=8)
[DSP] @2,171,894tk: [+0 T:0x8fb00384 S:0x8fb03f14] ti.sdo.fc.dskt2 - _DSKT2_usesInternalScratch> Exit (returnVal=1)
[DSP] @2,171,950tk: [+2 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Increment scratch group 0`s reference count
[DSP] @2,172,020tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_incrScratchReferenceCount> Enter (scratchMutexId=0)
[DSP] @2,172,094tk: [+0 T:0x8fb00384 S:0x8fb03f0c] ti.sdo.fc.dskt2 - _DSKT2_incrScratchReferenceCount> Exit
[DSP] @2,172,148tk: [+0 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,172,216tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[0]: base=0x8bd94200, size=0x480, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,172,306tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[1]: base=0x11818000, size=0x1380, align=0x80, space=IALG_DARAM0, attrs=IALG_SCRATCH
[DSP] @2,172,395tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[2]: base=0x8bd94680, size=0x1380, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,172,485tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[3]: base=0x11819380, size=0x4700, align=0x80, space=IALG_DARAM0, attrs=IALG_SCRATCH
[DSP] @2,172,574tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[4]: base=0x8bd95a00, size=0x880, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,172,664tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[5]: base=0x8bd96280, size=0x1980, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,172,754tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[6]: base=0x8bd97c00, size=0x171100, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,172,845tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Allocated memTab[7]: base=0x8bf08d00, size=0xc39100, align=0x80, space=IALG_EXTERNAL, attrs=IALG_PERSIST
[DSP] @2,172,943tk: [+0 T:0x8fb00384 S:0x8fb03f54] ti.sdo.fc.dskt2 - _DSKT2_enqueueMemTab> Enter (segId=0, memTabSize=160, numRecs=8, extHeapId=1)
[DSP] @2,173,026tk: [+0 T:0x8fb00384 S:0x8fb03f54] @1,708,836us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,708,951us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,709,112us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,709,212us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
ti.sdo.fc.dskt2 - _DSKT2_enqueueMemTab> Exit (status=TRUE)
[DSP] @2,207,720tk: [+4 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Algorithm init successful.
[DSP] @2,207,801tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.dskt2 - DSKT2_createAlg3> Exit (algHandle=0x8bd94200)
[DSP] @2,207,861tk: [+0 T:0x8fb00384 S:0x8fb03ffc] ti.sdo.fc.dskt2 - DSKT2_createAlg> Exit (algHandle=0x8bd94200)
[DSP] @2,207,930tk: [+0 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @2,208,017tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,208,078tk: [+0 T:0x8fb00384 S:0x8fb03f24] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,208,150tk: [+0 T:0x8fb00384 S:0x8fb03eec] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,208,232tk: [+0 T:0x8fb00384 S:0x8fb03eec] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,208,294tk: [+2 T:0x8fb00384 S:0x8fb03f24] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a98
[DSP] @2,208,383tk: [+0 T:0x8fb00384 S:0x8fb03f24] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,208,441tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,208,534tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,208,598tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,208,653tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,208,717tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,208,806tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,208,858tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,208,930tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getProtocolName> Enter
[DSP] @2,208,988tk: [+0 T:0x8fb00384 S:0x8fb03f74] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getName> Enter
[DSP] @2,209,040tk: [+0 T:0x8fb00384 S:0x8fb03f74] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getName> Exit (Name=ti.sdo.fc.ires.hdvicp)
[DSP] @2,209,101tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getProtocolName> Exit (name=ti.sdo.fc.ires.hdvicp)
[DSP] @2,209,167tk: [+0 T:0x8fb00384 S:0x8fb03f74] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getName> Enter
[DSP] @2,209,217tk: [+0 T:0x8fb00384 S:0x8fb03f74] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getName> Exit (Name=ti.sdo.fc.ires.hdvicp)
[DSP] @2,209,283tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getProtocolRevision> Enter
[DSP] @2,209,343tk: [+0 T:0x8fb00384 S:0x8fb03f64] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getRevision> Enter
[DSP] @2,209,397tk: [+0 T:0x8fb00384 S:0x8fb03f64] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getRevision>Exit (Version=(1.0.1))
[DSP] @2,209,457tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getProtocolRevision> Exit (version=(1.0.1))
[DSP] @2,209,526tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77544
[DSP] @2,209,598tk: [+0 T:0x8fb00384 S:0x8fb03eac] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getHandles> Enter (protocolArgs=0x8bd94210, scratchGroupId=0)
[DSP] @2,209,679tk: [+0 T:0x8fb00384 S:0x8fb03e94] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getNumMemRecs> Enter (protArgs=0x8bd94210)
[DSP] @2,209,745tk: [+0 T:0x8fb00384 S:0x8fb03e94] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getNumMemRecs> Exit (Num=1)
[DSP] @2,209,804tk: [+4 T:0x8fb00384 S:0x8fb03eac] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getHandles> ANY Resource requested
[DSP] @2,209,866tk: [+4 T:0x8fb00384 S:0x8fb03eac] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getHandles> HDVI@1,713,157us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,713,274us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,713,438us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,713,540us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
CP Resource 1 is available
[DSP] @2,209,931tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,209,985tk: [+0 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,210,053tk: [+0 T:0x8fb00384 S:0x8fb03df4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,210,130tk: [+0 T:0x8fb00384 S:0x8fb03df4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,210,189tk: [+2 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd93a60
[DSP] @2,210,277tk: [+0 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,210,333tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,210,394tk: [+0 T:0x8fb00384 S:0x8fb03e7c] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94210, memRecs=0x8fb03f00)
[DSP] @2,210,477tk: [+4 T:0x8fb00384 S:0x8fb03e7c] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getMemRecs> Amount of memory requested 0x1c, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,210,561tk: [+0 T:0x8fb00384 S:0x8fb03e7c] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,210,620tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,210,674tk: [+0 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,210,742tk: [+0 T:0x8fb00384 S:0x8fb03df4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,210,820tk: [+0 T:0x8fb00384 S:0x8fb03df4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,210,878tk: [+2 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb41e00
[DSP] @2,210,964tk: [+0 T:0x8fb00384 S:0x8fb03e2c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,211,021tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,211,081tk: [+0 T:0x8fb00384 S:0x8fb03e64] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_constructHandle> Enter (protArgs=0x8bd94210, memRecs=0x8fb03f00, constructHandleArgs=0x8bd93a60)
[DSP] @2,211,177tk: [+0 T:0x8fb00384 S:0x8fb03e64] ti.sdo.fc.ires.hdvicp - IRES_HDVICP_constructHandle> Exit (status=0, handle=0x8cb41e00)
[DSP] @2,211,249tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,211,307tk: [+0 T:0x8fb00384 S:0x8fb03e4c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,211,379tk: [+0 T:0x8fb00384 S:0x8fb03e24] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a60)
[DSP] @2,211,448tk: [+0 T:0x8fb00384 S:0x8fb03e24] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,211,518tk: [+0 T:0x8fb00384 S:0x8fb03e4c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,211,575tk: [+0 T:0x8fb00384 S:0x8fb03e84] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,211,626tk: [+0 T:0x8fb00384 S:0x8fb03eac] ti.sdo.fc.ires.hdvicp - IRESMAN_HDVICP_getHandles> Exit (handle=0x8cb41e00, status=0x0)
[DSP] @2,211,699tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,211,756tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,211,808tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,211,873tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,211,941tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,211,994tk: [+0 T:0@1,716,557us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,716,658us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,716,814us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,716,913us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,212,062tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,212,122tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,212,178tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,212,241tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,212,308tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,212,400tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94270, scratchGroupId=0)
[DSP] @2,212,482tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,212,549tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,212,631tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Match not found, create new entry, get resource handle
[DSP] @2,212,700tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,212,756tk: [+0 T:0x8fb00384 S:0x8fb0399c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,212,827tk: [+0 T:0x8fb00384 S:0x8fb03964] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_ESDATA, extHeapId=1)
[DSP] @2,212,902tk: [+0 T:0x8fb00384 S:0x8fb03964] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,212,961tk: [+2 T:0x8fb00384 S:0x8fb0399c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_ESDATA. Addr=0x8bd93a60
[DSP] @2,213,047tk: [+0 T:0x8fb00384 S:0x8fb0399c] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,213,103tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,213,166tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.ce.osal.Sem - Sem_create> count 1
[DSP] @2,213,224tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.ce.osal.Sem - Sem_create> sem: 0x8fb09e44
[DSP] @2,213,279tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Opening new Resource Manager Handle
[DSP] @2,213,343tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.edma3 - openRMHandle> Enter (scratchId=0, sem=0x8fb09e44)
[DSP] @2,213,405tk: [+2 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.edma3 - openRMHandle> Populating Scratch Groups with Resources
[DSP] @2,213,467tk: [+0 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - poulateScratchGroups> Enter (scratchGroupId=0)
[DSP] @2,213,528tk: [+2 T:0x8fb00384 S:0x8fb038d4] ti.sdo.fc.edma3 - poulateScratchGroups> Exit (status=1)
[DSP] @2,213,640tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.edma3 - openRMHandle> Exit (handle=0x8fc43f20)
[DSP] @2,213,699tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Populate new Table entry
[DSP] @2,213,757tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,213,824tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,213,895tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,213,982tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 128
[DSP] @2,214,055tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 0
[DSP] @2,214,122tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,214,187tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.@1,722,395us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,722,512us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,722,676us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,722,776us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)

[DSP] @2,214,261tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 0
[DSP] @2,214,325tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,214,380tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,214,448tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,214,527tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,214,586tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,214,673tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,214,730tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,214,790tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94270)
[DSP] @2,214,856tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,214,919tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94270, memRecs=0x8fb03ad8)
[DSP] @2,215,003tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,215,090tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,215,150tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,215,204tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,215,272tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,215,347tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,215,405tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb41e20
[DSP] @2,215,491tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,215,547tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,215,610tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94270, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,215,706tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb41e20, paRamIndices 0x8cb41e54, paRamAddresses 0x8cb41e50, shadowParams 0x0, tccIndices 0x8cb41e56, edmaChannel 0
[DSP] @2,215,827tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 0
[DSP] @2,215,908tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x1 IPR 0x0: 0x1
[DSP] @2,215,976tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb41e20)
[DSP] @2,216,047tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,216,103tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,216,173tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,216,242tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,216,306tk: [+0 T:0x8fb00384 S:0x8fb0@1,725,780us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,725,883us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,726,037us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,726,140us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
3a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,216,364tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,216,413tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb41e20, status=IRES_OK)
[DSP] @2,216,513tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,216,572tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,216,625tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,216,690tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,216,758tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,216,811tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,216,878tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,216,936tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,216,990tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,217,053tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,217,120tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,217,198tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94288, scratchGroupId=0)
[DSP] @2,217,274tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,217,341tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,217,410tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,217,473tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,217,540tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,217,614tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 129
[DSP] @2,217,680tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 1
[DSP] @2,217,741tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,217,802tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,217,872tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 1
[DSP] @2,217,935tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,217,991tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,218,061tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,218,139tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,218,198tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,218,284tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,218,341tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,218,398tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ir@1,729,310us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,729,424us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,729,583us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,729,684us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
es.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94288)
[DSP] @2,218,465tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,218,525tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94288, memRecs=0x8fb03ad8)
[DSP] @2,218,608tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,218,695tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,218,755tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,218,810tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,218,878tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,218,953tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,219,011tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb41e58
[DSP] @2,219,097tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,219,153tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,219,207tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94288, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,219,299tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb41e58, paRamIndices 0x8cb41e8c, paRamAddresses 0x8cb41e88, shadowParams 0x0, tccIndices 0x8cb41e8e, edmaChannel 1
[DSP] @2,219,417tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 1
[DSP] @2,219,496tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x2 IPR 0x0: 0x2
[DSP] @2,219,562tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb41e58)
[DSP] @2,219,633tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,219,688tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,219,756tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,219,825tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,219,888tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,219,945tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,219,994tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb41e58, status=IRES_OK)
[DSP] @2,220,068tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,220,125tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,220,178tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,220,242tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,220,311tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,220,374tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,220,441tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc@1,734,939us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,735,057us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,735,224us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,735,321us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,220,499tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,220,553tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,220,616tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,220,684tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,220,761tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd942a0, scratchGroupId=0)
[DSP] @2,220,837tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,220,904tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,220,973tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,221,036tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,221,100tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,221,177tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 130
[DSP] @2,221,242tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 2
[DSP] @2,221,304tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,221,367tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,221,437tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 2
[DSP] @2,221,501tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,221,558tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,221,629tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,221,706tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,221,765tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,221,852tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,221,909tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,221,965tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd942a0)
[DSP] @2,222,031tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,222,089tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd942a0, memRecs=0x8fb03ad8)
[DSP] @2,222,173tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,222,259tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,222,319tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,222,373tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,222,441tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,222,516tk: [+0 T:0x8fb00384 @1,738,328us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,738,429us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,738,587us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,738,687us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,222,575tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb41e90
[DSP] @2,222,660tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,222,717tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,222,771tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd942a0, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,222,863tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb41e90, paRamIndices 0x8cb41ec4, paRamAddresses 0x8cb41ec0, shadowParams 0x0, tccIndices 0x8cb41ec6, edmaChannel 2
[DSP] @2,222,980tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 2
[DSP] @2,223,059tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x4 IPR 0x0: 0x4
[DSP] @2,223,125tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb41e90)
[DSP] @2,223,195tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,223,250tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,223,318tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,223,387tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,223,448tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,223,505tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,223,553tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb41e90, status=IRES_OK)
[DSP] @2,223,626tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,223,684tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,223,736tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,223,801tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,223,869tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,223,922tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,223,988tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,224,046tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,224,100tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,224,162tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,224,238tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,224,316tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd942b8, scratchGroupId=0)
[DSP] @2,224,390tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,224,457tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,224,526tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8@1,743,889us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,744,006us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,744,171us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,744,268us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
fc43f20)
[DSP] @2,224,588tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,224,652tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,224,729tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 131
[DSP] @2,224,793tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 3
[DSP] @2,224,853tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,224,915tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,224,984tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 3
[DSP] @2,225,047tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,225,102tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,225,172tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,225,249tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,225,308tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,225,394tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,225,451tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,225,508tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd942b8)
[DSP] @2,225,574tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,225,635tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd942b8, memRecs=0x8fb03ad8)
[DSP] @2,225,718tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,225,805tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,225,866tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,225,920tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,225,988tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,226,063tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,226,121tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb41ec8
[DSP] @2,226,207tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,226,263tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,226,317tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd942b8, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,226,410tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb41ec8, paRamIndices 0x8cb41efc, paRamAddresses 0x8cb41ef8, shadowParams 0x0, tccIndices 0x8cb41efe, edmaChannel 3
[DSP] @2,226,527tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 3
[DSP] @2,226,606tk: [+2 T:@1,747,268us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,747,372us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,747,528us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,747,628us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x8 IPR 0x0: 0x8
[DSP] @2,226,672tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb41ec8)
[DSP] @2,226,742tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,226,797tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,226,866tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,226,934tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,226,995tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,227,051tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,227,099tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb41ec8, status=IRES_OK)
[DSP] @2,227,173tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,227,231tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,227,283tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,227,348tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,227,417tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,227,469tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,227,535tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,227,593tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,227,647tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,227,710tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,227,777tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,227,852tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd942d0, scratchGroupId=0)
[DSP] @2,227,929tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,227,996tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,228,065tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,228,143tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,228,211tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,228,287tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 132
[DSP] @2,228,352tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 13
[DSP] @2,228,414tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,228,476tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,228,546tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 13
[DSP] @2,228,610tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,228,667tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assig@1,753,029us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,753,148us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,753,307us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,753,409us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
nInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,228,736tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,228,814tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,228,874tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,228,961tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,229,017tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,229,073tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd942d0)
[DSP] @2,229,139tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,229,198tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd942d0, memRecs=0x8fb03ad8)
[DSP] @2,229,281tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,229,366tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,229,426tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,229,481tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,229,549tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,229,624tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,229,683tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb41f00
[DSP] @2,229,769tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,229,825tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,229,879tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd942d0, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,229,972tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb41f00, paRamIndices 0x8cb41f34, paRamAddresses 0x8cb41f30, shadowParams 0x0, tccIndices 0x8cb41f36, edmaChannel 13
[DSP] @2,230,090tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 13
[DSP] @2,230,170tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x2000 IPR 0x0: 0x2000
[DSP] @2,230,242tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb41f00)
[DSP] @2,230,312tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,230,366tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,230,435tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,230,504tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,230,566tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,230,623tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,230,671tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb41f00, status=IRE@1,756,402us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,756,502us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,756,659us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,756,761us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
S_OK)
[DSP] @2,230,746tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,230,803tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,230,856tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,230,921tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,230,989tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,231,042tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,231,108tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,231,167tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,231,221tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,231,283tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,231,351tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,231,428tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd942e8, scratchGroupId=0)
[DSP] @2,231,503tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,231,570tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,231,639tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,231,700tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,231,764tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,231,838tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 133
[DSP] @2,231,902tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 14
[DSP] @2,231,972tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,232,034tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,232,105tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 14
[DSP] @2,232,168tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,232,224tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,232,294tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,232,371tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,232,430tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,232,516tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,232,573tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,232,629tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd942e8)
[DSP] @2,232,695tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,232,755tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (ha@1,762,261us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,762,380us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,762,545us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,762,643us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
ndle=0x0, resProtocolArgs=0x8bd942e8, memRecs=0x8fb03ad8)
[DSP] @2,232,837tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,232,923tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,232,983tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,233,038tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,233,105tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,233,179tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,233,238tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb41f38
[DSP] @2,233,323tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,233,380tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,233,434tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd942e8, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,233,526tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb41f38, paRamIndices 0x8cb41f6c, paRamAddresses 0x8cb41f68, shadowParams 0x0, tccIndices 0x8cb41f6e, edmaChannel 14
[DSP] @2,233,644tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 14
[DSP] @2,233,723tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x4000 IPR 0x0: 0x4000
[DSP] @2,233,793tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb41f38)
[DSP] @2,233,864tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,233,918tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,233,987tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,234,056tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,234,117tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,234,174tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,234,222tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb41f38, status=IRES_OK)
[DSP] @2,234,296tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,234,353tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,234,407tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,234,471tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,234,540tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,234,592tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,234,658tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,234,716tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,234,770tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.@1,765,642us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,765,741us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,765,896us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,765,997us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
0))
[DSP] @2,234,833tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,234,900tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,234,977tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94300, scratchGroupId=0)
[DSP] @2,235,054tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,235,121tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,235,189tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,235,251tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,235,321tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @2,235,427tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 32 PaRams starting at 134
[DSP] @2,235,500tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 15
[DSP] @2,235,562tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,235,624tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,235,694tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 15
[DSP] @2,235,761tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,235,830tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,235,900tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,235,979tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,236,037tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,236,123tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,236,180tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,236,237tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94300)
[DSP] @2,236,303tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,236,364tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94300, memRecs=0x8fb03ad8)
[DSP] @2,236,447tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0xf2, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,236,535tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,236,595tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,236,650tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,236,717tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,236,795tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,236,853tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb41f70
[DSP] @2,236,@1,769,100us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,769,210us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,769,484us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,769,594us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
940tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,236,996tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,237,050tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94300, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,237,145tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb41f70, paRamIndices 0x8cb42020, paRamAddresses 0x8cb41fa0, shadowParams 0x0, tccIndices 0x8cb42060, edmaChannel 15
[DSP] @2,237,267tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 32, Num Tccs 1, Qdma channel 518 Edma channel 15
[DSP] @2,237,348tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x8000 IPR 0x0: 0x8000
[DSP] @2,237,418tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb41f70)
[DSP] @2,237,489tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,237,543tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,237,612tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,237,681tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,237,742tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,237,799tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,237,847tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb41f70, status=IRES_OK)
[DSP] @2,237,926tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,237,984tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,238,037tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,238,101tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,238,170tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,238,223tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,238,288tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,238,347tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,238,401tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,238,463tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,238,530tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,238,606tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94318, scratchGroupId=0)
[DSP] @2,238,682tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,238,749tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,238,818tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,238,879tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,238,944tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams request@1,774,698us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,774,817us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,774,979us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,775,082us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
ed
[DSP] @2,239,024tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 32 PaRams starting at 166
[DSP] @2,239,098tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 20
[DSP] @2,239,159tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,239,221tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,239,291tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 20
[DSP] @2,239,355tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,239,410tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,239,480tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,239,557tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,239,617tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,239,716tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,239,773tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,239,829tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94318)
[DSP] @2,239,895tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,239,954tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94318, memRecs=0x8fb03ad8)
[DSP] @2,240,038tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0xf2, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,240,123tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,240,183tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,240,237tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,240,306tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,240,383tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,240,442tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb42068
[DSP] @2,240,527tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,240,584tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,240,638tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94318, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,240,731tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb42068, paRamIndices 0x8cb42118, paRamAddresses 0x8cb42098, shadowParams 0x0, tccIndices 0x8cb42158, edmaChannel 20
[DSP] @2,240,852tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 32, Num Tccs 1, Qdma channel 518 Edma channel 20
[DSP] @2,240,932tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x100000 IPR 0x0: 0x100000
[DSP] @2,241,004tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, han@1,778,086us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,778,191us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,778,347us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,778,446us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
dle=0x8cb42068)
[DSP] @2,241,074tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,241,128tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,241,197tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,241,266tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,241,328tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,241,384tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,241,433tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb42068, status=IRES_OK)
[DSP] @2,241,509tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,241,566tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,241,619tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,241,683tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,241,752tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,241,805tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,241,871tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,241,929tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,241,983tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,242,045tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,242,112tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,242,188tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94330, scratchGroupId=0)
[DSP] @2,242,263tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,242,330tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,242,398tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,242,460tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,242,528tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @2,242,609tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 32 PaRams starting at 198
[DSP] @2,242,681tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 21
[DSP] @2,242,742tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,242,804tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,242,874tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 21
[DSP] @2,242,938tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,242,993tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,243,063tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,243,@1,783,942us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,784,060us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,784,224us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,784,324us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
140tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,243,199tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,243,285tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,243,342tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,243,399tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94330)
[DSP] @2,243,466tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,243,526tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94330, memRecs=0x8fb03ad8)
[DSP] @2,243,622tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0xf2, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,243,711tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,243,771tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,243,825tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,243,893tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,243,971tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,244,030tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb42160
[DSP] @2,244,116tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,244,173tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,244,227tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94330, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,244,320tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb42160, paRamIndices 0x8cb42210, paRamAddresses 0x8cb42190, shadowParams 0x0, tccIndices 0x8cb42250, edmaChannel 21
[DSP] @2,244,441tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 32, Num Tccs 1, Qdma channel 518 Edma channel 21
[DSP] @2,244,521tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x200000 IPR 0x0: 0x200000
[DSP] @2,244,594tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb42160)
[DSP] @2,244,664tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,244,720tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,244,788tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,244,857tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,244,918tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,244,975tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,245,023tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb42160, status=IRES_OK)
[DSP] @2,245,099tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,245,156tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> @1,787,311us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,787,415us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,787,572us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,787,668us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
Enter
[DSP] @2,245,210tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,245,274tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,245,343tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,245,395tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,245,461tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,245,519tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,245,573tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,245,636tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,245,703tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,245,778tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94348, scratchGroupId=0)
[DSP] @2,245,854tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,245,921tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,245,989tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,246,051tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,246,115tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @2,246,194tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 32 PaRams starting at 230
[DSP] @2,246,269tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 22
[DSP] @2,246,330tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,246,393tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,246,464tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 22
[DSP] @2,246,527tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,246,584tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,246,654tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,246,735tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,246,793tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,246,880tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,246,937tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,246,993tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94348)
[DSP] @2,247,059tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,247,116tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94348, memRecs=0x8fb03ad8)
[DSP] @2,247,199tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0xf2, alignment 0@1,792,996us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,793,115us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,793,276us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,793,375us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,247,285tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,247,345tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,247,400tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,247,480tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,247,559tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,247,618tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb42258
[DSP] @2,247,704tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,247,761tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,247,815tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94348, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,247,907tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb42258, paRamIndices 0x8cb42308, paRamAddresses 0x8cb42288, shadowParams 0x0, tccIndices 0x8cb42348, edmaChannel 22
[DSP] @2,248,028tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 32, Num Tccs 1, Qdma channel 518 Edma channel 22
[DSP] @2,248,108tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x400000 IPR 0x0: 0x400000
[DSP] @2,248,181tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb42258)
[DSP] @2,248,251tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,248,307tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,248,376tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,248,444tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,248,506tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,248,563tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,248,611tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb42258, status=IRES_OK)
[DSP] @2,248,686tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,248,744tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,248,797tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,248,862tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,248,930tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,248,983tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,249,049tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,249,107tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,249,161tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,249,223tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,249,291tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rma@1,796,383us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,796,484us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,796,641us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,796,737us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
n - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,249,366tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94360, scratchGroupId=0)
[DSP] @2,249,441tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,249,508tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,249,576tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,249,637tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,249,702tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,249,786tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 262
[DSP] @2,249,852tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 23
[DSP] @2,249,913tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,249,975tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,250,044tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 23
[DSP] @2,250,107tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,250,162tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,250,232tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,250,309tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,250,368tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,250,454tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,250,511tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,250,567tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94360)
[DSP] @2,250,633tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,250,694tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94360, memRecs=0x8fb03ad8)
[DSP] @2,250,777tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,250,864tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,250,924tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,250,979tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,251,047tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,251,121tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,251,180tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb42350
[DSP] @2,251,266tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,251,336tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,2@1,801,917us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,802,036us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,802,199us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,802,299us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
51,391tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94360, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,251,484tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb42350, paRamIndices 0x8cb42384, paRamAddresses 0x8cb42380, shadowParams 0x0, tccIndices 0x8cb42386, edmaChannel 23
[DSP] @2,251,602tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 23
[DSP] @2,251,681tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x800000 IPR 0x0: 0x800000
[DSP] @2,251,754tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb42350)
[DSP] @2,251,824tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,251,879tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,251,948tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,252,017tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,252,079tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,252,135tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,252,183tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb42350, status=IRES_OK)
[DSP] @2,252,258tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,252,316tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,252,369tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,252,433tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,252,502tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,252,555tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,252,621tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,252,679tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,252,733tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,252,796tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,252,863tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,252,939tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94378, scratchGroupId=0)
[DSP] @2,253,016tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,253,084tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,253,152tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,253,215tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,253,284tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,253,367tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 263
[DSP] @2,253,434tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_@1,805,306us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,805,410us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,805,565us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,805,666us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
EDMA3CHAN_getHandles> Obtained TCC 24
[DSP] @2,253,497tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,253,559tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,253,629tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 24
[DSP] @2,253,693tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,253,749tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,253,820tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,253,898tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,253,957tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,254,043tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,254,099tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,254,155tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94378)
[DSP] @2,254,221tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,254,279tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94378, memRecs=0x8fb03ad8)
[DSP] @2,254,362tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,254,448tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,254,508tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,254,563tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,254,630tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,254,705tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,254,764tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb42388
[DSP] @2,254,849tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,254,906tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,254,960tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94378, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,255,054tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb42388, paRamIndices 0x8cb423bc, paRamAddresses 0x8cb423b8, shadowParams 0x0, tccIndices 0x8cb423be, edmaChannel 24
[DSP] @2,255,185tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 24
[DSP] @2,255,266tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x1000000 IPR 0x0: 0x1000000
[DSP] @2,255,341tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb42388)
[DSP] @2,255,411tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,255,467tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scr@1,808,658us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,808,758us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,808,914us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,809,015us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
atchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,255,536tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,255,605tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,255,667tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,255,724tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,255,772tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb42388, status=IRES_OK)
[DSP] @2,255,845tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,255,903tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,255,956tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,256,021tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,256,089tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,256,142tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,256,208tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,256,266tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,256,320tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,256,382tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,256,449tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,256,525tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94390, scratchGroupId=0)
[DSP] @2,256,600tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,256,667tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,256,735tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,256,797tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,256,861tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,256,944tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 264
[DSP] @2,257,010tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 25
[DSP] @2,257,071tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,257,133tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,257,202tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 25
[DSP] @2,257,266tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,257,321tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,257,390tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,257,467tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,257,526tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent@1,814,504us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,814,621us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,814,784us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,814,886us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
 memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,257,612tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,257,669tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,257,724tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94390)
[DSP] @2,257,790tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,257,849tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94390, memRecs=0x8fb03ad8)
[DSP] @2,257,931tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,258,017tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,258,077tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,258,131tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,258,199tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,258,273tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,258,332tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb423c0
[DSP] @2,258,418tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,258,474tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,258,528tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94390, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,258,620tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb423c0, paRamIndices 0x8cb423f4, paRamAddresses 0x8cb423f0, shadowParams 0x0, tccIndices 0x8cb423f6, edmaChannel 25
[DSP] @2,258,738tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 25
[DSP] @2,258,817tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x2000000 IPR 0x0: 0x2000000
[DSP] @2,258,891tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb423c0)
[DSP] @2,258,962tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,259,027tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,259,097tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,259,166tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,259,228tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,259,284tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,259,334tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb423c0, status=IRES_OK)
[DSP] @2,259,408tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,259,467tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,259,520tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,259,585tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getP@1,817,878us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,817,980us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,818,137us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,818,237us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
rotocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,259,653tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,259,706tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,259,772tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,259,830tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,259,884tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,259,947tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,260,015tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,260,090tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd943a8, scratchGroupId=0)
[DSP] @2,260,165tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,260,231tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,260,300tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,260,362tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,260,430tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,260,512tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 265
[DSP] @2,260,578tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 26
[DSP] @2,260,640tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,260,703tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,260,773tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 26
[DSP] @2,260,836tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,260,892tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,260,962tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,261,041tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,261,099tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,261,185tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,261,242tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,261,297tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd943a8)
[DSP] @2,261,363tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,261,424tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd943a8, memRecs=0x8fb03ad8)
[DSP] @2,261,507tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,261,596tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,261,656tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersiste@1,823,738us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,823,855us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,824,018us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,824,119us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
nt> Enter (numRecs=1)
[DSP] @2,261,710tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,261,778tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,261,854tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,261,913tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb423f8
[DSP] @2,261,998tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,262,055tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,262,109tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd943a8, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,262,204tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb423f8, paRamIndices 0x8cb4242c, paRamAddresses 0x8cb42428, shadowParams 0x0, tccIndices 0x8cb4242e, edmaChannel 26
[DSP] @2,262,322tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 26
[DSP] @2,262,402tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x4000000 IPR 0x0: 0x4000000
[DSP] @2,262,477tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb423f8)
[DSP] @2,262,547tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,262,602tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,262,670tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,262,739tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,262,802tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,262,859tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,262,919tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb423f8, status=IRES_OK)
[DSP] @2,262,993tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,263,051tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,263,104tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,263,168tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,263,237tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,263,289tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,263,355tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,263,413tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,263,468tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,263,530tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,263,597tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,263,672tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd943c0, scratchGroupId=0)
[DSP] @2,263,748tk@1,827,225us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,827,336us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,827,496us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,827,596us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,263,815tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,263,884tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,263,946tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,264,010tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,264,094tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 266
[DSP] @2,264,160tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 27
[DSP] @2,264,221tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,264,283tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,264,355tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 27
[DSP] @2,264,418tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,264,473tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,264,542tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,264,620tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,264,679tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,264,766tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,264,823tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,264,879tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd943c0)
[DSP] @2,264,945tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,265,003tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd943c0, memRecs=0x8fb03ad8)
[DSP] @2,265,085tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,265,170tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,265,231tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,265,285tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,265,353tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,265,427tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,265,486tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb42430
[DSP] @2,265,571tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,265,628tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,265,682tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd943c0, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,265,774tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3C@1,843,648us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,843,765us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,843,927us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,844,029us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
han - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb42430, paRamIndices 0x8cb42464, paRamAddresses 0x8cb42460, shadowParams 0x0, tccIndices 0x8cb42466, edmaChannel 27
[DSP] @2,265,892tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 27
[DSP] @2,265,972tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x8000000 IPR 0x0: 0x8000000
[DSP] @2,266,046tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb42430)
[DSP] @2,266,116tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,266,171tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,266,239tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,266,308tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,266,369tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,266,426tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,266,474tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb42430, status=IRES_OK)
[DSP] @2,266,547tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,266,605tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,266,657tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,266,722tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,266,801tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,266,854tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,266,920tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,266,978tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,267,032tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,267,094tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,267,161tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,267,236tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd943d8, scratchGroupId=0)
[DSP] @2,267,311tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,267,378tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,267,447tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,267,510tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,267,579tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,267,661tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 267
[DSP] @2,267,726tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 28
[DSP] @2,267,787tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,267,849tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_@1,847,042us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,847,146us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,847,301us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,847,402us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,267,919tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 28
[DSP] @2,267,982tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,268,038tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,268,107tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,268,185tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,268,243tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,268,329tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,268,386tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,268,443tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd943d8)
[DSP] @2,268,510tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,268,570tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd943d8, memRecs=0x8fb03ad8)
[DSP] @2,268,653tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,268,741tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,268,801tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,268,855tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,268,923tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,268,998tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,269,057tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb42468
[DSP] @2,269,142tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,269,199tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,269,252tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd943d8, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,269,346tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb42468, paRamIndices 0x8cb4249c, paRamAddresses 0x8cb42498, shadowParams 0x0, tccIndices 0x8cb4249e, edmaChannel 28
[DSP] @2,269,463tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 28
[DSP] @2,269,543tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x10000000 IPR 0x0: 0x10000000
[DSP] @2,269,620tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb42468)
[DSP] @2,269,690tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,269,745tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,269,814tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,269,883tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2@1,854,517us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,854,636us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,854,799us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,854,897us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,269,945tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,270,002tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,270,050tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb42468, status=IRES_OK)
[DSP] @2,270,124tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,270,181tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,270,234tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,270,298tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,270,367tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,270,419tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,270,485tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,270,543tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,270,597tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,270,671tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,270,740tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,270,816tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd943f0, scratchGroupId=0)
[DSP] @2,270,893tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,270,960tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,271,029tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,271,090tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,271,156tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,271,240tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 268
[DSP] @2,271,306tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 29
[DSP] @2,271,368tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,271,430tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,271,501tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 29
[DSP] @2,271,564tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,271,621tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,271,691tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,271,771tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,271,830tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,271,917tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,271,973tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPe@1,857,919us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,858,020us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,858,182us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,858,283us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
rsistent> Exit (status=1)
[DSP] @2,272,030tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd943f0)
[DSP] @2,272,096tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,272,154tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd943f0, memRecs=0x8fb03ad8)
[DSP] @2,272,237tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,272,323tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,272,383tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,272,437tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,272,505tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,272,580tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,272,639tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb424a0
[DSP] @2,272,725tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,272,781tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,272,835tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd943f0, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,272,927tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb424a0, paRamIndices 0x8cb424d4, paRamAddresses 0x8cb424d0, shadowParams 0x0, tccIndices 0x8cb424d6, edmaChannel 29
[DSP] @2,273,045tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 29
[DSP] @2,273,124tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x20000000 IPR 0x0: 0x20000000
[DSP] @2,273,200tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb424a0)
[DSP] @2,273,270tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,273,325tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,273,393tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,273,462tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,273,523tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,273,580tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,273,628tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb424a0, status=IRES_OK)
[DSP] @2,273,701tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,273,758tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,273,811tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,273,875tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,273,944tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,273,997tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_g@1,865,224us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,865,341us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,865,499us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,865,599us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
etName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,274,062tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,274,120tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,274,175tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,274,237tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,274,304tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,274,379tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94408, scratchGroupId=0)
[DSP] @2,274,453tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,274,532tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,274,601tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,274,662tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,274,729tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @2,274,821tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 8 PaRams starting at 269
[DSP] @2,274,894tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 30
[DSP] @2,274,954tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,275,017tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,275,087tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 30
[DSP] @2,275,154tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,275,209tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,275,278tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,275,354tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,275,413tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,275,499tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,275,556tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,275,612tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94408)
[DSP] @2,275,678tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,275,740tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94408, memRecs=0x8fb03ad8)
[DSP] @2,275,823tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x62, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,275,911tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,275,971tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,276,025tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,276,093tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT@1,882,788us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,882,916us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,883,078us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,883,177us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,276,167tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,276,226tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb424d8
[DSP] @2,276,311tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,276,368tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,276,422tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94408, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,276,514tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb424d8, paRamIndices 0x8cb42528, paRamAddresses 0x8cb42508, shadowParams 0x0, tccIndices 0x8cb42538, edmaChannel 30
[DSP] @2,276,633tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 8, Num Tccs 1, Qdma channel 518 Edma channel 30
[DSP] @2,276,712tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x40000000 IPR 0x0: 0x40000000
[DSP] @2,276,788tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb424d8)
[DSP] @2,276,859tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,276,914tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,276,983tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,277,052tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,277,112tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,277,169tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,277,218tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb424d8, status=IRES_OK)
[DSP] @2,277,299tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,277,358tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,277,411tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,277,476tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,277,544tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,277,597tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,277,662tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,277,721tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,277,775tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,277,837tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,277,905tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,277,980tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94420, scratchGroupId=0)
[DSP] @2,278,056tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,278,122tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching @1,886,178us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,886,278us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,886,434us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,886,535us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
entry for ALG 0x8bd94200
[DSP] @2,278,191tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,278,253tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,278,322tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams requested
[DSP] @2,278,412tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained 8 PaRams starting at 277
[DSP] @2,278,485tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 31
[DSP] @2,278,546tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,278,609tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,278,680tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 31
[DSP] @2,278,743tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,278,800tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,278,869tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,278,947tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,279,006tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,279,093tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,279,149tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,279,205tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94420)
[DSP] @2,279,271tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,279,331tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94420, memRecs=0x8fb03ad8)
[DSP] @2,279,414tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x62, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,279,499tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,279,559tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,279,614tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,279,682tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,279,758tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,279,817tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb42540
[DSP] @2,279,902tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,279,959tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,280,013tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94420, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,280,107tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb42540, paRamIndices 0x8cb42590, paRamAddresses 0x8cb42570, shadowParams 0x0, tccIndices 0x8cb425a0, edmaChannel 31
[DSP] @2,280,226tk: [+2 T:0x8fb00384 S:0x8@1,893,667us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,893,784us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,893,943us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,894,041us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 8, Num Tccs 1, Qdma channel 518 Edma channel 31
[DSP] @2,280,307tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x0: 0x80000000 IPR 0x0: 0x80000000
[DSP] @2,280,384tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb42540)
[DSP] @2,280,454tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,280,508tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,280,577tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,280,647tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,280,708tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,280,765tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,280,813tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb42540, status=IRES_OK)
[DSP] @2,280,889tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,280,947tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,280,999tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,281,064tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,281,132tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,281,185tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,281,250tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,281,309tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,281,363tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,281,425tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,281,493tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,281,567tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94438, scratchGroupId=0)
[DSP] @2,281,642tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,281,709tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,281,777tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,281,838tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,281,904tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,281,985tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 285
[DSP] @2,282,050tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 32
[DSP] @2,282,112tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,282,174tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,282,255tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 32
[DSP] @2,282,318tk: [+0 @1,897,059us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,897,163us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,897,318us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,897,418us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,282,373tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,282,442tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,282,519tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,282,578tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,282,665tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,282,721tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,282,778tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94438)
[DSP] @2,282,844tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,282,903tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94438, memRecs=0x8fb03ad8)
[DSP] @2,282,986tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,283,072tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,283,132tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,283,186tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,283,254tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,283,328tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,283,387tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb425a8
[DSP] @2,283,473tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,283,529tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,283,583tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94438, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,283,675tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb425a8, paRamIndices 0x8cb425dc, paRamAddresses 0x8cb425d8, shadowParams 0x0, tccIndices 0x8cb425de, edmaChannel 32
[DSP] @2,283,793tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 32
[DSP] @2,283,873tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x1: 0x0 IPR 0x1: 0x0
[DSP] @2,283,939tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb425a8)
[DSP] @2,284,009tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,284,064tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,284,132tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,284,201tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,284,261tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,284,318tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_fre@1,914,498us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,914,616us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,914,776us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,914,877us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
ePersistent> Exit
[DSP] @2,284,366tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb425a8, status=IRES_OK)
[DSP] @2,284,439tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Enter
[DSP] @2,284,498tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,284,551tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,284,615tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolName> Exit (name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,284,685tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Enter
[DSP] @2,284,737tk: [+0 T:0x8fb00384 S:0x8fb03f7c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getName> Exit (Name=ti.sdo.fc.ires.edma3chan)
[DSP] @2,284,803tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Enter
[DSP] @2,284,861tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Enter
[DSP] @2,284,915tk: [+0 T:0x8fb00384 S:0x8fb03f6c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getRevision> Exit (Version=(1.0.0))
[DSP] @2,284,978tk: [+0 T:0x8fb00384 S:0x8fb03f8c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getProtocolRevision> Exit (version=(1.0.0))
[DSP] @2,285,045tk: [+2 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Call getHandle on the IRESMAN implementation 0x8fc77848
[DSP] @2,285,120tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Enter (protocolArgs=0x8bd94450, scratchGroupId=0)
[DSP] @2,285,198tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Enter (alg=0x8bd94200, scratchGroupId=0)
[DSP] @2,285,265tk: [+2 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Look for matching entry for ALG 0x8bd94200
[DSP] @2,285,334tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.edma3 - EDMA3_getResourceManager> Exit (handle=0x8fc43f20)
[DSP] @2,285,396tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,285,465tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Contiguous PaRams NOT required
[DSP] @2,285,547tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Param 286
[DSP] @2,285,613tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained TCC 33
[DSP] @2,285,675tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> DCHMAP exists on device
[DSP] @2,285,737tk: [+2 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> EDMA Channel ANY requested with 1 TCC ANY.
[DSP] @2,285,807tk: [+4 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Obtained Edma channel 33
[DSP] @2,285,870tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,285,927tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,285,997tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,286,074tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,286,147tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8bd941e8
[DSP] @2,286,233tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,286,290tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,286,347tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getNumMemRecs> Enter (protArgs=0x8bd94450)
[DSP] @2,286,413tk: [+0 T:0x8fb00384 S:0x8fb03a64] ti.sdo.fc.ires.edma3Cha@1,917,897us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,917,998us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,918,153us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,918,254us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
n - IRES_EDMA3CHAN_getNumMemRecs> Exit (Num=1)
[DSP] @2,286,474tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Enter (handle=0x0, resProtocolArgs=0x8bd94450, memRecs=0x8fb03ad8)
[DSP] @2,286,558tk: [+4 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Amount of memory requested 0x38, alignment 0x4, space IALG_EXTERNAL attrs IALG_PERSIST
[DSP] @2,286,646tk: [+0 T:0x8fb00384 S:0x8fb03a4c] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_getMemRecs> Exit (status=IRES_EOK)
[DSP] @2,286,706tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Enter (numRecs=1)
[DSP] @2,286,761tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Enter (scratchId=-1, numRecs=1, extHeapId=1)
[DSP] @2,286,829tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Enter (index=0, ialgSpace=IALG_EXTERNAL, extHeapId=1)
[DSP] @2,286,905tk: [+0 T:0x8fb00384 S:0x8fb039c4] ti.sdo.fc.dskt2 - _DSKT2_allocateInDesignatedSpace> Exit (returnVal=1)
[DSP] @2,286,964tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> memTab[0] allocated in persistent memory in Memory space:IALG_EXTERNAL. Addr=0x8cb425e0
[DSP] @2,287,049tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.dskt2 - _DSKT2_assignInstanceMemory> Exit (returnVal=1)
[DSP] @2,287,106tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_allocPersistent> Exit (status=1)
[DSP] @2,287,161tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Enter (protArgs=0x8bd94450, memRecs=0x8fb03ad8, constructHandleArgs=0x8bd941e8)
[DSP] @2,287,255tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Address of handle 0x8cb425e0, paRamIndices 0x8cb42614, paRamAddresses 0x8cb42610, shadowParams 0x0, tccIndices 0x8cb42616, edmaChannel 33
[DSP] @2,287,373tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Num params 1, Num Tccs 1, Qdma channel 518 Edma channel 33
[DSP] @2,287,453tk: [+2 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> ESR 0x2: 0x0 IPR 0x2: 0x0
[DSP] @2,287,519tk: [+0 T:0x8fb00384 S:0x8fb039fc] ti.sdo.fc.ires.edma3Chan - IRES_EDMA3CHAN_constructHandle> Exit (status=0, handle=0x8cb425e0)
[DSP] @2,287,590tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,287,645tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,287,713tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd941e8)
[DSP] @2,287,782tk: [+0 T:0x8fb00384 S:0x8fb039f4] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,287,845tk: [+0 T:0x8fb00384 S:0x8fb03a1c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,287,902tk: [+0 T:0x8fb00384 S:0x8fb03a54] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,287,951tk: [+0 T:0x8fb00384 S:0x8fb03a7c] ti.sdo.fc.ires.edma3Chan - IRESMAN_EDMA3CHAN_getHandles> Exit (handle=0x8cb425e0, status=IRES_OK)
[DSP] @2,288,041tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Enter (numRecs=1)
[DSP] @2,288,095tk: [+0 T:0x8fb00384 S:0x8fb03f5c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Enter (scratchMutexId=-1, number=1, extHeapId=1)
[DSP] @2,288,164tk: [+0 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Enter (scratchMutexId=-1, addr=0x8bd93a98)
[DSP] @2,288,232tk: [+0 T:0x8fb00384 S:0x8fb03f34] ti.sdo.fc.dskt2 - _DSKT2_isSharedScratchAddr> Exit (status=FALSE)
[DSP] @2,288,290tk: [+0 T:0x8fb00384 S:0x8fb03f5c] ti.sdo.fc.dskt2 - _DSKT2_freeAllocatedMemory> Exit (returnVal=1)
[DSP] @2,288,347tk: [+0 T:0x8fb00384 S:0x8fb03f94] ti.sdo.fc.dskt2 - DSKT2_freePersistent> Exit
[DSP] @2,288,396tk: [+0 T:0x8fb00384 S:0x8fb03fd4] ti.sdo.fc.rman - RMAN_assignResources> Exit (status=0)
[DSP] @2,288,456tk: [+0 T:0x8fb00384 S:0x8fb04034] ti.sdo.ce.alg.Algorithm - Algorithm_create> return (0x8fb09d70)
[DSP] @2,288,520tk: [+5 T:0x8@1,925,595us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,925,715us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,925,873us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,925,974us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
fb00384 S:0x8fb0407c] CV - VISA_create> local codec created (name='h264dec', handle=0x8fb09d70)
[DSP] @2,288,588tk: [+0 T:0x8fb00384 S:0x8fb041d4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_create> return (0x8fb09d38)
[DSP] @2,288,660tk: [+4 T:0x8fb00384 S:0x8fb04194] OT - Thread_create > name: "h264dec#1", pri:  -1, stack size:  12288, stack seg: 0
[DSP] @2,291,659tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 1
[DSP] @2,297,595tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,297,650tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,333,775tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,333,830tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,346,829tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,346,883tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,360,382tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,360,437tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,377,105tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,377,160tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,390,189tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,390,243tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,412,826tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,412,880tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,425,866tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,425,921tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,439,562tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,439,617tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,461,339tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,461,393tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,474,380tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,474,435tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,495,948tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,496,003tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,508,967tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,509,022tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,531,304tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,531,358tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,544,276tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,544,330tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,567,002tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,567,058tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,580,008tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,580,063tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,593,415tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,593,469tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,615,099tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,615,153tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,628,150tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,@1,942,732us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,942,850us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,943,012us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,943,118us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
628,205tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,650,849tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,650,904tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,663,819tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,663,873tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,685,857tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,685,911tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,698,892tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,698,947tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,720,364tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,720,419tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,733,410tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,733,464tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,746,362tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,746,417tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,769,028tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,769,083tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,782,026tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,782,080tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,804,738tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,804,793tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,818,197tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,818,251tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,881,735tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,881,790tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,894,816tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,894,871tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,923,773tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,923,828tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,936,865tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,936,920tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @2,965,174tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @2,965,230tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @3,033,140tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,033,195tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @3,046,144tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,046,198tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @3,075,167tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,075,221tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @3,088,236tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,088,291tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @3,155,732tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,155,787tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @3,168,812tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - proces@1,946,380us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,946,496us: [+0 T:0x4001f390 S:0xbed7284c] OC - Comm_put> return (0)
@1,946,661us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> Enter(queue=0x10002, msg=0xbed728e4, timeout=-1)
@1,946,753us: [+0 T:0x4001f390 S:0xbed72844] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
sRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,168,867tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @3,198,650tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,198,707tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @3,264,914tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,264,970tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
[DSP] @3,279,014tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,279,068tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@1,947,347us: [+0 T:0x4001f390 S:0xbed7287c] CE - Engine_fwriteTrace> returning count [186390]
@1,947,412us: [+2 T:0x4001f390 S:0xbed728e4] CE - Engine_createNode> Returning 0x438f8
@1,947,486us: [+5 T:0x4001f390 S:0xbed7295c] CV - VISA_create> remote codec created (name='h264dec', localQueueID=0x10005, remoteQueueID=0x0003)
@1,947,557us: [+0 T:0x4001f390 S:0xbed72a94] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_create> return (0x438b0)
@1,947,643us: [+0 T:0x4001f390 S:0xbed72a4c] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_control> Enter (handle=0x438b0, id=1, dynParams=0xbed72b0c (size=0x1c), status=0xbed72b44 (size=0xb8)
@1,947,726us: [+4 T:0x4001f390 S:0xbed72a0c] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@1,947,790us: [+5 T:0x4001f390 S:0xbed72a14] CV - VISA_allocMsg> Allocating message for messageId=0x00031bcc
@1,947,853us: [+0 T:0x4001f390 S:0xbed729f4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bcc, command=0x1
@1,947,919us: [+0 T:0x4001f390 S:0xbed729bc] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@1,948,016us: [+0 T:0x4001f390 S:0xbed729bc] OC - Comm_put> return (0)
@1,948,086us: [+0 T:0x4001f390 S:0xbed729b4] OC - Comm_get> Enter(queue=0x10005, msg=0xbed72a64, timeout=-1)
@1,948,541us: [+0 T:0x4001f390 S:0xbed729b4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,948,636us: [+0 T:0x4001f390 S:0xbed72944] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,948,737us: [+0 T:0x4001f390 S:0xbed72944] OC - Comm_put> return (0)
@1,948,892us: [+0 T:0x4001f390 S:0xbed7293c] OC - Comm_get> Enter(queue=0x10002, msg=0xbed729dc, timeout=-1)
@1,952,224us: [+0 T:0x4001f390 S:0xbed7293c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @3,284,902tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> 0x8fb09cc0(h264dec#1) call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bcc
[DSP] @3,284,992tk: [+0 T:0x8fb09e74 S:0x8fb0ccc4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_control> Enter (handle=0x8fb09d38, id=1, dynParams=0x8ff08934 (size=0x1c), status=0x8ff08950 (size=0xb8)
[DSP] @3,285,097tk: [+5 T:0x8fb09e74 S:0x8fb0cca4] CV - VISA_enter(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @3,285,160tk: [+0 T:0x8fb09e74 S:0x8fb0cc84] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb09d70)
[DSP] @3,285,223tk: [+0 T:0x8fb09e74 S:0x8fb0cc4c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8bd94200)
[DSP] @3,285,292tk: [+2 T:0x8fb09e74 S:0x8fb0cc4c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8ba00000, current algorithm to be activated 0x8bd94200
[DSP] @3,285,374tk: [+4 T:0x8fb09e74 S:0x8fb0cc4c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8ba00000
[DSP] @3,285,520tk: [+4 T:0x8fb09e74 S:0x8fb0cc4c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8bd94200
[DSP] @3,285,616tk: [+0 T:0x8fb09e74 S:0x8fb0cc4c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @3,285,667tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @3,285,747tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @3,285,802tk: [+0 T:0x8fb09e74 S:0x8fb0cc84] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @3,285,857tk: [+5 T:0x8fb09e74 S:0x8fb0cca4] CV - VISA_exit(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @3,285,918tk: [+0 T:0x8fb09e74 S:0x8fb0cc84] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb09d70)
[DSP] @3,285,982tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @3,286,061tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @3,286,118tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8bd94200)
[DSP] @3,286,187tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8bd94200
[DSP] @3,286,252tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @3,286,301tk: [+0 T:0x8fb09e74 S:0x8fb0cc84] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @3,286,355tk: [+0 T:0x8fb09e74 S:0x8fb0ccc4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_control> Exit (handle=0x8fb09d38, retVal=0x0)
[DSP] @3,286,427tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> returned from call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bcc
[DSP] @3,287,715tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,287,771tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@1,954,647us: [+0 T:0x4001f390 S:0xbed72974] CE - Engine_fwriteTrace> returning count [3008]
@1,954,727us: [+0 T:0x4001f390 S:0xbed729f4] CV - VISA_call Completed: messageId=0x00031bcc, command=0x1, return(status=0)
@1,954,802us: [+5 T:0x4001f390 S:0xbed729fc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bcc
@1,954,869us: [+0 T:0x4001f390 S:0xbed72a4c] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_control> Exit (handle=0x438b0, retVal=0x0)
@1,954,956us: [+0 T:0x4001f390 S:0xbed72974] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_control> Enter (handle=0x438b0, id=5, dynParams=0x437d4 (size=0x1c), status=0xbed72a34 (size=0xb8)
@1,955,040us: [+4 T:0x4001f390 S:0xbed72934] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@1,955,107us: [+5 T:0x4001f390 S:0xbed7293c] CV - VISA_allocMsg> Allocating message for messageId=0x00031bcd
@1,955,169us: [+0 T:0x4001f390 S:0xbed7291c] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bcd, command=0x1
@1,955,243us: [+0 T:0x4001f390 S:0xbed728e4] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@1,955,344us: [+0 T:0x4001f390 S:0xbed728e4] OC - Comm_put> return (0)
@1,955,412us: [+0 T:0x4001f390 S:0xbed728dc] OC - Comm_get> Enter(queue=0x10005, msg=0xbed7298c, timeout=-1)
@1,955,810us: [+0 T:0x4001f390 S:0xbed728dc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@1,955,903us: [+0 T:0x4001f390 S:0xbed7286c] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@1,956,005us: [+0 T:0x4001f390 S:0xbed7286c] OC - Comm_put> return (0)
@1,956,162us: [+0 T:0x4001f390 S:0xbed72864] OC - Comm_get> Enter(queue=0x10002, msg=0xbed72904, timeout=-1)
@1,956,260us: [+0 T:0x4001f390 S:0xbed72864] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @3,313,237tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> 0x8fb09cc0(h264dec#1) call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bcd
[DSP] @3,313,320tk: [+0 T:0x8fb09e74 S:0x8fb0ccc4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_control> Enter (handle=0x8fb09d38, id=5, dynParams=0x8ff08934 (size=0x1c), status=0x8ff08950 (size=0xb8)
[DSP] @3,313,417tk: [+5 T:0x8fb09e74 S:0x8fb0cca4] CV - VISA_enter(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @3,313,477tk: [+0 T:0x8fb09e74 S:0x8fb0cc84] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb09d70)
[DSP] @3,313,539tk: [+0 T:0x8fb09e74 S:0x8fb0cc4c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8bd94200)
[DSP] @3,313,603tk: [+2 T:0x8fb09e74 S:0x8fb0cc4c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8bd94200, current algorithm to be activated 0x8bd94200
[DSP] @3,313,683tk: [+2 T:0x8fb09e74 S:0x8fb0cc4c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Activation of algorithm 0x8bd94200 not required, already active
[DSP] @3,313,755tk: [+0 T:0x8fb09e74 S:0x8fb0cc4c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @3,313,804tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @3,313,881tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @3,313,936tk: [+0 T:0x8fb09e74 S:0x8fb0cc84] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @3,313,990tk: [+5 T:0x8fb09e74 S:0x8fb0cca4] CV - VISA_exit(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @3,314,052tk: [+0 T:0x8fb09e74 S:0x8fb0cc84] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb09d70)
[DSP] @3,314,113tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @3,314,192tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @3,314,249tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8bd94200)
[DSP] @3,314,316tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8bd94200
[DSP] @3,314,380tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @3,314,428tk: [+0 T:0x8fb09e74 S:0x8fb0cc84] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @3,314,481tk: [+0 T:0x8fb09e74 S:0x8fb0ccc4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_control> Exit (handle=0x8fb09d38, retVal=0x0)
[DSP] @3,314,548tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> returned from call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bcd
[DSP] @3,315,790tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @3,315,844tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@1,958,352us: [+0 T:0x4001f390 S:0xbed7289c] CE - Engine_fwriteTrace> returning count [2902]
@1,958,417us: [+0 T:0x4001f390 S:0xbed7291c] CV - VISA_call Completed: messageId=0x00031bcd, command=0x1, return(status=0)
@1,958,487us: [+5 T:0x4001f390 S:0xbed72924] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bcd
@1,962,212us: [+0 T:0x4001f390 S:0xbed72974] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_control> Exit (handle=0x438b0, retVal=0x0)
v=0
o=- 968893288471999 1 IN IP4 192.168.1.61
s=RTSP/RTP stream from IPNC
i=2?videoCodecType=H.264
t=0 0
a=tool:LIVE555 Streaming Media v2010.07.29
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:RTSP/RTP stream from IPNC
a=x-qt-text-inf:2?videoCodecType=H.264
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:12000
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=64001F;sprop-parameter-sets=Z2QAKK2EBUViuKxUdCAqKxXFYqOhAVFYrisVHQgKisVxWKjoQFRWK4rFR0ICorFcVio6ECSFITk8nyfk/k/J8nm5s00IEkKQnJ5Pk/J/J+T5PNzZprQFoe0qQAAAHgAABwgYEAAExLQAAVdSr3vheEQjUAAAAAE=,aO48sA==
a=control:track1
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44790.
[../src/main/main.c 193] Decoding frame: size = 44790, No. =0.
@2,137,050us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,137,343us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,137,614us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bce
@2,137,906us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44790)
@2,138,181us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44790)
@2,138,454us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094ef6, PSc=0x87750000)
@2,138,734us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,139,003us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,139,279us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,139,552us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,139,823us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x0
@2,140,542us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> CMEM_getPhys(0x4225f000) = 0x8757b000.
@2,140,959us: [+1 T:0x42c33460 S:0x42c3224c] OM - Memory__addContigBuf> Enter(virtAddr=0x4225f000, size=966784, physAddr=0x8757b000)
@2,141,240us: [+1 T:0x42c33460 S:0x42c3224c] OM - Memory__addContigBuf> case 2 (Sc=0x8757b000, Ec=0x87651740, Ss=0x8757b000, Es=0x87667080
@2,141,517us: [+1 T:0x42c33460 S:0x42c3224c] OM - Memory__addContigBuf> returning: cb->phys=0x8757b000, cb->size=966784, cb->virt=0x4225f000
@2,141,792us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,142,066us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,142,341us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,142,612us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x0
@2,142,892us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> CMEM_getPhys(0x4234b080) = 0x87667080.
@2,143,178us: [+1 T:0x42c33460 S:0x42c3224c] OM - Memory__addContigBuf> Enter(virtAddr=0x4234b080, size=483392, physAddr=0x87667080)
@2,143,458us: [+1 T:0x42c33460 S:0x42c3224c] OM - Memory__addContigBuf> creating new contigBuf object
@2,143,723us: [+0 T:0x42c33460 S:0x42c32234] OM - Memory_alloc> Enter(0x10)
@2,143,993us: [+0 T:0x42c33460 S:0x42c32234] OM - Memory_alloc> return (0x60b78)
@2,144,258us: [+1 T:0x42c33460 S:0x42c3224c] OM - Memory__addContigBuf> returning: cb->phys=0x87667080, cb->size=483392, cb->virt=0x4234b080
@2,144,533us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,144,806us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bce, command=0x0
@2,145,085us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,145,428us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,145,689us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,150,794us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,151,085us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,151,393us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,151,738us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,152,034us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @4,048,308tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> 0x8fb09cc0(h264dec#1) call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bce
[DSP] @4,048,395tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87750000, sizeInBytes=44790)
[DSP] @4,048,505tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,048,549tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x8757b000, sizeInBytes=966784)
[DSP] @4,049,652tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,049,695tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87667080, sizeInBytes=483392)
[DSP] @4,050,279tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,050,324tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x8fb09d38, inBufs=0x8fb0cd7c, outBufs=0x8fb0ce40, inArgs=0x8ff08a78, outArgs=0x8ff08a84)
[DSP] @4,050,430tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_enter(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @4,050,490tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb09d70)
[DSP] @4,050,551tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8bd94200)
[DSP] @4,050,615tk: [+2 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8bd94200, current algorithm to be activated 0x8bd94200
[DSP] @4,050,695tk: [+2 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Activation of algorithm 0x8bd94200 not required, already active
[DSP] @4,050,767tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @4,050,814tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @4,050,892tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @4,050,946tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @4,067,329tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_exit(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @4,067,417tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb09d70)
[DSP] @4,067,482tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @4,067,562tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @4,067,621tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8bd94200)
[DSP] @4,067,689tk: [+4 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8bd94200
[DSP] @4,067,756tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @4,067,805tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @4,067,859tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x8fb09d38, retVal=0x0)
[DSP] @4,067,934tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> returned from call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bce
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44790 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
[DSP] @4,071,397tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @4,071,453tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,160,756us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [3497]
@2,160,840us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bce, command=0x0, return(status=0)
@2,161,041us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,161,119us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,161,184us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,161,248us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,161,305us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,161,365us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,161,426us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,161,486us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,161,548us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,161,605us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,161,664us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,161,725us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,161,784us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,161,848us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,161,905us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,161,963us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,162,022us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,162,083us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,162,148us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,162,204us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,162,263us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bce
@2,162,329us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@2,170,985us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,171,282us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,171,552us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c12
@2,171,826us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,172,096us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,172,368us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x0
@2,172,648us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> CMEM_getPhys(0x41db5000) = 0x8b700000.
@2,172,931us: [+1 T:0x42c33460 S:0x42c329f4] OM - Memory__addContigBuf> Enter(virtAddr=0x41db5000, size=921600, physAddr=0x8b700000)
@2,173,206us: [+1 T:0x42c33460 S:0x42c329f4] OM - Memory__addContigBuf> case 2 (Sc=0x8b700000, Ec=0x8b7d6740, Ss=0x8b700000, Es=0x8b7e1000
@2,173,516us: [+1 T:0x42c33460 S:0x42c329f4] OM - Memory__addContigBuf> returning: cb->phys=0x8b700000, cb->size=921600, cb->virt=0x41db5000
@2,173,790us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,174,063us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,174,336us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,174,608us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,174,890us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,175,157us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,175,428us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,175,698us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,175,968us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,176,250us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,176,518us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,176,789us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c12, command=0x0
@2,177,200us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,177,503us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,177,766us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,183,612us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,183,901us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,184,206us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,184,546us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,184,840us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @4,172,355tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> 0x8fb04e40(h264enc#0) call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c12
[DSP] @4,172,449tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b700000, sizeInBytes=921600)
[DSP] @4,173,506tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,173,550tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b754600, sizeInBytes=460800)
[DSP] @4,174,110tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,174,155tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x87925000, sizeInBytes=345600)
[DSP] @4,174,590tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,174,636tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x8fb04f00, inBufs=0x8fb09b3c, outBufs=0x8fb09c0c, inArgs=0x8ff07a84, outArgs=0x8ff07a90)
[DSP] @4,174,744tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_enter(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @4,174,807tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb04f38)
[DSP] @4,174,869tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8ba00000)
[DSP] @4,174,935tk: [+2 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8bd94200, current algorithm to be activated 0x8ba00000
[DSP] @4,175,017tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8bd94200
[DSP] @4,175,126tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8ba00000
[DSP] @4,175,254tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @4,175,307tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @4,175,388tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @4,175,444tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @4,194,771tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_exit(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @4,194,854tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb04f38)
[DSP] @4,194,917tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @4,194,997tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @4,195,055tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8ba00000)
[DSP] @4,195,122tk: [+4 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8ba00000
[DSP] @4,195,187tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @4,195,237tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @4,195,291tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x8fb04f00, retVal=0x0)
[DSP] @4,195,364tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> returned from call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c12
[DSP] @4,198,285tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @4,198,341tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,194,666us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [3604]
@2,194,997us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c12, command=0x0, return(status=0)
@2,195,276us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,195,603us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,195,938us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,196,270us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,196,539us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,196,870us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,197,218us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,197,671us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,197,993us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,198,259us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,198,592us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,198,923us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,199,246us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,199,516us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c12
@2,200,492us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=1024k
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =45036.
[../src/main/main.c 193] Decoding frame: size = 45036, No. =1.
@2,212,068us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,212,361us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,212,670us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bcf
@2,212,951us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=45036)
@2,213,224us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=45036)
@2,213,497us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094fec, PSc=0x87750000)
@2,213,780us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,214,048us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,214,322us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,214,594us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,214,866us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,215,152us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,215,421us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,215,694us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,215,968us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,216,239us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,216,523us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,216,793us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,217,065us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bcf, command=0x0
@2,217,344us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,217,655us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,218,045us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,222,960us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,223,249us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,223,559us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,223,901us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,224,197us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @4,327,630tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> 0x8fb09cc0(h264dec#1) call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bcf
[DSP] @4,327,727tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87750000, sizeInBytes=45036)
[DSP] @4,327,836tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,327,880tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x8757b000, sizeInBytes=966784)
[DSP] @4,328,983tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,329,027tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87667080, sizeInBytes=483392)
[DSP] @4,329,610tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,329,655tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x8fb09d38, inBufs=0x8fb0cd7c, outBufs=0x8fb0ce40, inArgs=0x8ff08a78, outArgs=0x8ff08a84)
[DSP] @4,329,764tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_enter(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @4,329,827tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb09d70)
[DSP] @4,329,889tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8bd94200)
[DSP] @4,329,955tk: [+2 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8ba00000, current algorithm to be activated 0x8bd94200
[DSP] @4,330,036tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8ba00000
[DSP] @4,330,154tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8bd94200
[DSP] @4,330,258tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @4,330,308tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @4,330,388tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @4,330,443tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @4,346,922tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_exit(visa=0x8fb09d38): algHandle = 0x8fb09d70
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 45036 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
[DSP] @4,347,008tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb09d70)
[DSP] @4,347,071tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @4,347,152tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @4,347,212tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8bd94200)
[DSP] @4,347,280tk: [+4 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8bd94200
[DSP] @4,347,355tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @4,347,405tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @4,347,458tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x8fb09d38, retVal=0x0)
[DSP] @4,347,534tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> returned from call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bcf
[DSP] @4,350,474tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @4,350,532tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,231,443us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [3603]
@2,231,525us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bcf, command=0x0, return(status=0)
@2,231,610us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,231,675us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,231,736us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,231,801us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,231,857us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,231,916us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,231,976us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,232,036us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,232,100us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,232,156us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,232,215us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,232,274us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,232,333us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,232,397us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,232,454us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,232,512us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,232,572us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,232,631us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,232,693us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,232,749us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,232,809us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,232,869us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,232,935us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,233,002us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,233,062us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,233,121us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,233,181us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,233,241us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,233,305us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,233,362us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,233,421us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bcf
@2,233,488us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@2,238,988us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,239,097us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,239,168us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c13
@2,239,234us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,239,296us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,239,357us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,239,422us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,239,479us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,239,535us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,239,595us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,239,654us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,239,719us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,239,774us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,239,832us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,241,080us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,241,153us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,241,223us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,241,281us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,241,342us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c13, command=0x0
@2,241,410us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,241,509us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,241,576us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,247,512us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,247,606us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,247,705us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,247,859us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,247,957us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @4,419,896tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> 0x8fb04e40(h264enc#0) call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c13
[DSP] @4,419,991tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b700000, sizeInBytes=921600)
[DSP] @4,421,049tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,421,092tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b754600, sizeInBytes=460800)
[DSP] @4,421,652tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,421,697tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x87925000, sizeInBytes=345600)
[DSP] @4,422,132tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,422,178tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x8fb04f00, inBufs=0x8fb09b3c, outBufs=0x8fb09c0c, inArgs=0x8ff07a84, outArgs=0x8ff07a90)
[DSP] @4,422,285tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_enter(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @4,422,348tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb04f38)
[DSP] @4,422,410tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8ba00000)
[DSP] @4,422,476tk: [+2 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8bd94200, current algorithm to be activated 0x8ba00000
[DSP] @4,422,557tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8bd94200
[DSP] @4,422,662tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8ba00000
[DSP] @4,422,793tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @4,422,845tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @4,422,928tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @4,422,983tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @4,441,990tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_exit(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @4,442,078tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb04f38)
[DSP] @4,442,140tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @4,442,221tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @4,442,279tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8ba00000)
[DSP] @4,442,346tk: [+4 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8ba00000
[DSP] @4,442,413tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @4,442,462tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @4,442,516tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x8fb04f00, retVal=0x0)
[DSP] @4,442,589tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> returned from call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c13
[DSP] @4,443,872tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @4,443,928tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,255,282us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [3604]
@2,255,550us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c13, command=0x0, return(status=0)
@2,255,833us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,256,104us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,256,316us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,256,408us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,256,471us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,256,532us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,256,594us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,256,656us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,256,713us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,256,770us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,256,829us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,256,886us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,256,941us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,256,999us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c13
@2,257,065us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=1005k
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44816.
[../src/main/main.c 193] Decoding frame: size = 44816, No. =2.
@2,280,464us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,280,757us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,281,025us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bd0
@2,281,305us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44816)
@2,281,578us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44816)
@2,281,853us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f10, PSc=0x87750000)
@2,282,135us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,282,402us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,282,673us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,282,947us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,283,218us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,283,533us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,283,802us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,284,073us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,284,346us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,284,617us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,284,899us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,285,167us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,285,438us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bd0, command=0x0
@2,285,716us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,286,026us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,286,290us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,291,321us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,291,609us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,291,916us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,292,258us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,292,553us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @4,592,033tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> 0x8fb09cc0(h264dec#1) call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd0
[DSP] @4,592,128tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87750000, sizeInBytes=44816)
[DSP] @4,592,238tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,592,282tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x8757b000, sizeInBytes=966784)
[DSP] @4,593,389tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,593,432tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87667080, sizeInBytes=483392)
[DSP] @4,594,016tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,594,061tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x8fb09d38, inBufs=0x8fb0cd7c, outBufs=0x8fb0ce40, inArgs=0x8ff08a78, outArgs=0x8ff08a84)
[DSP] @4,594,169tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_enter(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @4,594,232tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb09d70)
[DSP] @4,594,294tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8bd94200)
[DSP] @4,594,359tk: [+2 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8ba00000, current algorithm to be activated 0x8bd94200
[DSP] @4,594,440tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8ba00000
[DSP] @4,594,554tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8bd94200
[DSP] @4,594,659tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @4,594,711tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @4,594,790tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @4,594,855tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @4,611,287tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_exit(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @4,611,372tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb09d70)
[DSP] @4,611,436tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @4,611,516tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @4,611,577tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8bd94200)
[DSP] @4,611,645tk: [+4 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8bd94200
[DSP] @4,611,712tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44816 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
[DSP] @4,611,761tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @4,611,815tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x8fb09d38, retVal=0x0)
[DSP] @4,611,890tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> returned from call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd0
[DSP] @4,614,823tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @4,614,882tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,301,090us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [3603]
@2,301,175us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bd0, command=0x0, return(status=0)
@2,301,263us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,301,330us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,301,392us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,301,457us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,301,513us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,301,574us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,301,635us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,301,694us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,301,758us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,301,815us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,301,873us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,301,934us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,301,994us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,302,058us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,302,115us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,302,174us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,302,234us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,302,292us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,302,354us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,302,411us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,302,470us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,302,531us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,302,589us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,302,652us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,302,708us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,302,766us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,302,826us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,302,884us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,302,954us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,303,015us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,303,078us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bd0
@2,303,148us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@2,308,606us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,308,709us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,308,780us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c14
@2,308,848us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,308,911us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,308,973us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,309,039us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,309,096us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,309,155us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,309,215us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,309,274us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,309,339us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,309,535us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,309,621us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,309,688us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,309,750us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,309,816us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,311,135us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,311,209us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c14, command=0x0
@2,311,281us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,311,380us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,311,446us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,317,382us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,317,478us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,317,577us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,317,733us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,317,832us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @4,690,100tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> 0x8fb04e40(h264enc#0) call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c14
[DSP] @4,690,194tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b700000, sizeInBytes=921600)
[DSP] @4,691,254tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,691,298tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b754600, sizeInBytes=460800)
[DSP] @4,691,854tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,691,898tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x87925000, sizeInBytes=345600)
[DSP] @4,692,334tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,692,380tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x8fb04f00, inBufs=0x8fb09b3c, outBufs=0x8fb09c0c, inArgs=0x8ff07a84, outArgs=0x8ff07a90)
[DSP] @4,692,487tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_enter(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @4,692,550tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb04f38)
[DSP] @4,692,612tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8ba00000)
[DSP] @4,692,678tk: [+2 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8bd94200, current algorithm to be activated 0x8ba00000
[DSP] @4,692,760tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8bd94200
[DSP] @4,692,866tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8ba00000
[DSP] @4,693,000tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @4,693,053tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @4,693,134tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @4,693,190tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @4,712,194tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_exit(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @4,712,281tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb04f38)
[DSP] @4,712,344tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @4,712,425tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @4,712,483tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8ba00000)
[DSP] @4,712,550tk: [+4 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8ba00000
[DSP] @4,712,616tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @4,712,666tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @4,712,720tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x8fb04f00, retVal=0x0)
[DSP] @4,712,793tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> returned from call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c14
[DSP] @4,714,080tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @4,714,136tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,324,738us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [3604]
@2,325,007us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c14, command=0x0, return(status=0)
@2,325,327us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,325,600us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,325,872us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,326,148us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,326,414us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,326,682us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,326,956us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,327,169us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,327,255us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,327,320us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,327,383us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,327,445us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,327,501us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,327,560us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c14
@2,327,627us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=987k
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44851.
[../src/main/main.c 193] Decoding frame: size = 44851, No. =3.
@2,351,322us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,351,437us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,351,512us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bd1
@2,351,586us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44851)
@2,351,650us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44851)
@2,351,712us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f33, PSc=0x87750000)
@2,351,780us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,351,837us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,351,898us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,351,959us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,352,021us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,352,087us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,352,146us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,352,204us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,352,265us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,352,323us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,352,389us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,352,445us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,352,505us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bd1, command=0x0
@2,352,574us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,352,672us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,352,740us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,357,972us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,358,091us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,358,201us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,358,297us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,358,668us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @4,849,787tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> 0x8fb09cc0(h264dec#1) call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd1
[DSP] @4,849,881tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87750000, sizeInBytes=44851)
[DSP] @4,849,990tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,850,034tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x8757b000, sizeInBytes=966784)
[DSP] @4,851,145tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,851,188tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87667080, sizeInBytes=483392)
[DSP] @4,851,772tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @4,851,817tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x8fb09d38, inBufs=0x8fb0cd7c, outBufs=0x8fb0ce40, inArgs=0x8ff08a78, outArgs=0x8ff08a84)
[DSP] @4,851,925tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_enter(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @4,851,988tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb09d70)
[DSP] @4,852,050tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8bd94200)
[DSP] @4,852,115tk: [+2 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8ba00000, current algorithm to be activated 0x8bd94200
[DSP] @4,852,196tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8ba00000
[DSP] @4,852,319tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8bd94200
[DSP] @4,852,420tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @4,852,470tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @4,852,550tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @4,852,606tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @4,869,067tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_exit(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @4,869,152tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb09d70)
[DSP] @4,869,216tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @4,869,297tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @4,869,356tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8bd94200)
[DSP] @4,869,435tk: [+4 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8bd94200
[DSP] @4,869,503tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @4,869,553tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @4,869,606tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x8fb09d38, retVal=0x0)
[DSP] @4,869,681tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> returned from call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd1
[DSP] @4,871,185tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @4,871,243tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,366,406us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [3603]
@2,366,677us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bd1, command=0x0, return(status=0)
@2,366,970us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,367,243us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,367,516us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,367,795us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,368,063us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,368,335us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,368,605us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,368,876us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,369,155us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,369,424us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,369,695us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,370,449us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,370,673us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,370,760us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,370,822us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,370,883us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,371,031us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,371,114us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,371,184us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,371,243us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44851 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@2,371,302us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,371,897us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,371,973us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,372,043us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,372,103us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,372,164us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,372,225us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,372,285us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,372,348us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,372,404us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,372,464us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bd1
@2,372,531us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@2,377,894us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,377,991us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,378,060us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c15
@2,378,127us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,378,190us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,378,251us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,378,316us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,378,372us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,378,430us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,378,488us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,378,546us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,378,611us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,378,667us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,378,725us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,378,783us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,378,842us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,378,906us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,378,961us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,379,020us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c15, command=0x0
@2,379,087us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,379,187us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,379,254us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@2,385,284us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,385,401us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,385,510us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,385,607us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,385,776us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @4,952,326tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> 0x8fb04e40(h264enc#0) call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c15
[DSP] @4,952,421tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b700000, sizeInBytes=921600)
[DSP] @4,953,481tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,953,525tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b754600, sizeInBytes=460800)
[DSP] @4,954,084tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,954,129tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x87925000, sizeInBytes=345600)
[DSP] @4,954,568tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @4,954,614tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x8fb04f00, inBufs=0x8fb09b3c, outBufs=0x8fb09c0c, inArgs=0x8ff07a84, outArgs=0x8ff07a90)
[DSP] @4,954,721tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_enter(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @4,954,784tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb04f38)
[DSP] @4,954,846tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8ba00000)
[DSP] @4,954,913tk: [+2 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8bd94200, current algorithm to be activated 0x8ba00000
[DSP] @4,954,994tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8bd94200
[DSP] @4,955,100tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8ba00000
[DSP] @4,955,234tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @4,955,286tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @4,955,369tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @4,955,425tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @4,974,714tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_exit(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @4,974,800tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb04f38)
[DSP] @4,974,863tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @4,974,944tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @4,975,001tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8ba00000)
[DSP] @4,975,068tk: [+4 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8ba00000
[DSP] @4,975,135tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @4,975,185tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @4,975,238tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x8fb04f00, retVal=0x0)
[DSP] @4,975,311tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> returned from call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c15
[DSP] @4,976,785tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @4,976,841tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,388,380us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [3604]
@2,388,455us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c15, command=0x0, return(status=0)
@2,388,531us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,388,594us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,388,655us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,388,719us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,388,775us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,388,834us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,388,894us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,388,953us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,389,010us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,389,069us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,389,128us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,389,187us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,389,241us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,389,298us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c15
@2,389,363us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=969k
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44804.
[../src/main/main.c 193] Decoding frame: size = 44804, No. =4.
@2,406,430us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,406,545us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,406,621us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bd2
@2,406,696us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44804)
@2,406,760us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44804)
@2,406,822us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f04, PSc=0x87750000)
@2,406,889us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,406,946us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,407,006us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,407,068us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,407,130us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,407,194us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,407,251us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,407,310us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,407,369us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,407,427us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,407,492us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,407,547us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,407,608us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bd2, command=0x0
@2,407,676us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,407,775us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,407,843us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44804 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@2,413,077us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,413,196us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,413,307us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,413,402us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,413,571us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @5,062,884tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> 0x8fb09cc0(h264dec#1) call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd2
[DSP] @5,062,980tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87750000, sizeInBytes=44804)
[DSP] @5,063,089tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,063,132tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x8757b000, sizeInBytes=966784)
[DSP] @5,064,239tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,064,282tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87667080, sizeInBytes=483392)
[DSP] @5,064,865tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,064,910tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x8fb09d38, inBufs=0x8fb0cd7c, outBufs=0x8fb0ce40, inArgs=0x8ff08a78, outArgs=0x8ff08a84)
[DSP] @5,065,017tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_enter(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @5,065,080tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb09d70)
[DSP] @5,065,142tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8bd94200)
[DSP] @5,065,207tk: [+2 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8ba00000, current algorithm to be activated 0x8bd94200
[DSP] @5,065,288tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8ba00000
[DSP] @5,065,408tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8bd94200
[DSP] @5,065,513tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @5,065,563tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @5,065,642tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @5,065,697tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @5,082,171tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_exit(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @5,082,257tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb09d70)
[DSP] @5,082,321tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @5,082,401tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @5,082,461tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8bd94200)
[DSP] @5,082,529tk: [+4 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8bd94200
[DSP] @5,082,596tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @5,082,645tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @5,082,698tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x8fb09d38, retVal=0x0)
[DSP] @5,082,774tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> returned from call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd2
[DSP] @5,084,287tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @5,084,345tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,416,166us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [3603]
@2,416,242us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bd2, command=0x0, return(status=0)
@2,416,329us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,416,393us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,416,456us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,416,521us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,416,576us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,416,636us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,416,696us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,416,756us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,416,818us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,416,874us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,416,932us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,416,993us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,417,052us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,417,115us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,417,172us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,417,230us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,417,290us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,417,350us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,417,412us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,417,469us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,417,529us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,417,588us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,417,648us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,417,711us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,417,767us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,417,826us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,417,885us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,417,945us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,418,008us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,418,065us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,418,125us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bd2
@2,418,193us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@2,424,861us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,424,972us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,425,043us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c16
@2,425,112us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,425,174us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,425,236us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,425,302us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,425,358us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,425,416us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,425,475us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,425,533us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,425,597us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,425,651us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,425,709us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,425,768us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,425,828us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,425,892us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,425,948us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,426,007us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c16, command=0x0
@2,426,074us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,426,172us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,426,240us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,433,261us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,433,540us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,433,845us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,434,189us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,434,483us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @5,134,026tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> 0x8fb04e40(h264enc#0) call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c16
[DSP] @5,134,119tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b700000, sizeInBytes=921600)
[DSP] @5,135,179tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,135,223tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b754600, sizeInBytes=460800)
[DSP] @5,135,782tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,135,827tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x87925000, sizeInBytes=345600)
[DSP] @5,136,260tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,136,306tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x8fb04f00, inBufs=0x8fb09b3c, outBufs=0x8fb09c0c, inArgs=0x8ff07a84, outArgs=0x8ff07a90)
[DSP] @5,136,413tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_enter(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @5,136,475tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb04f38)
[DSP] @5,136,537tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8ba00000)
[DSP] @5,136,603tk: [+2 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8bd94200, current algorithm to be activated 0x8ba00000
[DSP] @5,136,685tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8bd94200
[DSP] @5,136,790tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8ba00000
[DSP] @5,136,921tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @5,136,975tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @5,137,057tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @5,137,113tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @5,156,351tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_exit(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @5,156,439tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb04f38)
[DSP] @5,156,504tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @5,156,584tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @5,156,642tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8ba00000)
[DSP] @5,156,710tk: [+4 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8ba00000
[DSP] @5,156,776tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @5,156,825tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @5,156,879tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x8fb04f00, retVal=0x0)
[DSP] @5,156,952tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> returned from call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c16
[DSP] @5,163,685tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @5,163,741tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,439,000us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [3604]
@2,439,082us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c16, command=0x0, return(status=0)
@2,439,157us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,439,220us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,439,281us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,439,344us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,439,400us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,439,459us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,439,519us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,439,577us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,439,633us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,439,689us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,439,749us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,439,807us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,442,408us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,442,677us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c16
@2,442,955us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=950k
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44698.
[../src/main/main.c 193] Decoding frame: size = 44698, No. =5.
@2,480,877us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,481,168us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,481,439us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bd3
@2,481,755us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44698)
@2,482,028us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44698)
@2,482,306us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094e9a, PSc=0x87750000)
@2,482,590us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,482,857us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,483,129us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,483,401us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,483,674us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,484,078us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,484,344us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,484,617us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,484,892us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,485,161us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,485,443us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,485,710us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,485,984us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bd3, command=0x0
@2,486,262us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,486,568us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,486,833us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,491,868us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,492,157us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,492,464us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,492,805us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,493,101us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @5,367,569tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> 0x8fb09cc0(h264dec#1) call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd3
[DSP] @5,367,663tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87750000, sizeInBytes=44698)
[DSP] @5,367,773tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,367,818tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x8757b000, sizeInBytes=966784)
[DSP] @5,368,921tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,368,964tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87667080, sizeInBytes=483392)
[DSP] @5,369,548tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,369,594tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x8fb09d38, inBufs=0x8fb0cd7c, outBufs=0x8fb0ce40, inArgs=0x8ff08a78, outArgs=0x8ff08a84)
[DSP] @5,369,702tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_enter(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @5,369,766tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb09d70)
[DSP] @5,369,828tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8bd94200)
[DSP] @5,369,894tk: [+2 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8ba00000, current algorithm to be activated 0x8bd94200
[DSP] @5,369,974tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8ba00000
[DSP] @5,370,094tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8bd94200
[DSP] @5,370,199tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @5,370,250tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @5,370,329tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @5,370,384tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @5,386,840tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_exit(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @5,386,925tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb09d70)
[DSP] @5,386,990tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @5,387,070tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @5,387,130tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8bd94200)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44698 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
[DSP] @5,387,198tk: [+4 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8bd94200
[DSP] @5,387,266tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @5,387,315tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @5,387,369tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x8fb09d38, retVal=0x0)
[DSP] @5,387,446tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> returned from call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd3
[DSP] @5,390,384tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @5,390,442tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,501,137us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [3603]
@2,501,219us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bd3, command=0x0, return(status=0)
@2,501,304us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,501,370us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,501,430us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,501,494us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,501,551us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,501,611us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,501,671us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,501,730us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,501,793us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,501,850us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,501,908us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,501,969us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,502,028us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,502,092us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,502,149us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,502,207us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,502,266us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,502,325us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,502,388us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,502,444us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,502,502us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,502,563us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,502,622us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,502,686us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,502,742us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,502,801us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,502,868us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,502,931us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,502,995us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,503,052us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,503,114us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bd3
@2,503,182us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@2,508,777us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,508,884us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,508,955us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c17
@2,509,023us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,509,087us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,509,151us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,509,217us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,509,274us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,509,332us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,509,391us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,509,450us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,509,516us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,509,573us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,509,631us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,509,690us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,509,750us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,509,815us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,511,079us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,511,154us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c17, command=0x0
@2,511,225us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,511,324us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,511,390us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,517,338us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,517,441us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,517,545us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,517,703us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,517,805us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @5,463,321tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> 0x8fb04e40(h264enc#0) call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c17
[DSP] @5,463,414tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b700000, sizeInBytes=921600)
[DSP] @5,464,474tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,464,518tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b754600, sizeInBytes=460800)
[DSP] @5,465,075tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,465,120tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x87925000, sizeInBytes=345600)
[DSP] @5,465,555tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,465,602tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x8fb04f00, inBufs=0x8fb09b3c, outBufs=0x8fb09c0c, inArgs=0x8ff07a84, outArgs=0x8ff07a90)
[DSP] @5,465,710tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_enter(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @5,465,772tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb04f38)
[DSP] @5,465,835tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8ba00000)
[DSP] @5,465,900tk: [+2 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8bd94200, current algorithm to be activated 0x8ba00000
[DSP] @5,465,981tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8bd94200
[DSP] @5,466,090tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8ba00000
[DSP] @5,466,221tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @5,466,275tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @5,466,356tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @5,466,412tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @5,485,461tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_exit(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @5,485,546tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb04f38)
[DSP] @5,485,609tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @5,485,688tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @5,485,746tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8ba00000)
[DSP] @5,485,813tk: [+4 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8ba00000
[DSP] @5,485,879tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @5,485,929tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @5,485,983tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x8fb04f00, retVal=0x0)
[DSP] @5,486,055tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> returned from call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c17
[DSP] @5,487,390tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @5,487,447tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,524,138us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [3604]
@2,524,406us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c17, command=0x0, return(status=0)
@2,524,819us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,525,085us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,525,360us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,525,635us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,525,904us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,526,092us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,526,184us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,526,252us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,526,311us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,526,370us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,526,430us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,526,490us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,526,544us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,526,601us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c17
@2,526,665us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=932k
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44837.
[../src/main/main.c 193] Decoding frame: size = 44837, No. =6.
@2,552,263us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,552,553us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,552,824us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bd4
@2,553,104us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44837)
@2,553,377us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44837)
@2,553,650us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f25, PSc=0x87750000)
@2,553,932us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,554,201us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,554,472us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,554,746us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,555,016us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,555,473us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,555,742us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,556,014us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,556,288us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,556,559us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,556,841us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,557,109us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,557,383us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bd4, command=0x0
@2,557,660us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,557,969us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,558,233us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,563,266us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,563,556us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,563,863us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,564,206us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,564,502us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @5,643,693tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> 0x8fb09cc0(h264dec#1) call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd4
[DSP] @5,643,790tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87750000, sizeInBytes=44837)
[DSP] @5,643,898tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,643,943tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x8757b000, sizeInBytes=966784)
[DSP] @5,645,050tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,645,093tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87667080, sizeInBytes=483392)
[DSP] @5,645,677tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,645,722tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x8fb09d38, inBufs=0x8fb0cd7c, outBufs=0x8fb0ce40, inArgs=0x8ff08a78, outArgs=0x8ff08a84)
[DSP] @5,645,830tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_enter(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @5,645,893tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb09d70)
[DSP] @5,645,957tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8bd94200)
[DSP] @5,646,024tk: [+2 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8ba00000, current algorithm to be activated 0x8bd94200
[DSP] @5,646,105tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8ba00000
[DSP] @5,646,224tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8bd94200
[DSP] @5,646,329tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @5,646,379tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @5,646,458tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @5,646,513tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44837 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
[DSP] @5,662,954tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_exit(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @5,663,039tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb09d70)
[DSP] @5,663,103tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @5,663,183tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @5,663,243tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8bd94200)
[DSP] @5,663,312tk: [+4 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8bd94200
[DSP] @5,663,379tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @5,663,428tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @5,663,481tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x8fb09d38, retVal=0x0)
[DSP] @5,663,557tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> returned from call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd4
[DSP] @5,666,496tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @5,666,555tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,571,515us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [3603]
@2,571,599us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bd4, command=0x0, return(status=0)
@2,571,687us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,571,753us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,571,815us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,571,881us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,571,939us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,571,999us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,572,060us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,572,121us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,572,185us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,572,241us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,572,301us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,572,361us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,572,421us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,572,484us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,572,539us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,572,597us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,572,656us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,572,716us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,572,779us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,572,835us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,572,894us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,572,962us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,573,026us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,573,093us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,573,151us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,573,209us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,573,270us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,573,330us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,573,392us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,573,448us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,573,509us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bd4
@2,573,576us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@2,579,078us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,579,187us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,579,259us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c18
@2,579,327us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,579,391us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,579,453us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,579,518us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,579,574us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,579,632us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,579,691us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,579,752us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,579,817us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,581,041us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,581,117us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,581,181us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,581,242us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,581,309us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,581,366us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,581,426us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c18, command=0x0
@2,581,493us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,581,590us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,581,655us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,587,602us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,587,703us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,587,805us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,587,964us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,588,065us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @5,735,060tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> 0x8fb04e40(h264enc#0) call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c18
[DSP] @5,735,154tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b700000, sizeInBytes=921600)
[DSP] @5,736,211tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,736,255tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b754600, sizeInBytes=460800)
[DSP] @5,736,815tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,736,860tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x87925000, sizeInBytes=345600)
[DSP] @5,737,295tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,737,341tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x8fb04f00, inBufs=0x8fb09b3c, outBufs=0x8fb09c0c, inArgs=0x8ff07a84, outArgs=0x8ff07a90)
[DSP] @5,737,449tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_enter(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @5,737,511tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb04f38)
[DSP] @5,737,573tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8ba00000)
[DSP] @5,737,640tk: [+2 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8bd94200, current algorithm to be activated 0x8ba00000
[DSP] @5,737,722tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8bd94200
[DSP] @5,737,827tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8ba00000
[DSP] @5,737,958tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @5,738,011tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @5,738,093tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @5,738,149tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @5,757,181tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_exit(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @5,757,267tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb04f38)
[DSP] @5,757,330tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @5,757,411tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @5,757,468tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8ba00000)
[DSP] @5,757,535tk: [+4 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8ba00000
[DSP] @5,757,601tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @5,757,651tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @5,757,705tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x8fb04f00, retVal=0x0)
[DSP] @5,757,777tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> returned from call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c18
[DSP] @5,759,096tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @5,759,152tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,595,622us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [3604]
@2,596,076us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c18, command=0x0, return(status=0)
@2,596,354us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,596,446us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,596,515us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,596,582us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,596,639us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,596,757us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,596,832us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,596,896us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,596,954us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,597,012us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,597,073us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,597,135us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,597,274us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,597,342us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c18
@2,597,410us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=914k
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44814.
[../src/main/main.c 193] Decoding frame: size = 44814, No. =7.
@2,606,898us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,607,184us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,607,453us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bd5
@2,607,734us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44814)
@2,608,004us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44814)
@2,608,280us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f0e, PSc=0x87750000)
@2,608,563us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,608,831us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,609,104us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,609,376us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,609,647us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,610,434us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,610,662us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,610,745us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,610,892us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,610,977us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,611,051us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,611,112us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,611,174us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bd5, command=0x0
@2,611,244us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,611,342us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,611,410us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,616,626us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,616,738us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,616,846us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,616,944us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,617,118us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @5,850,112tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> 0x8fb09cc0(h264dec#1) call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd5
[DSP] @5,850,207tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87750000, sizeInBytes=44814)
[DSP] @5,850,317tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,850,361tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x8757b000, sizeInBytes=966784)
[DSP] @5,851,468tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,851,511tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> Enter(addr=0x87667080, sizeInBytes=483392)
[DSP] @5,852,093tk: [+0 T:0x8fb09e74 S:0x8fb0cd14] OM - Memory_cacheInv> return
[DSP] @5,852,138tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x8fb09d38, inBufs=0x8fb0cd7c, outBufs=0x8fb0ce40, inArgs=0x8ff08a78, outArgs=0x8ff08a84)
[DSP] @5,852,245tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_enter(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @5,852,308tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb09d70)
[DSP] @5,852,370tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8bd94200)
[DSP] @5,852,435tk: [+2 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8ba00000, current algorithm to be activated 0x8bd94200
[DSP] @5,852,516tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8ba00000
[DSP] @5,852,629tk: [+4 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8bd94200
[DSP] @5,852,734tk: [+0 T:0x8fb09e74 S:0x8fb0cc5c] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @5,852,785tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @5,852,865tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @5,852,920tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @5,869,376tk: [+5 T:0x8fb09e74 S:0x8fb0ccb4] CV - VISA_exit(visa=0x8fb09d38): algHandle = 0x8fb09d70
[DSP] @5,869,464tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb09d70)
[DSP] @5,869,529tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8bd94200, resFxns=0x8fc6d914, scratchGroupId=0)
[DSP] @5,869,610tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @5,869,670tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8bd94200)
[DSP] @5,869,739tk: [+4 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8bd94200
[DSP] @5,869,806tk: [+0 T:0x8fb09e74 S:0x8fb0cc6c] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @5,869,856tk: [+0 T:0x8fb09e74 S:0x8fb0cc94] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @5,869,910tk: [+0 T:0x8fb09e74 S:0x8fb0ccd4] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x8fb09d38, retVal=0x0)
[DSP] @5,869,985tk: [+5 T:0x8fb09e74 S:0x8fb0ce3c] CN - NODE> returned from call(algHandle=0x8fb09d38, msg=0x8ff08900); messageId=0x00031bd5
[DSP] @5,871,409tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff05928, 4056): cmd = 5
[DSP] @5,871,467tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,619,718us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [3603]
@2,619,794us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bd5, command=0x0, return(status=0)
@2,621,155us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,621,429us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,621,702us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,621,979us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,622,246us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,622,516us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,622,791us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,623,063us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,623,343us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,623,612us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,623,886us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,624,159us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,624,432us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,624,708us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,624,979us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,625,169us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,625,260us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,625,330us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,625,395us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,625,454us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,625,513us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,625,575us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,625,635us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,625,698us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,625,754us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,625,812us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,625,872us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,625,931us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,625,994us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,626,050us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,626,113us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bd5
@2,626,180us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44814 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@2,637,086us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,637,381us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,637,651us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c19
@2,637,925us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,638,198us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,638,468us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,638,749us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,639,015us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,639,288us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,639,560us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,639,830us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,640,954us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,641,220us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,641,488us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,641,759us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,642,030us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,642,314us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,642,582us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,642,853us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c19, command=0x0
@2,643,130us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,643,439us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,643,702us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,649,456us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[../src/main/main.c 177] Get video from camera: go.
@2,649,733us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,650,316us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,650,584us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,650,690us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] @5,974,216tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> 0x8fb04e40(h264enc#0) call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c19
[DSP] @5,974,310tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b700000, sizeInBytes=921600)
[DSP] @5,975,370tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,975,421tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x8b754600, sizeInBytes=460800)
[DSP] @5,975,980tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,976,024tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> Enter(addr=0x87925000, sizeInBytes=345600)
[DSP] @5,976,460tk: [+0 T:0x8fb05444 S:0x8fb09ad4] OM - Memory_cacheInv> return
[DSP] @5,976,506tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x8fb04f00, inBufs=0x8fb09b3c, outBufs=0x8fb09c0c, inArgs=0x8ff07a84, outArgs=0x8ff07a90)
[DSP] @5,976,613tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_enter(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @5,976,676tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Enter(alg=0x8fb04f38)
[DSP] @5,976,738tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Enter (scratchId=0, alg=0x8ba00000)
[DSP] @5,976,804tk: [+2 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Last active algorithm 0x8bd94200, current algorithm to be activated 0x8ba00000
[DSP] @5,976,886tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real deactivation of algorithm 0x8bd94200
[DSP] @5,976,994tk: [+4 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Real activation of algorithm 0x8ba00000
[DSP] @5,977,129tk: [+0 T:0x8fb05444 S:0x8fb09a24] ti.sdo.fc.dskt2 - DSKT2_activateAlg> Exit
[DSP] @5,977,182tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @5,977,264tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_activateAllResources> Exit (status=0)
[DSP] @5,977,320tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_activate> Exit
[DSP] @5,996,373tk: [+5 T:0x8fb05444 S:0x8fb09a7c] CV - VISA_exit(visa=0x8fb04f00): algHandle = 0x8fb04f38
[DSP] @5,996,460tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Enter(alg=0x8fb04f38)
[DSP] @5,996,523tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Enter (alg=0x8ba00000, resFxns=0x8fc70c4c, scratchGroupId=0)
[DSP] @5,996,603tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.rman - RMAN_deactivateAllResources> Exit (status=0)
[DSP] @5,996,661tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Enter (scratchId=0, algHandle=0x8ba00000)
[DSP] @5,996,728tk: [+4 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Lazy deactivate of algorithm 0x8ba00000
[DSP] @5,996,794tk: [+0 T:0x8fb05444 S:0x8fb09a34] ti.sdo.fc.dskt2 - DSKT2_deactivateAlg> Exit
[DSP] @5,996,844tk: [+0 T:0x8fb05444 S:0x8fb09a5c] ti.sdo.ce.alg.Algorithm - Algorithm_deactivate> Exit
[DSP] @5,996,898tk: [+0 T:0x8fb05444 S:0x8fb09a9c] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x8fb04f00, retVal=0x0)
[DSP] @5,996,971tk: [+5 T:0x8fb05444 S:0x8fb09c0c] CN - NODE> returned from call(algHandle=0x8fb04f00, msg=0x8ff07900); messageId=0x00029c19
[DSP] @6,000,823tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - processRmsCmd(0x8ff04928, 4056): cmd = 5
[DSP] @6,000,879tk: [+0 T:0x8fb00384 S:0x8fb04344] CR - remote time = 0x0, trace buffer size = 4032
@2,653,280us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [3604]
@2,653,346us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c19, command=0x0, return(status=0)
@2,653,426us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,653,491us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,653,554us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,653,619us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,653,675us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,653,734us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,653,792us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,653,851us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,653,907us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,653,966us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,654,025us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,654,086us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,654,143us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,654,202us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c19
@2,654,267us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=896k
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44856.
[../src/main/main.c 193] Decoding frame: size = 44856, No. =8.
@2,680,921us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,681,038us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,681,115us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bd6
@2,681,188us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44856)
@2,681,253us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44856)
@2,681,316us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f38, PSc=0x87750000)
@2,681,384us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,681,443us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,681,502us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,681,564us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,681,625us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,681,690us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,681,748us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,681,807us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,681,866us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,681,925us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,681,991us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,682,048us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,682,110us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bd6, command=0x0
@2,682,178us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,682,276us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,682,342us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,687,609us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,687,722us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,687,831us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,687,927us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,688,096us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@2,688,207us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@2,688,274us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bd6, command=0x0, return(status=0)
@2,688,359us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,688,424us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,688,486us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,688,550us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,688,607us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,688,667us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,688,726us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,688,785us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,688,848us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,688,905us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,688,965us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,689,025us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,689,086us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,689,150us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,689,207us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,689,266us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,689,325us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,689,384us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,689,448us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,689,504us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,689,563us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,689,624us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,689,683us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,689,746us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,689,802us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,691,346us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,691,619us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,691,892us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,692,170us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,692,441us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,692,714us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bd6
@2,692,990us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44856 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@2,698,708us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,699,000us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,699,272us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c1a
@2,699,589us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,700,876us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,701,154us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,701,433us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,701,837us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,702,108us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,702,378us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,702,648us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,702,929us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,703,196us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,703,467us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,703,739us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,704,010us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,704,293us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,704,559us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,704,830us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c1a, command=0x0
@2,705,107us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,705,414us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,705,685us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,711,616us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,711,904us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,712,210us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,712,556us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,712,848us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@2,713,145us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@2,713,416us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c1a, command=0x0, return(status=0)
@2,713,694us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,713,965us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,714,238us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,714,514us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,714,782us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,715,051us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,715,325us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,715,596us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,715,862us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,716,128us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,716,442us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,716,713us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,716,977us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,717,245us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c1a
@2,717,523us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=878k
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44716.
[../src/main/main.c 193] Decoding frame: size = 44716, No. =9.
@2,751,081us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,751,373us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,751,641us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bd7
@2,751,922us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44716)
@2,752,194us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44716)
@2,752,467us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094eac, PSc=0x87750000)
@2,752,750us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,753,017us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,753,291us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,753,563us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,753,835us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,754,119us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,754,387us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,754,657us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,754,932us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,755,201us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,755,485us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,755,754us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,756,026us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bd7, command=0x0
@2,756,305us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,756,613us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,756,876us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,762,013us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,762,305us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,762,612us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,762,958us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,763,253us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@2,763,549us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@2,763,821us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bd7, command=0x0, return(status=0)
@2,764,117us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,764,432us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,764,706us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,764,984us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,765,253us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,765,524us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,765,798us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,766,068us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,766,348us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,766,616us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,766,889us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,767,164us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,767,436us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,767,714us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,767,984us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,768,253us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,768,527us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,768,943us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,769,221us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,769,491us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,769,762us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,770,618us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,771,024us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,771,303us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,771,571us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,771,840us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,772,112us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,772,384us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,772,662us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,772,931us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,773,201us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bd7
@2,773,478us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44716 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@2,779,197us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,779,487us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,779,757us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c1b
@2,780,435us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,780,838us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,781,108us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,781,387us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,781,653us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,781,926us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,782,197us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,782,469us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,782,750us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,783,016us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,783,290us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,783,560us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,783,831us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,784,113us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,784,380us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,784,652us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c1b, command=0x0
@2,784,930us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,785,237us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,785,500us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,791,394us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,791,735us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,792,095us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,792,444us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,792,802us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@2,793,152us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@2,793,423us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c1b, command=0x0, return(status=0)
@2,793,769us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,794,100us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,794,429us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,794,706us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,795,040us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,795,370us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,795,703us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,795,977us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,796,308us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,796,636us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,797,011us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,797,341us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,797,606us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,797,930us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c1b
@2,798,268us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=859k
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44757.
[../src/main/main.c 193] Decoding frame: size = 44757, No. =10.
@2,806,525us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,806,815us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,807,087us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bd8
@2,807,368us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44757)
@2,807,641us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44757)
@2,807,914us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094ed5, PSc=0x87750000)
@2,808,198us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,808,465us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,808,738us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,809,011us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,809,413us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,809,693us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,810,240us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,810,333us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,810,404us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,810,467us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,810,695us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,810,761us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,810,826us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bd8, command=0x0
@2,810,897us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,810,998us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,811,066us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44757 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@2,816,380us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,816,498us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,816,610us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,816,706us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,816,878us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@2,816,987us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@2,817,055us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bd8, command=0x0, return(status=0)
@2,817,143us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,817,207us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,817,268us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,817,332us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,817,387us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,817,447us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,817,507us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,817,567us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,817,631us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,817,686us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,817,746us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,817,807us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,817,867us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,817,930us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,817,987us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,818,044us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,818,104us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,818,163us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,818,227us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,818,283us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,818,342us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,818,402us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,818,461us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,818,524us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,818,581us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,818,639us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,818,699us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,818,758us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,818,820us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,818,885us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,818,949us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bd8
@2,819,018us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@2,825,554us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,825,849us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,826,119us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c1c
@2,826,427us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,826,698us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,826,968us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,827,248us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,827,515us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,827,786us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,828,059us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,828,333us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,828,613us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,828,879us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,829,149us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,829,361us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,829,452us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,829,525us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,829,584us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,829,645us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c1c, command=0x0
@2,829,715us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,829,811us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,833,207us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,836,007us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,836,283us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,836,588us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,836,936us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,837,230us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@2,837,525us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@2,837,794us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c1c, command=0x0, return(status=0)
@2,838,075us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,838,350us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,838,621us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,838,900us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,839,169us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,839,439us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
[../src/main/main.c 177] Get video from camera: go.
@2,839,711us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,840,453us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,840,539us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,840,766us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,840,837us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,840,898us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,840,955us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,841,013us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c1c
@2,841,082us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=841k
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44703.
[../src/main/main.c 193] Decoding frame: size = 44703, No. =11.
@2,881,838us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,881,953us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,882,028us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bd9
@2,882,102us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44703)
@2,882,167us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44703)
@2,882,228us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094e9f, PSc=0x87750000)
@2,882,293us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,882,349us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,882,408us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,882,470us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,882,530us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,882,595us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,882,653us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,882,712us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,882,771us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,882,832us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,882,898us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,882,953us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,883,012us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bd9, command=0x0
@2,883,081us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,883,179us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,883,247us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,888,558us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,888,676us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,888,789us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,888,887us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,889,059us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@2,889,169us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@2,889,237us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bd9, command=0x0, return(status=0)
@2,889,320us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,889,385us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,889,446us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,889,510us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,889,568us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,889,628us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,889,687us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,889,746us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,889,809us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,891,347us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,891,617us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,891,890us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,892,162us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,892,440us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,892,708us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,892,978us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,893,250us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,893,524us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,893,802us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,894,072us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,894,344us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,894,618us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,894,890us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,895,166us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,895,437us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,895,708us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,895,981us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,896,252us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,896,530us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,896,802us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,897,076us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bd9
@2,897,356us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44703 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@2,904,216us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,904,515us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,904,784us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c1d
@2,905,095us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,905,367us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,905,639us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,905,921us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,906,187us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,906,456us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,906,728us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,906,998us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,907,280us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,907,548us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,907,817us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,908,089us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,908,362us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,908,643us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,908,910us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,909,181us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c1d, command=0x0
@2,909,459us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,909,901us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,910,717us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,915,953us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,916,231us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,916,536us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,916,883us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,917,178us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@2,917,474us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@2,917,744us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c1d, command=0x0, return(status=0)
@2,918,026us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,918,299us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,918,572us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,918,847us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,919,116us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,919,384us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,919,656us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
[../src/main/main.c 177] Get video from camera: go.
@2,920,243us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,920,330us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,920,397us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,920,459us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,920,684us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,920,749us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,920,812us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c1d
@2,920,880us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
buffer avail lenth=823k
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44727.
[../src/main/main.c 193] Decoding frame: size = 44727, No. =12.
@2,950,835us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@2,950,951us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@2,951,027us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bda
@2,951,100us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44727)
@2,951,165us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44727)
@2,951,227us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094eb7, PSc=0x87750000)
@2,951,293us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@2,951,352us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@2,951,412us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,951,474us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@2,951,533us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@2,951,599us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@2,951,656us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@2,951,714us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,951,773us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@2,951,833us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@2,951,898us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@2,951,954us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@2,952,013us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bda, command=0x0
@2,952,081us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@2,952,180us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@2,952,291us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@2,957,576us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,957,693us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@2,957,804us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@2,957,900us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@2,958,072us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@2,958,184us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@2,958,251us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bda, command=0x0, return(status=0)
@2,958,335us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,958,401us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,958,463us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,958,528us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,958,585us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,958,644us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,958,704us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,958,763us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,958,825us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,958,882us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,958,941us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,959,002us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@2,959,062us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@2,959,129us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@2,959,186us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@2,959,245us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,959,305us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@2,959,364us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@2,959,427us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@2,959,483us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@2,959,542us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,959,602us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@2,959,661us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@2,959,723us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@2,959,780us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@2,961,252us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,961,531us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@2,961,804us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@2,962,082us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@2,962,352us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@2,962,789us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bda
@2,963,065us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44727 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@2,968,650us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@2,968,935us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@2,969,206us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c1e
@2,969,514us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,969,786us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@2,971,256us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@2,971,535us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@2,971,802us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@2,972,073us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,972,345us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@2,972,615us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@2,973,034us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@2,973,303us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@2,973,572us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,973,843us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@2,974,114us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@2,974,394us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@2,974,660us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@2,974,931us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c1e, command=0x0
@2,975,208us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@2,975,514us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@2,975,775us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@2,981,690us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@2,981,978us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@2,982,283us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@2,982,630us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@2,983,047us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@2,983,343us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@2,983,612us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c1e, command=0x0, return(status=0)
@2,983,893us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,984,162us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@2,984,434us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@2,984,710us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@2,984,978us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@2,985,249us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,985,523us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@2,985,795us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,986,063us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,986,334us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,986,648us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@2,986,919us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@2,987,184us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@2,987,450us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c1e
@2,987,727us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44800.
[../src/main/main.c 193] Decoding frame: size = 44800, No. =13.
@3,020,897us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,021,192us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,021,465us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bdb
@3,021,746us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44800)
@3,022,019us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44800)
@3,022,297us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f00, PSc=0x87750000)
@3,022,580us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,022,850us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,023,123us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,023,397us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,023,810us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,024,094us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,024,364us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,024,639us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,024,912us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,025,185us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,025,467us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,025,736us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,026,012us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bdb, command=0x0
@3,026,294us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,026,603us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,026,866us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,031,998us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,032,288us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,032,597us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,032,948us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,033,246us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,033,543us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@3,033,955us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bdb, command=0x0, return(status=0)
@3,034,250us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,034,575us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,034,851us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,035,131us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,035,401us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,035,674us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,035,949us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,036,221us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,036,502us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,036,771us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,037,045us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,037,321us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,037,596us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,037,875us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,038,144us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,038,417us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,038,691us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,038,963us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,039,244us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,039,514us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,039,787us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,040,760us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,041,033us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,041,316us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,041,586us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,041,858us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,042,131us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,042,404us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,042,685us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,042,955us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,043,231us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bdb
@3,043,509us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44800 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,049,213us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,049,500us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,049,769us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c1f
@3,050,480us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,050,888us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,051,160us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,051,444us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,051,711us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,051,982us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,052,255us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,052,527us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,052,811us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,053,077us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,053,350us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,053,620us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,053,892us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,054,306us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,054,574us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,054,847us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c1f, command=0x0
@3,055,125us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,055,434us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,055,695us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@3,061,589us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,061,879us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,062,185us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,062,535us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,062,834us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,063,130us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@3,063,401us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c1f, command=0x0, return(status=0)
@3,063,681us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,063,954us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,064,347us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,064,626us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,064,894us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,065,164us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,065,437us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,065,709us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,065,978us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,066,247us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,066,688us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,066,959us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,067,226us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,067,494us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c1f
@3,067,774us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44975.
[../src/main/main.c 193] Decoding frame: size = 44975, No. =14.
@3,090,560us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,090,852us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,091,126us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bdc
@3,091,410us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44975)
@3,091,684us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44975)
@3,091,959us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094faf, PSc=0x87750000)
@3,092,246us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,092,517us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,092,792us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,093,067us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,093,339us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,093,624us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,093,893us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,094,167us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,094,441us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,094,841us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,095,120us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,095,389us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,095,664us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bdc, command=0x0
@3,095,944us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,096,253us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,096,519us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,101,643us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,101,934us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,102,241us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,102,591us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,102,888us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,103,184us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@3,103,454us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bdc, command=0x0, return(status=0)
@3,103,748us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,104,057us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,104,331us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,104,609us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,105,005us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,105,274us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,105,547us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,105,820us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,106,099us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,106,369us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,106,640us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,106,911us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,107,182us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,107,461us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,107,730us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,108,003us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,108,275us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,108,549us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,108,826us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,109,094us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,109,366us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,109,640us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44975 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,110,431us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,110,527us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,110,753us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,110,825us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,110,888us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,110,949us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,111,013us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,111,072us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,111,133us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bdc
@3,111,202us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@3,116,710us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,116,818us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,116,890us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c20
@3,116,957us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,117,020us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,117,081us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,117,147us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,117,203us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,117,262us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,117,320us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,117,379us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,117,443us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,117,499us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,117,557us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,117,614us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,117,674us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,117,738us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,117,794us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,117,853us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c20, command=0x0
@3,117,920us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,118,017us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,118,087us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@3,124,204us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,124,322us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,124,432us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,124,524us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,124,693us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,124,799us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@3,124,865us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c20, command=0x0, return(status=0)
@3,124,937us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,125,002us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,125,063us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,125,128us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,125,227us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,125,293us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,125,353us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,125,414us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,125,470us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,125,525us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,125,584us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,125,642us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,125,697us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,125,754us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c20
@3,125,820us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44855.
[../src/main/main.c 193] Decoding frame: size = 44855, No. =15.
@3,151,329us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,151,444us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,151,520us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bdd
@3,151,592us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44855)
@3,151,657us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44855)
@3,151,719us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f37, PSc=0x87750000)
@3,151,786us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,151,844us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,151,903us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,151,965us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,152,026us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,152,093us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,152,151us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,152,210us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,152,270us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,152,328us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,152,394us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,152,451us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,152,512us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bdd, command=0x0
@3,152,579us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,152,677us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,152,745us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,158,061us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,158,176us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,158,283us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,158,379us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,158,548us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,158,659us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@3,158,728us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bdd, command=0x0, return(status=0)
@3,158,815us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,158,879us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,158,943us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,159,006us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,159,065us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,159,125us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,159,185us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,159,244us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,159,307us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,159,363us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,159,422us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,159,483us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,159,543us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,159,607us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,159,662us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,159,720us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,159,781us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,161,132us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,161,417us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,161,686us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,161,959us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,162,241us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,162,515us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,162,793us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,163,064us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,163,337us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,163,612us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,163,884us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,164,161us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,164,430us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,164,701us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bdd
@3,164,981us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44855 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,171,792us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,172,097us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,172,369us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c21
@3,172,677us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,172,947us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,173,218us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,173,499us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,173,766us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,174,036us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,174,309us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,174,578us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,174,859us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,175,126us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,175,397us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,175,667us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,175,936us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,176,218us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,176,486us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,176,756us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c21, command=0x0
@3,177,160us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,177,464us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,177,726us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@3,183,620us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,183,908us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,184,215us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,184,560us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,184,852us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,185,148us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@3,185,417us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c21, command=0x0, return(status=0)
@3,185,699us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,185,971us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,186,244us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,186,520us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,186,789us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,187,058us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,187,449us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,187,716us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,187,982us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,188,252us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,188,561us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,188,831us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,189,096us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,189,364us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c21
@3,189,639us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =45001.
[../src/main/main.c 193] Decoding frame: size = 45001, No. =16.
@3,223,288us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,223,577us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,223,848us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bde
@3,224,129us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=45001)
@3,224,402us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=45001)
@3,224,676us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094fc9, PSc=0x87750000)
@3,224,958us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,225,226us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,225,499us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,225,773us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,226,044us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,226,329us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,226,597us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,226,869us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,227,143us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,227,414us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,227,697us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,228,094us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,228,365us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bde, command=0x0
@3,228,644us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,228,952us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,229,215us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,234,364us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,234,654us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,234,962us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,235,309us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,235,605us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,235,902us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@3,236,173us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bde, command=0x0, return(status=0)
@3,236,470us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,236,778us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,237,053us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,237,334us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,237,602us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,237,875us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,238,277us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,238,549us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,238,827us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,239,095us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,239,366us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,239,639us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 45001 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,240,371us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,240,467us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,240,688us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,240,759us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,240,822us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,240,882us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,240,945us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,241,002us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,241,064us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,241,127us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,241,186us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,241,251us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,241,308us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,241,367us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,241,427us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,241,486us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,241,550us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,241,605us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,241,667us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bde
@3,241,734us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@3,247,101us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,247,196us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,247,264us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c22
@3,247,329us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,247,392us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,247,453us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,247,519us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,247,575us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,247,634us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,247,691us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,247,749us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,247,813us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,247,868us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,247,927us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,247,994us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,248,058us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,248,125us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,248,181us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,248,241us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c22, command=0x0
@3,248,471us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,248,581us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,248,650us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@3,254,787us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,254,906us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,255,013us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,255,111us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,255,282us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,255,391us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@3,255,458us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c22, command=0x0, return(status=0)
@3,255,532us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,255,595us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,255,656us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,255,719us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,255,775us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,255,833us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,255,892us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,255,950us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,256,005us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,256,062us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,256,122us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,256,180us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,256,236us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,256,294us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c22
@3,256,359us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =45033.
[../src/main/main.c 193] Decoding frame: size = 45033, No. =17.
@3,276,958us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,277,073us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,277,150us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bdf
@3,277,223us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=45033)
@3,277,288us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=45033)
@3,277,351us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094fe9, PSc=0x87750000)
@3,277,419us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,277,478us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,277,538us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,277,599us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,277,660us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,277,726us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,277,782us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,277,841us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,277,901us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,277,961us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,278,027us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,278,084us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,278,144us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bdf, command=0x0
@3,278,213us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,278,314us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,278,382us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 45033 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,283,720us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,283,838us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,283,948us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,284,048us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,284,221us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,284,333us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@3,284,402us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bdf, command=0x0, return(status=0)
@3,284,486us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,284,551us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,284,613us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,284,678us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,284,735us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,284,795us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,284,854us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,284,913us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,284,976us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,285,033us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,285,093us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,285,152us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,285,213us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,285,276us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,285,333us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,285,392us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,285,452us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,285,511us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,285,574us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,285,630us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,285,688us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,285,748us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,285,808us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,285,871us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,285,928us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,285,986us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,286,045us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,286,105us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,286,168us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,286,231us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,286,296us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bdf
@3,286,364us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@3,292,937us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,293,235us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,293,506us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c23
@3,293,816us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,294,086us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,294,358us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,294,639us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,294,907us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,295,176us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,295,447us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,295,718us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,296,000us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,296,267us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,296,535us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,296,747us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,296,837us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,296,912us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,296,971us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,297,031us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c23, command=0x0
@3,297,101us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,297,197us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,297,263us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@3,303,453us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,303,737us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,304,041us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,304,391us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,304,686us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,304,981us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@3,305,251us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c23, command=0x0, return(status=0)
@3,305,531us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,305,803us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,306,073us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,306,352us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,306,620us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,306,888us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,307,159us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,307,432us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,307,698us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,307,966us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,308,277us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,308,551us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,308,819us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,309,086us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c23
@3,309,364us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =45000.
[../src/main/main.c 193] Decoding frame: size = 45000, No. =18.
@3,351,143us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,351,435us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,351,707us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031be0
@3,351,987us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=45000)
@3,352,262us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=45000)
@3,352,537us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094fc8, PSc=0x87750000)
@3,352,820us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,353,088us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,353,360us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,353,633us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,353,904us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,354,185us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,354,454us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,354,725us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,354,998us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,355,267us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,355,549us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,355,816us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,356,089us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031be0, command=0x0
@3,356,369us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,356,679us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,356,941us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,362,071us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,362,357us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,362,664us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,363,010us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,363,308us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,363,605us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [36]
@3,363,876us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031be0, command=0x0, return(status=0)
@3,364,171us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,364,447us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,364,758us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,365,036us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,365,307us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,365,577us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,365,852us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,366,124us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,366,403us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,366,669us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,366,939us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,367,213us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,367,484us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,367,763us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,368,033us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,368,304us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,368,579us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,368,849us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,369,127us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,369,396us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,369,668us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 45000 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,370,415us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,370,507us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,370,735us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,370,803us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,370,865us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,370,928us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,370,988us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,371,051us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,371,110us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,371,171us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031be0
@3,371,239us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@3,376,746us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,376,847us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,376,917us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c24
@3,376,986us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,377,047us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,377,109us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,377,174us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,377,230us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,377,287us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,377,345us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,377,405us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,377,469us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,377,524us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,377,582us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,377,641us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,377,700us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,377,764us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,377,819us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,377,878us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c24, command=0x0
@3,377,944us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,378,039us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,378,109us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@3,384,226us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,384,338us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,384,445us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,384,538us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,384,706us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] ???.@3,384,814us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [36]
@3,384,880us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c24, command=0x0, return(status=0)
@3,384,951us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,385,013us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,385,076us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,385,139us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,385,195us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,385,252us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,385,312us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,385,371us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,385,425us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,385,481us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,385,540us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,385,597us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,385,652us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,385,710us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c24
@3,385,774us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44792.
[../src/main/main.c 193] Decoding frame: size = 44792, No. =19.
@3,421,222us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,421,515us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,421,785us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031be1
@3,422,066us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44792)
@3,422,341us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44792)
@3,422,614us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094ef8, PSc=0x87750000)
@3,423,032us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,423,300us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,423,571us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,423,845us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,424,117us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,424,401us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,424,671us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,424,942us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,425,214us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,425,485us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,425,771us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,426,041us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,426,318us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031be1, command=0x0
@3,426,598us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,426,906us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,427,170us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,432,300us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,432,591us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,433,024us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,433,372us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,433,670us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,433,966us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@3,434,237us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031be1, command=0x0, return(status=0)
@3,434,529us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,434,803us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,435,114us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,435,392us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,435,662us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,435,934us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,436,208us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,436,480us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,436,758us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,437,026us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,437,299us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,437,571us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,437,845us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,438,124us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,438,393us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,438,667us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,438,942us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,439,213us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,439,491us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,439,761us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,440,562us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,440,967us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,441,240us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,441,520us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,441,789us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,442,059us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,442,334us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,442,606us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,442,884us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,443,273us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,443,542us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031be1
@3,443,818us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44792 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,449,402us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,449,691us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,450,372us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c25
@3,450,776us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,451,080us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,451,353us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,451,634us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,451,900us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,452,169us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,452,441us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,452,712us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,452,991us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,453,395us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,453,663us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,453,935us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,454,205us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,454,486us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,454,753us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,455,023us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c25, command=0x0
@3,455,299us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,455,606us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,455,867us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@3,461,782us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,462,125us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,462,431us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,462,840us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,463,198us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,463,682us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@3,463,947us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c25, command=0x0, return(status=0)
@3,464,289us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,464,616us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,464,946us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,465,221us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,465,556us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,465,882us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,466,212us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,466,540us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,466,804us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,467,144us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,467,512us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,467,844us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,468,111us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,468,442us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c25
@3,468,777us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =45041.
[../src/main/main.c 193] Decoding frame: size = 45041, No. =20.
@3,476,738us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,477,027us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,477,299us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031be2
@3,477,582us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=45041)
@3,477,854us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=45041)
@3,478,127us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094ff1, PSc=0x87750000)
@3,478,411us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,478,679us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,478,952us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,479,224us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,479,495us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,479,776us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,480,425us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,480,844us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,481,118us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,481,386us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,481,668us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,481,937us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,482,209us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031be2, command=0x0
@3,482,486us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,482,796us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,483,061us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,488,183us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,488,462us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,488,770us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,489,118us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,489,413us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 45041 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
[DSP] .,.@3,489,710us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@3,490,239us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031be2, command=0x0, return(status=0)
@3,490,351us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,490,423us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,490,632us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,490,720us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,490,782us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,490,845us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,490,906us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,490,966us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,491,030us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,491,088us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,491,149us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,491,210us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,491,272us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,491,335us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,491,393us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,491,451us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,491,511us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,491,569us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,491,632us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,491,689us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,491,746us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,491,807us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,491,866us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,491,930us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,491,987us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,492,045us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,492,105us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,492,165us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,492,228us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,492,284us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,492,343us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031be2
@3,492,411us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@3,497,914us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,498,029us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,498,105us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c26
@3,498,172us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,498,235us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,498,296us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,498,361us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,498,417us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,498,474us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,498,534us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,498,594us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,498,659us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,498,713us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,498,770us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,498,828us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,498,888us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,498,953us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,499,008us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,499,068us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c26, command=0x0
@3,499,137us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,499,235us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,499,300us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@3,505,399us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,505,513us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,505,621us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,505,714us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,505,879us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,505,987us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@3,506,055us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c26, command=0x0, return(status=0)
@3,506,129us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,506,191us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,506,252us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,506,315us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,506,372us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,506,431us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,506,490us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,506,549us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,506,603us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,506,658us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,506,716us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,506,775us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,506,831us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,506,889us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c26
@3,506,955us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44881.
[../src/main/main.c 193] Decoding frame: size = 44881, No. =21.
@3,552,398us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,552,514us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,552,588us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031be3
@3,552,663us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44881)
@3,552,728us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44881)
@3,552,790us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f51, PSc=0x87750000)
@3,552,858us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,552,916us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,552,976us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,553,037us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,553,099us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,553,167us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,553,223us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,553,282us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,553,343us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,553,403us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,553,469us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,553,526us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,553,587us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031be3, command=0x0
@3,553,655us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,553,753us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,553,819us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,559,137us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,559,248us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,559,356us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,559,451us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,559,620us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,559,729us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@3,559,796us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031be3, command=0x0, return(status=0)
@3,560,974us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,561,333us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,561,648us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,561,928us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,562,196us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,562,471us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,562,746us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,563,017us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,563,294us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,563,562us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,563,832us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,564,105us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,564,378us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,564,657us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,564,927us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,565,336us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,565,608us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,565,881us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,566,159us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,566,428us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,566,702us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,566,974us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,567,246us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,567,526us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,567,793us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,568,066us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,568,341us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,568,614us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,568,892us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,569,161us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,569,434us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031be3
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44881 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,569,711us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@3,576,465us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,576,572us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,576,644us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c27
@3,576,712us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,576,776us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,576,836us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,576,902us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,576,957us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,577,015us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,577,076us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,577,135us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,577,199us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,577,254us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,577,313us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,577,371us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,577,429us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,577,494us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,577,549us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,577,608us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c27, command=0x0
@3,577,675us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,577,774us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,577,842us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@3,583,946us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,584,064us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,584,175us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,584,273us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,584,442us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,584,552us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@3,584,619us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c27, command=0x0, return(status=0)
@3,584,691us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,584,753us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,584,814us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,584,876us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,584,931us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,584,989us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,585,048us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,585,108us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,585,164us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,585,219us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,585,324us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,585,389us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,585,446us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,585,505us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c27
@3,585,572us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44955.
[../src/main/main.c 193] Decoding frame: size = 44955, No. =22.
@3,621,476us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,621,592us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,621,667us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031be4
@3,621,741us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44955)
@3,621,805us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44955)
@3,621,868us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f9b, PSc=0x87750000)
@3,621,934us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,621,991us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,622,052us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,622,114us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,622,175us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,622,241us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,622,298us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,622,357us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,622,416us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,622,475us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,622,542us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,622,597us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,622,657us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031be4, command=0x0
@3,622,724us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,622,823us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,622,890us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,628,203us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,628,316us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,628,424us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,628,519us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,628,688us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,628,799us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@3,628,868us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031be4, command=0x0, return(status=0)
@3,628,955us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,629,021us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,629,084us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,629,149us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,629,206us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,629,266us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,629,327us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,629,388us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,629,451us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,629,507us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,629,567us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,629,627us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,629,687us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,629,750us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,629,806us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,631,321us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,631,594us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,631,867us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,632,145us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,632,413us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,632,682us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,632,956us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,633,229us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,633,505us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,633,775us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,634,045us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,634,318us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,634,588us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,634,867us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,635,137us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,635,409us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031be4
@3,635,688us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44955 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,642,541us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,642,843us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,643,113us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c28
@3,643,386us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,643,705us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,643,977us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,644,258us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,644,524us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,644,793us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,645,064us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,645,336us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,645,616us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,645,885us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,646,155us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,646,424us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,646,693us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,647,100us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,647,364us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,647,636us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c28, command=0x0
@3,647,916us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,648,224us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,648,485us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@3,654,388us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,654,676us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,654,982us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,655,329us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,655,624us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,655,920us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@3,656,190us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c28, command=0x0, return(status=0)
@3,656,471us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,656,741us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,657,012us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,657,404us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,657,672us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,657,941us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,658,213us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,658,486us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,658,752us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,659,020us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,659,292us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,659,601us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,660,335us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,660,747us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c28
@3,661,024us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =45016.
[../src/main/main.c 193] Decoding frame: size = 45016, No. =23.
@3,690,577us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,690,865us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,691,136us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031be5
@3,691,417us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=45016)
@3,691,688us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=45016)
@3,691,959us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094fd8, PSc=0x87750000)
@3,692,243us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,692,511us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,692,782us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,693,057us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,693,331us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,693,614us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,693,884us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,694,155us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,694,428us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,694,697us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,694,982us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,695,252us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,695,523us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031be5, command=0x0
@3,695,802us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,696,110us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,696,373us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,701,519us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,701,808us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,702,116us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,702,465us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,702,761us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,703,058us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@3,703,340us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031be5, command=0x0, return(status=0)
@3,703,634us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,703,908us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,704,215us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,704,495us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,704,763us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,705,035us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,705,308us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,705,580us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,705,859us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,706,129us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,706,403us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,706,674us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,706,950us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,707,228us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,707,496us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,707,769us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,708,183us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,708,454us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,708,732us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,709,002us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,709,274us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,709,549us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,709,819us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,710,797us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,711,068us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,711,342us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,711,615us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,711,886us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,712,166us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,712,436us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,712,710us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031be5
@3,712,986us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 45016 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,718,706us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,718,997us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,719,267us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c29
@3,719,539us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,720,235us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,720,639us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,720,921us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,721,188us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,721,457us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,721,729us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,722,000us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,722,283us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,722,549us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,722,818us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,723,089us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,723,362us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,723,643us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,723,911us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,724,182us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c29, command=0x0
@3,724,460us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,724,766us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,725,028us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@3,730,965us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,731,254us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,731,612us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,732,017us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,732,311us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,732,663us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@3,732,934us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c29, command=0x0, return(status=0)
@3,733,273us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,733,601us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,733,872us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,734,216us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,734,538us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,734,869us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,735,139us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,735,466us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,735,791us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,736,113us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,736,384us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,736,761us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,737,101us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,737,424us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c29
@3,737,702us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44839.
[../src/main/main.c 193] Decoding frame: size = 44839, No. =24.
@3,746,619us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,746,911us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,747,181us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031be6
@3,747,463us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44839)
@3,747,733us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44839)
@3,748,006us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f27, PSc=0x87750000)
@3,748,292us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,748,687us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,748,954us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,749,226us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,749,498us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,749,780us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,750,438us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,750,853us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,751,126us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,751,396us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,751,679us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,751,947us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,752,220us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031be6, command=0x0
@3,752,499us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,752,806us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,753,070us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,758,132us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,758,409us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,758,850us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,759,199us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,759,495us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,759,792us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@3,760,599us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031be6, command=0x0, return(status=0)
@3,760,894us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,761,165us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,761,475us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,761,753us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,762,021us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,762,293us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,762,563us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,762,835us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,763,114us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,763,383us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,763,652us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,763,926us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,764,199us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,764,477us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,764,748us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,765,019us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,765,292us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,765,563us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,765,843us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,766,113us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,766,385us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,766,660us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,766,934us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,767,213us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,767,482us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,767,753us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,768,025us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,768,298us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,768,579us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,768,980us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,769,250us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031be6
@3,769,529us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44839 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,776,218us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,776,517us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,776,785us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c2a
@3,777,061us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,777,376us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,777,648us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,777,930us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,778,199us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,778,468us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,778,742us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,779,136us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,779,414us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,779,681us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,780,255us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,780,346us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,780,415us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,780,483us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,780,689us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,780,772us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c2a, command=0x0
@3,780,845us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,780,945us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,781,012us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@3,786,909us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,787,026us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,787,139us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,787,238us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,787,406us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,787,516us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@3,787,582us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c2a, command=0x0, return(status=0)
@3,787,654us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,787,717us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,787,777us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,787,842us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,787,897us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,787,955us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,788,015us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,788,076us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,788,131us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,788,188us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,788,247us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,788,306us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,788,362us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,788,421us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c2a
@3,788,487us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44861.
[../src/main/main.c 193] Decoding frame: size = 44861, No. =25.
@3,821,452us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,821,568us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,821,644us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031be7
@3,821,718us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44861)
@3,821,783us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44861)
@3,821,846us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f3d, PSc=0x87750000)
@3,821,914us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,821,972us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,822,032us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,822,094us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,822,154us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,822,221us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,822,277us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,822,335us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,822,394us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,822,452us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,822,517us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,822,573us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,822,633us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031be7, command=0x0
@3,822,701us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,822,798us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,822,866us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,828,033us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,828,152us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,828,263us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,828,363us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,828,533us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,828,642us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@3,828,710us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031be7, command=0x0, return(status=0)
@3,828,795us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,828,860us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,828,923us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,828,988us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,829,045us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,829,105us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,829,166us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,829,226us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,829,290us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,829,346us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,829,404us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,829,464us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,829,523us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,829,587us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,829,644us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,829,702us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,829,762us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,831,122us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,831,403us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,831,671us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,831,944us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,832,215us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,832,487us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,832,765us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,833,035us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,833,308us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,833,584us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,833,858us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,834,137us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,834,407us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,834,679us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031be7
@3,834,956us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44861 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,841,824us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,842,126us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,842,394us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c2b
@3,842,668us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,842,975us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,843,244us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,843,524us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,843,792us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,844,062us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,844,336us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,844,606us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,844,885us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,845,151us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,845,422us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,845,692us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,845,962us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,846,243us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,846,512us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,846,786us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c2b, command=0x0
@3,847,064us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,847,372us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,847,633us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@3,853,369us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,853,652us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,853,958us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,854,305us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,854,599us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,854,895us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@3,855,166us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c2b, command=0x0, return(status=0)
@3,855,447us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,855,717us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,855,992us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,856,266us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,856,536us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,856,805us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,857,078us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,857,350us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,857,619us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,857,888us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,858,158us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,858,469us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,858,735us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,859,001us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c2b
@3,859,278us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =45038.
[../src/main/main.c 193] Decoding frame: size = 45038, No. =26.
@3,894,023us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,894,316us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,894,585us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031be8
@3,894,865us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=45038)
@3,895,140us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=45038)
@3,895,414us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094fee, PSc=0x87750000)
@3,895,696us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,895,964us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,896,235us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,896,509us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,896,779us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,897,062us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,897,329us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,897,599us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,897,872us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,898,145us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,898,428us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,898,696us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,898,968us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031be8, command=0x0
@3,899,247us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,899,556us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,899,820us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@3,904,786us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,905,064us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,905,372us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,905,723us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,906,017us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,906,316us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@3,906,588us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031be8, command=0x0, return(status=0)
@3,906,881us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,907,153us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,907,461us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,907,737us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,908,008us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,908,280us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,908,554us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,908,825us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,909,103us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,909,374us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 45038 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,909,645us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,910,364us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,910,456us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,910,670us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,910,748us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,910,811us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,910,873us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,910,931us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,910,994us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,911,052us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,911,113us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,911,173us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,911,233us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,911,297us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,911,352us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,911,410us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,911,471us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,911,531us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,911,593us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,911,648us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,911,708us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031be8
@3,911,776us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@3,917,286us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,917,392us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,917,463us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c2c
@3,917,529us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,917,590us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,917,651us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,917,717us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,917,772us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,917,830us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,917,889us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,917,948us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,918,012us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,918,069us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,918,135us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,918,200us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,918,261us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,918,326us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,918,382us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,918,441us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c2c, command=0x0
@3,918,508us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,918,608us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,918,675us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@3,924,649us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,924,765us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,924,870us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,924,966us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,925,136us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,925,244us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@3,925,311us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c2c, command=0x0, return(status=0)
@3,925,381us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,925,444us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,925,504us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,925,569us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,925,625us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,925,683us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,925,742us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,925,801us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,925,856us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,925,913us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,925,971us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,926,029us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,926,086us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,926,145us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c2c
@3,926,211us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44900.
[../src/main/main.c 193] Decoding frame: size = 44900, No. =27.
@3,947,143us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@3,947,257us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@3,947,333us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031be9
@3,947,408us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44900)
@3,947,474us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44900)
@3,947,537us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f64, PSc=0x87750000)
@3,947,603us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@3,947,660us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@3,947,721us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,947,782us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@3,947,842us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@3,947,907us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@3,947,963us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@3,948,022us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,948,084us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@3,948,144us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@3,948,211us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@3,948,266us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@3,948,326us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031be9, command=0x0
@3,948,393us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@3,948,490us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@3,948,558us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44900 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@3,953,729us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,953,843us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@3,953,954us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@3,954,052us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@3,954,224us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,954,336us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@3,954,402us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031be9, command=0x0, return(status=0)
@3,954,489us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,954,556us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,954,619us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,954,684us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,954,741us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,954,801us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,954,860us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,954,919us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,954,984us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,955,040us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,955,100us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,955,159us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@3,955,219us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@3,955,282us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@3,955,338us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@3,955,397us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,955,457us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@3,955,517us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@3,955,579us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@3,955,635us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@3,955,693us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,955,753us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@3,955,812us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@3,955,875us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@3,955,932us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@3,955,990us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,956,049us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@3,956,109us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@3,956,172us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@3,956,236us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@3,956,300us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031be9
@3,956,371us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@3,962,818us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@3,963,284us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@3,963,553us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c2d
@3,963,827us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,964,140us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@3,964,411us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@3,964,692us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@3,964,961us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@3,965,232us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,965,503us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@3,965,775us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@3,966,054us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@3,966,321us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@3,966,591us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,966,803us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@3,966,894us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@3,966,968us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@3,967,026us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@3,967,089us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c2d, command=0x0
@3,967,158us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@3,967,253us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@3,967,321us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@3,973,387us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@3,973,667us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@3,973,973us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@3,974,323us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@3,974,616us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@3,974,911us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@3,975,181us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c2d, command=0x0, return(status=0)
@3,975,461us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,975,731us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@3,976,002us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@3,976,279us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@3,976,545us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@3,976,814us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,977,086us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@3,977,357us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,977,622us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,977,889us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,978,158us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@3,978,465us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@3,978,732us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@3,978,999us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c2d
@3,979,277us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44914.
[../src/main/main.c 193] Decoding frame: size = 44914, No. =28.
@4,021,480us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,021,771us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,022,043us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bea
@4,022,327us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44914)
@4,022,600us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44914)
@4,022,876us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f72, PSc=0x87750000)
@4,023,161us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,023,432us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,023,706us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,024,108us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,024,378us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,024,662us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,024,932us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,025,205us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,025,479us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,025,752us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,026,038us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,026,308us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,026,583us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bea, command=0x0
@4,026,866us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,027,174us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,027,438us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,032,406us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,032,711us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,033,021us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,033,375us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,033,672us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,033,970us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,034,367us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bea, command=0x0, return(status=0)
@4,034,658us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,034,934us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,035,206us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,035,523us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,035,791us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,036,064us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,036,339us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,036,612us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,036,890us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,037,160us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,037,432us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,037,708us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,037,982us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,038,265us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,038,537us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,038,807us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,039,082us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,039,355us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,039,637us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44914 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,040,431us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,040,526us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,040,735us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,040,900us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,040,976us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,041,037us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,041,099us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,041,162us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,041,222us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,041,285us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,041,343us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,041,404us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bea
@4,041,471us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@4,046,975us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,047,084us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,047,157us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c2e
@4,047,222us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,047,285us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,047,346us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,047,412us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,047,467us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,047,525us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,047,586us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,047,646us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,047,711us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,047,767us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,047,825us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,047,885us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,047,944us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,048,010us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,048,065us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,048,125us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c2e, command=0x0
@4,048,192us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,048,291us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,048,359us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@4,054,327us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,054,447us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,054,592us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,054,694us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,054,959us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,055,077us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,055,148us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c2e, command=0x0, return(status=0)
@4,055,219us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,055,282us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,055,343us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,055,407us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,055,464us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,055,523us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,055,584us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,055,644us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,055,702us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,055,758us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,055,817us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,055,878us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,055,935us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,055,994us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c2e
@4,056,060us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44800.
[../src/main/main.c 193] Decoding frame: size = 44800, No. =29.
@4,091,399us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,091,516us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,091,592us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031beb
@4,091,665us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44800)
@4,091,728us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44800)
@4,091,791us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f00, PSc=0x87750000)
@4,091,857us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,091,913us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,091,974us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,092,035us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,092,097us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,092,164us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,092,221us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,092,282us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,092,342us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,092,402us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,092,469us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,092,526us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,092,587us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031beb, command=0x0
@4,092,654us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,092,754us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,092,823us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,097,983us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,098,097us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,098,207us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,098,309us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,098,479us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,098,589us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,098,660us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031beb, command=0x0, return(status=0)
@4,098,746us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,098,812us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,098,873us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,098,939us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,098,997us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,099,059us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,099,121us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,099,182us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,099,247us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,099,305us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,099,364us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,099,426us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,099,486us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,099,550us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,099,607us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,099,666us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,099,726us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,099,786us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,101,325us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,101,594us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,101,868us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,102,140us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,102,414us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,102,692us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,102,962us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,103,235us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,103,509us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,103,780us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,104,058us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,104,329us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,104,598us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031beb
@4,104,874us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44800 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,111,806us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,112,108us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,112,378us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c2f
@4,112,651us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,112,965us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,113,237us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,113,517us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,113,785us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,114,054us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,114,327us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,114,596us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,114,875us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,115,141us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,115,412us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,115,803us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,116,071us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,116,352us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,116,620us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,116,889us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c2f, command=0x0
@4,117,169us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,117,475us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,117,737us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@4,123,477us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,123,767us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,124,072us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,124,421us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,124,712us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,125,008us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,125,280us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c2f, command=0x0, return(status=0)
@4,125,562us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,125,966us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,126,233us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,126,510us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,126,779us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,127,048us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,127,321us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,127,593us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,127,858us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,128,127us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,128,398us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,128,707us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,128,976us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,129,245us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c2f
@4,129,519us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44884.
[../src/main/main.c 193] Decoding frame: size = 44884, No. =30.
@4,146,930us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,147,220us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,147,490us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bec
@4,147,770us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44884)
@4,148,044us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44884)
@4,148,319us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f54, PSc=0x87750000)
@4,148,602us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,148,869us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,149,144us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,149,418us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,149,690us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,150,230us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,150,319us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,150,388us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,150,453us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,150,516us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,150,745us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,150,812us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,150,877us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bec, command=0x0
@4,150,948us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,151,048us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,151,118us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44884 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,156,276us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,156,425us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,156,533us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,156,632us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,156,898us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,157,017us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,157,088us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bec, command=0x0, return(status=0)
@4,157,172us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,157,237us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,157,297us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,157,362us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,157,419us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,157,479us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,157,541us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,157,600us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,157,663us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,157,720us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,157,779us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,157,839us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,157,899us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,157,963us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,158,020us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,158,079us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,158,139us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,158,199us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,158,261us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,158,318us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,158,376us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,158,436us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,158,496us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,158,558us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,158,614us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,158,673us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,158,733us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,158,791us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,158,854us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,158,917us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,158,982us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bec
@4,159,051us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@4,165,710us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,166,008us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,166,280us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c30
@4,166,553us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,166,857us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,167,261us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,167,543us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,167,808us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,168,078us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,168,351us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,168,621us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,168,903us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,169,170us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,169,441us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,169,653us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,169,743us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,169,816us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,171,812us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,172,085us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c30, command=0x0
@4,172,364us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,172,671us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,172,932us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@4,178,618us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,178,893us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,179,197us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,179,548us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,180,203us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,180,512us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,180,782us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c30, command=0x0, return(status=0)
@4,181,061us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,181,335us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,181,606us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,181,883us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,182,153us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,182,422us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,182,705us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,182,977us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,183,245us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,183,512us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,183,782us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,184,095us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,184,363us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,184,631us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c30
@4,184,907us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44818.
[../src/main/main.c 193] Decoding frame: size = 44818, No. =31.
@4,222,646us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,222,938us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,223,209us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bed
@4,223,489us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44818)
@4,223,761us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44818)
@4,224,034us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f12, PSc=0x87750000)
@4,224,320us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,224,590us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,224,863us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,225,136us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,225,406us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,225,690us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,225,958us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,226,230us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,226,505us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,226,776us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,227,059us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,227,328us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,227,601us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bed, command=0x0
@4,228,004us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,228,312us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,228,576us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,233,544us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,233,833us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,234,142us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,234,492us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,234,788us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,235,085us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,235,359us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bed, command=0x0, return(status=0)
@4,235,655us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,235,929us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,236,202us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,236,517us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,236,787us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,237,060us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,237,333us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,237,604us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,237,883us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,238,274us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,238,542us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,238,814us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,239,089us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,239,369us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,239,638us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44818 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,240,403us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,240,495us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,240,703us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,240,790us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,240,854us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,240,916us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,240,980us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,241,042us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,241,108us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,241,166us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,241,224us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,241,284us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,241,343us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,241,406us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,241,462us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,241,523us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bed
@4,241,591us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@4,246,959us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,247,057us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,247,130us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c31
@4,247,197us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,247,257us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,247,317us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,247,383us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,247,441us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,247,498us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,247,558us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,247,617us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,247,681us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,247,738us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,247,796us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,247,855us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,247,914us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,247,979us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,248,042us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,248,107us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c31, command=0x0
@4,248,175us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,248,415us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,248,501us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@4,254,434us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,254,553us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,254,660us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,254,758us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,254,929us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,255,040us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,255,111us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c31, command=0x0, return(status=0)
@4,255,184us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,255,246us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,255,307us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,255,369us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,255,425us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,255,483us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,255,542us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,255,602us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,255,656us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,255,712us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,255,770us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,255,829us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,255,884us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,255,941us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c31
@4,256,007us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44590.
[../src/main/main.c 193] Decoding frame: size = 44590, No. =32.
@4,290,442us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,290,733us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,291,006us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bee
@4,291,289us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44590)
@4,291,564us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44590)
@4,291,837us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094e2e, PSc=0x87750000)
@4,292,119us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,292,388us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,292,661us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,292,932us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,293,203us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,293,485us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,293,753us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,294,023us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,294,298us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,294,568us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,294,850us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,295,117us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,295,390us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bee, command=0x0
@4,295,668us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,295,976us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,296,240us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,301,212us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,301,502us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,301,810us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,302,160us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,302,454us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,302,750us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,303,021us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bee, command=0x0, return(status=0)
@4,303,314us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,303,588us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,303,862us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,304,175us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,304,444us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,304,716us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,304,988us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,305,261us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,305,541us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,305,810us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,306,081us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,306,358us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,306,630us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,306,907us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,307,178us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,307,448us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,307,720us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,307,992us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,308,270us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,308,541us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,308,811us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,309,086us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,309,485us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,309,760us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,310,633us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,311,118us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,311,392us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,311,665us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,311,944us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,312,212us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,312,484us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bee
@4,312,761us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44590 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,318,343us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,318,630us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,318,901us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c32
@4,319,176us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,319,448us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,320,325us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,320,699us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,320,965us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,321,237us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,321,510us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,321,780us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,322,061us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,322,328us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,322,597us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,322,867us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,323,137us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,323,418us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,323,686us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,323,956us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c32, command=0x0
@4,324,234us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,324,541us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,324,805us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@4,330,593us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,331,019us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,331,327us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,331,674us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,331,969us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,332,322us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,332,651us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c32, command=0x0, return(status=0)
@4,332,931us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,333,262us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,333,532us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,333,877us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,334,201us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,334,532us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,334,862us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,335,132us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,335,457us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,335,785us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,336,057us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,336,394us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,336,756us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,337,084us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c32
@4,337,363us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44740.
[../src/main/main.c 193] Decoding frame: size = 44740, No. =33.
@4,347,059us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,347,352us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,347,622us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bef
@4,347,901us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44740)
@4,348,174us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44740)
@4,348,446us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094ec4, PSc=0x87750000)
@4,348,727us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,348,996us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,349,272us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,349,544us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,349,818us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,350,547us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,350,816us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,351,090us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,351,364us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,351,634us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,351,918us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,352,188us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,352,462us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bef, command=0x0
@4,352,740us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,353,049us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,353,312us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,358,257us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,358,534us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,358,843us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,359,193us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,359,489us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,359,785us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,360,778us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bef, command=0x0, return(status=0)
@4,361,161us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,361,434us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,361,706us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,362,020us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,362,290us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,362,563us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,362,836us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,363,108us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,363,385us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,363,654us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,363,926us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,364,198us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,364,472us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,364,750us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,365,021us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,365,293us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,365,566us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,365,840us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,366,118us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,366,388us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,366,661us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,366,935us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,367,208us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,367,488us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,367,757us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,368,030us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,368,302us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,368,576us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,368,856us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,369,125us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,369,397us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bef
@4,369,674us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44740 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,376,515us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,376,619us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,376,690us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c33
@4,376,760us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,376,823us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,376,886us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,376,952us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,377,008us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,377,068us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,377,129us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,377,187us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,377,252us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,377,306us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,377,365us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,377,424us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,377,483us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,377,548us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,377,603us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,377,662us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c33, command=0x0
@4,377,730us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,377,828us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,377,897us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@4,383,835us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,383,948us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,384,055us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,384,154us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,384,322us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,384,429us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,384,496us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c33, command=0x0, return(status=0)
@4,384,567us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,384,630us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,384,690us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,384,754us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,384,810us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,384,869us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,384,928us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,384,987us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,385,042us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,385,100us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,385,158us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,385,217us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,385,273us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,385,331us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c33
@4,385,396us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44878.
[../src/main/main.c 193] Decoding frame: size = 44878, No. =34.
@4,421,638us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,421,778us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,421,856us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bf0
@4,421,930us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44878)
@4,421,996us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44878)
@4,422,058us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f4e, PSc=0x87750000)
@4,422,127us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,422,184us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,422,244us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,422,305us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,422,364us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,422,429us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,422,486us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,422,544us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,422,604us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,422,664us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,422,730us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,422,786us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,422,846us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bf0, command=0x0
@4,422,914us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,423,012us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,423,083us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,428,245us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,428,362us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,428,473us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,428,571us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,428,742us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,428,854us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,428,922us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bf0, command=0x0, return(status=0)
@4,429,008us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,429,074us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,429,136us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,429,201us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,429,258us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,429,318us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,429,378us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,429,438us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,429,502us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,429,559us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,429,619us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,429,679us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,429,739us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,429,803us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,431,302us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,431,571us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,431,842us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,432,114us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,432,392us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,432,659us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,432,930us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,433,203us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,433,590us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,433,867us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,434,138us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,434,407us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,434,682us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,434,953us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,435,233us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,435,504us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,435,775us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bf0
@4,436,055us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44878 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,442,797us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,443,099us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,443,373us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c34
@4,443,774us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,444,045us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,444,353us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,444,634us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,444,901us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,445,169us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,445,442us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,445,711us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,445,993us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,446,261us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,446,531us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,446,801us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,447,071us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,447,354us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,447,622us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,447,893us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c34, command=0x0
@4,448,172us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,448,478us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,448,741us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@4,454,482us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,454,766us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,455,070us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,455,420us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,455,714us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,456,010us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,456,282us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c34, command=0x0, return(status=0)
@4,456,561us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,456,831us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,457,102us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,457,379us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,457,649us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,457,919us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,458,190us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,458,463us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,458,728us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,458,994us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,459,265us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,459,538us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,460,302us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,460,707us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c34
@4,460,984us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44753.
[../src/main/main.c 193] Decoding frame: size = 44753, No. =35.
@4,491,386us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,491,674us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,491,946us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bf1
@4,492,226us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44753)
@4,492,499us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44753)
@4,492,771us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094ed1, PSc=0x87750000)
@4,493,054us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,493,323us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,493,595us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,493,868us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,494,139us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,494,548us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,494,814us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,495,085us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,495,358us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,495,629us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,495,915us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,496,183us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,496,457us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bf1, command=0x0
@4,496,735us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,497,042us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,497,306us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,502,271us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,502,560us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,502,869us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,503,219us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,503,516us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,503,812us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,504,082us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bf1, command=0x0, return(status=0)
@4,504,375us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,504,777us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,505,043us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,505,372us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,505,640us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,505,912us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,506,185us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,506,456us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,506,734us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,507,003us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,507,276us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,507,549us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,507,822us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,508,100us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,508,368us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,508,641us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,508,915us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,509,188us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,509,467us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44753 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,509,736us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,510,414us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,510,508us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,510,733us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,510,805us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,510,862us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,510,922us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,510,983us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,511,043us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,511,108us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,511,164us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,511,224us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bf1
@4,511,292us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@4,516,800us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,516,907us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,516,979us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c35
@4,517,047us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,517,110us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,517,171us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,517,237us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,517,292us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,517,349us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,517,407us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,517,466us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,517,529us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,517,585us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,517,644us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,517,703us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,517,761us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,517,825us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,517,880us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,517,939us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c35, command=0x0
@4,518,005us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,518,104us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,518,172us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@4,524,141us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,524,259us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,524,366us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,524,464us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,524,631us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,524,739us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,524,808us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c35, command=0x0, return(status=0)
@4,524,881us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,524,984us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,525,050us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,525,116us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,525,175us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,525,234us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,525,293us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,525,352us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,525,408us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,525,464us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,525,523us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,525,581us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,525,636us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,525,694us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c35
@4,525,760us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44815.
[../src/main/main.c 193] Decoding frame: size = 44815, No. =36.
@4,562,312us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,562,602us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,562,872us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bf2
@4,563,152us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44815)
@4,563,423us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44815)
@4,563,696us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f0f, PSc=0x87750000)
@4,563,981us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,564,249us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,564,521us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,564,795us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,565,067us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,565,351us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,565,619us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,565,891us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,566,165us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,566,434us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,566,853us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,567,116us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,567,389us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bf2, command=0x0
@4,567,668us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,567,976us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,568,240us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,573,210us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,573,501us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,573,809us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,574,160us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,574,456us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,574,753us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,575,024us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bf2, command=0x0, return(status=0)
@4,575,318us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,575,591us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,575,863us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,576,177us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,576,445us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,576,719us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,577,114us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,577,381us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,577,660us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,577,928us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,578,197us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,578,471us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,578,742us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,579,020us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,579,290us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,579,560us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,579,901us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,580,778us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,581,055us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,581,327us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,581,597us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,581,870us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,582,143us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,582,420us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,582,688us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,582,958us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,583,231us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,583,504us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,583,783us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,584,052us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,584,324us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bf2
@4,584,601us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44815 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,590,899us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,591,201us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,591,470us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c36
@4,591,746us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,592,015us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,592,330us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,592,611us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,592,878us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,593,148us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,593,420us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,593,691us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,593,971us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,594,237us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,594,507us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,594,775us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,595,045us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,595,329us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,595,595us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,595,868us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c36, command=0x0
@4,596,146us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,596,453us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,596,714us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@4,602,463us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,602,753us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,603,203us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,603,463us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,603,818us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,604,174us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,604,505us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c36, command=0x0, return(status=0)
@4,604,839us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,605,111us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,605,439us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,605,778us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,606,101us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,606,375us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,606,705us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,607,032us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,607,300us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,607,830us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,608,100us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,608,437us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,608,803us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,609,128us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c36
@4,609,404us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44802.
[../src/main/main.c 193] Decoding frame: size = 44802, No. =37.
@4,616,980us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,617,270us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,617,575us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bf3
@4,617,951us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44802)
@4,618,223us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44802)
@4,618,496us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f02, PSc=0x87750000)
@4,618,778us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,619,046us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,619,319us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,619,591us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,620,248us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,620,538us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,620,938us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,621,210us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,621,494us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,621,764us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,622,048us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,622,319us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,622,593us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bf3, command=0x0
@4,622,871us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,623,179us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,623,442us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,628,385us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,628,664us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,628,972us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,629,321us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,629,616us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44802 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
[DSP] .,.@4,630,279us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,630,370us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bf3, command=0x0, return(status=0)
@4,630,461us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,630,662us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,630,754us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,630,825us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,630,885us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,630,946us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,631,008us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,631,070us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,631,134us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,631,190us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,631,249us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,631,309us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,631,369us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,631,432us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,631,488us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,631,546us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,631,606us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,631,665us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,631,728us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,631,785us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,631,844us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,631,904us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,631,964us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,632,026us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,632,083us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,632,142us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,632,202us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,632,261us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,632,324us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,632,380us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,632,440us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bf3
@4,632,509us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@4,638,015us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,638,128us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,638,201us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c37
@4,638,270us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,638,333us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,638,395us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,638,459us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,638,516us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,638,573us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,638,632us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,638,690us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,638,754us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,638,808us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,638,865us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,638,923us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,638,982us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,639,047us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,639,103us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,639,162us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c37, command=0x0
@4,639,228us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,639,327us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,639,394us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
[../src/main/main.c 177] Get video from camera: go.
@4,645,330us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,645,448us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,645,556us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,645,655us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,645,823us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,645,932us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,646,000us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c37, command=0x0, return(status=0)
@4,646,072us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,646,135us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,646,195us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,646,258us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,646,314us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,646,371us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,646,430us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,646,490us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,646,545us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,646,601us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,646,659us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,646,718us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,646,773us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,646,829us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c37
@4,646,895us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44727.
[../src/main/main.c 193] Decoding frame: size = 44727, No. =38.
@4,691,046us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,691,164us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,691,240us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bf4
@4,691,313us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44727)
@4,691,377us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44727)
@4,691,439us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094eb7, PSc=0x87750000)
@4,691,505us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,691,562us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,691,621us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,691,682us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,691,742us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,691,806us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,691,863us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,691,921us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,691,981us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,692,040us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,692,106us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,692,163us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,692,223us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bf4, command=0x0
@4,692,292us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,692,392us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,692,459us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,697,624us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,697,741us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,697,853us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,697,952us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,698,119us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,698,231us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,698,300us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bf4, command=0x0, return(status=0)
@4,698,385us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,698,448us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,698,509us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,698,572us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,698,629us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,698,689us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,698,750us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,698,853us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,698,923us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,698,981us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,699,043us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,699,106us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,699,166us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,699,228us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,699,284us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,699,342us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,699,403us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,699,462us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,699,524us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,699,580us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,699,639us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,699,698us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,699,758us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,699,821us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,701,581us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,701,851us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,702,127us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,702,397us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,702,676us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,702,945us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,703,215us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bf4
@4,703,495us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44727 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,709,078us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,709,368us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,709,638us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c38
@4,711,112us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,711,203us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,711,272us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,711,445us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,711,516us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,711,578us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,711,640us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,711,702us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,711,767us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,711,823us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,711,882us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,711,941us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,712,000us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,712,067us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,712,126us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,712,186us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c38, command=0x0
@4,712,254us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,712,352us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,712,418us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@4,718,315us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,718,431us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,718,540us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,718,636us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,718,804us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,718,911us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,718,979us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c38, command=0x0, return(status=0)
@4,719,050us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,719,114us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,719,175us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,719,239us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,719,295us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,719,354us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,719,413us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,719,471us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,719,527us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,719,583us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,719,642us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,719,700us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,719,755us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,719,812us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c38
@4,721,368us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44710.
[../src/main/main.c 193] Decoding frame: size = 44710, No. =39.
@4,761,240us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,761,533us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,761,803us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bf5
@4,762,085us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44710)
@4,762,361us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44710)
@4,762,633us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094ea6, PSc=0x87750000)
@4,762,915us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,763,182us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,763,453us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,763,726us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,763,996us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,764,280us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,764,549us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,764,822us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,765,096us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,765,370us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,765,652us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,765,919us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,766,190us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bf5, command=0x0
@4,766,468us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,766,775us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,767,038us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,772,006us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,772,293us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,772,602us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,772,948us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,773,244us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,773,541us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,773,812us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bf5, command=0x0, return(status=0)
@4,774,106us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,774,379us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,774,652us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,774,968us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,775,237us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,775,508us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,775,782us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,776,053us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,776,332us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,776,601us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,776,873us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,777,144us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,777,419us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,777,697us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,777,966us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,778,238us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,778,512us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,778,782us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,779,061us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,779,332us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,779,601us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,780,434us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,780,840us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,781,117us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,781,385us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,781,795us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,782,069us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,782,340us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,782,618us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,782,886us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,783,159us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bf5
@4,783,434us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44710 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
@4,789,018us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,789,306us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,789,575us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c39
@4,790,237us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,790,643us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,790,950us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,791,230us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,791,495us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,791,902us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,792,173us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,792,445us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,792,724us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,792,991us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,793,262us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,793,533us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,793,803us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,794,084us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,794,351us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,794,622us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c39, command=0x0
@4,794,900us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,795,208us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,795,472us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@4,801,213us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,801,501us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,801,994us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,802,396us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,802,690us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,802,986us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,803,321us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c39, command=0x0, return(status=0)
@4,803,660us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,803,992us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,804,264us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,804,604us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,804,925us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,805,254us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,805,584us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,805,857us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,806,186us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,806,514us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,806,784us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,807,121us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,807,496us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,807,826us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c39
@4,808,164us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =119.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = -1, frame_size =127.
[../src/main/main.c 177] Get video from camera: go.
[../src/main/main.c 188] Get video from camera: status = 0, frame_size =44879.
[../src/main/main.c 193] Decoding frame: size = 44879, No. =40.
@4,817,310us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Enter (handle=0x438b0, inBufs=0x42c32480, outBufs=0x42c32474, inArgs=0x42c32ce4, outArgs=0x42c32544)
@4,817,599us: [+4 T:0x42c33460 S:0x42c322bc] CV - VISA_getMaxMsgSize(0x438b0): returning 0x1000
@4,817,872us: [+5 T:0x42c33460 S:0x42c322c4] CV - VISA_allocMsg> Allocating message for messageId=0x00031bf6
@4,818,152us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4208a000, size=44879)
@4,818,423us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4208a000, size=44879)
@4,818,695us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4208a000, Ec=0x42160740, Ss=0x4208a000, Es=0x42094f4f, PSc=0x87750000)
@4,818,978us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87750000
@4,819,246us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87750000)
@4,819,518us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,819,790us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4225f000, size=966784)
@4,820,375us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4225f000, Ec=0x4234b080, Ss=0x4225f000, Es=0x4234b080, PSc=0x8757b000)
@4,820,658us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x8757b000
@4,820,925us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x8757b000)
@4,821,195us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,821,468us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x4234b080, size=483392)
@4,821,738us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> found in cb(Sc=0x4234b080, Ec=0x423c10c0, Ss=0x4234b080, Es=0x423c10c0, PSc=0x87667080)
@4,822,022us: [+1 T:0x42c33460 S:0x42c32294] OM - Memory__getPhysicalAddress> returning physAddr=0x87667080
@4,822,411us: [+0 T:0x42c33460 S:0x42c32294] OM - Memory_getBufferPhysicalAddress> return (0x87667080)
@4,822,678us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call(visa=0x438b0, msg=0x41448900): messageId=0x00031bf6, command=0x0
@4,822,957us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> Enter(queue=0x3, msg=0x41448900)
@4,823,265us: [+0 T:0x42c33460 S:0x42c322ac] OC - Comm_put> return (0)
@4,823,528us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> Enter(queue=0x10005, msg=0x42c3235c, timeout=-1)
@4,828,471us: [+0 T:0x42c33460 S:0x42c322a4] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,828,749us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> Enter(queue=0x0, msg=0x41445900)
@4,829,057us: [+0 T:0x42c33460 S:0x42c32234] OC - Comm_put> return (0)
@4,829,406us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> Enter(queue=0x10002, msg=0x42c322cc, timeout=-1)
@4,829,704us: [+0 T:0x42c33460 S:0x42c3222c] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[sdk_algs/ti_dm6467_codec/h264/decoder/decode_h264.c 312] VIDDEC2_process consumed 44879 bytes in decoding this frame.
[../src/main/main.c 195] Decoding done!  addr= 4225f000, size =1450176.
[DSP] .,.@4,830,342us: [+0 T:0x42c33460 S:0x42c32264] CE - Engine_fwriteTrace> returning count [37]
@4,830,432us: [+0 T:0x42c33460 S:0x42c322e4] CV - VISA_call Completed: messageId=0x00031bf6, command=0x0, return(status=0)
@4,830,661us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,830,822us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,830,902us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,830,971us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,831,029us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,831,093us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,831,155us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,831,215us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,831,278us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,831,333us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,831,391us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,831,453us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b000, size=966784)
@4,831,512us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b000, Es=0x87667080)
@4,831,574us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f000
@4,831,630us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f000)
@4,831,689us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,831,749us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667080, size=483392)
@4,831,807us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667080, Es=0x876dd0c0)
@4,831,870us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b080
@4,831,927us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b080)
@4,831,987us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,832,047us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x8757b018, size=368640)
@4,832,108us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x8757b000, Ec=0x87667080, Ss=0x8757b018, Es=0x875d5018)
@4,832,172us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4225f018
@4,832,228us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4225f018)
@4,832,286us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,832,345us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> Enter(physAddr=0x87667098, size=184320)
@4,832,550us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> found in cb(Sc=0x87667080, Ec=0x876dd0c0, Ss=0x87667098, Es=0x87694098)
@4,832,639us: [+1 T:0x42c33460 S:0x42c322ac] OM - Memory__getVirtualAddress> returning virtAddr=0x4234b098
@4,832,700us: [+0 T:0x42c33460 S:0x42c322ac] OM - Memory_getBufferVirtualAddress> return (0x4234b098)
@4,832,764us: [+5 T:0x42c33460 S:0x42c322bc] CV - VISA_freeMsg(0x438b0, 0x41448900): Freeing message with messageId=0x00031bf6
@4,832,834us: [+0 T:0x42c33460 S:0x42c32344] ti.sdo.ce.video2.VIDDEC2 - VIDDEC2_process> Exit (handle=0x438b0, retVal=0x0)
@4,838,304us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Enter (handle=0x435f0, inBufs=0x42c32c38, outBufs=0x42c32c2c, inArgs=0x42c32c20, outArgs=0x42c32ba8)
@4,838,411us: [+4 T:0x42c33460 S:0x42c32a64] CV - VISA_getMaxMsgSize(0x435f0): returning 0x1000
@4,838,484us: [+5 T:0x42c33460 S:0x42c32a6c] CV - VISA_allocMsg> Allocating message for messageId=0x00029c3a
@4,838,552us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,838,616us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41db5000, size=921600)
@4,838,678us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41db5000, Es=0x41e96000, PSc=0x8b700000)
@4,838,742us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b700000
@4,838,798us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b700000)
@4,838,856us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,838,916us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41e09600, size=460800)
@4,838,974us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41db5000, Ec=0x41e96000, Ss=0x41e09600, Es=0x41e79e00, PSc=0x8b700000)
@4,839,039us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x8b754600
@4,839,094us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x8b754600)
@4,839,154us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,839,211us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> Enter(virtAddr=0x41eb5000, size=345600)
@4,839,271us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> found in cb(Sc=0x41eb5000, Ec=0x41f8b740, Ss=0x41eb5000, Es=0x41f09600, PSc=0x87925000)
@4,839,336us: [+1 T:0x42c33460 S:0x42c32a3c] OM - Memory__getPhysicalAddress> returning physAddr=0x87925000
@4,839,391us: [+0 T:0x42c33460 S:0x42c32a3c] OM - Memory_getBufferPhysicalAddress> return (0x87925000)
@4,839,450us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call(visa=0x435f0, msg=0x41447900): messageId=0x00029c3a, command=0x0
@4,839,518us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> Enter(queue=0x2, msg=0x41447900)
@4,839,616us: [+0 T:0x42c33460 S:0x42c32a4c] OC - Comm_put> return (0)
@4,839,682us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> Enter(queue=0x10004, msg=0x42c32afc, timeout=-1)
@4,845,588us: [+0 T:0x42c33460 S:0x42c32a44] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
@4,845,690us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> Enter(queue=0x0, msg=0x41444900)
@4,845,794us: [+0 T:0x42c33460 S:0x42c329d4] OC - Comm_put> return (0)
@4,845,891us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> Enter(queue=0x10001, msg=0x42c32a6c, timeout=-1)
@4,846,059us: [+0 T:0x42c33460 S:0x42c329cc] OC - Comm_get> MSGQ_get() status=0x8000, return (0)
[DSP] .,.@4,846,170us: [+0 T:0x42c33460 S:0x42c32a04] CE - Engine_fwriteTrace> returning count [37]
@4,846,236us: [+0 T:0x42c33460 S:0x42c32a84] CV - VISA_call Completed: messageId=0x00029c3a, command=0x0, return(status=0)
@4,846,307us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,846,370us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x87925000, size=345600)
@4,846,432us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> found in cb(Sc=0x87925000, Ec=0x879fb740, Ss=0x87925000, Es=0x87979600)
@4,846,495us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x41eb5000
@4,846,551us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x41eb5000)
@4,846,609us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,846,668us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8ba0e740, size=1204224)
@4,846,727us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,846,783us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,846,840us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,846,897us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> Enter(physAddr=0x8bb31c2e, size=602112)
@4,846,957us: [+1 T:0x42c33460 S:0x42c32a64] OM - Memory__getVirtualAddress> returning virtAddr=0x0
@4,847,012us: [+0 T:0x42c33460 S:0x42c32a64] OM - Memory_getBufferVirtualAddress> return (0x0)
@4,847,072us: [+5 T:0x42c33460 S:0x42c32a74] CV - VISA_freeMsg(0x435f0, 0x41447900): Freeing message with messageId=0x00029c3a
@4,847,140us: [+0 T:0x42c33460 S:0x42c32ae4] ti.sdo.ce.video1.VIDENC1 - VIDENC1_process> Exit (handle=0x435f0, retVal=0x0)

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

system halt here why?