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.

TI8148 video scaling problem

I am working with a TI8148 rev 3.0 on a custom board using the 5.05.01.04  EZSDK.  My code is based on the OMX capture_encode example.  The configuration is:

- the capture component is receiving RGB888 video on vin0 and producing YUV420 which is connected to the DEI input port. 

- the DEI output port 0 is configured for YCbYCr and is connected to the display component

- the DEI output port 1 is configured for YUV420 and is connected to the H.264 encoder 

As long as I configure the DEI input and output frame size to be the same, it works fine.  I can also configure DEI output port 0 to a different frame size, it up-scales or down-scales as expected and still works fine.  However if I set DEI output port 1 to scale either up or down, the DEI component refuses to process any input frames.  I have tried 720P->1080P, 720P->480P, 1080P->720P and the result is always the same.  It gets through the component initialization and start sequence but never produces a single buffer empty completion even though many buffers have been passed to it. 

I have tried swapping assignment of the ports and dei still hangs when scaling is requested on output port 1.

This code worked on a Ti8168, so I believe that the configuration is correct.  The one difference is that capture was receiving YUV data on the 8168 version, but I assume that shouldn't matter since its still YUV420 by the time it gets to the DEI. 

So is there some limitation on the 8148 part that would prevent this from working?  If so, is there some other method to up-scale and down-scale the video for the h.264 encoder?

One other note, I have cranked up the clocks to the OPP166 rates for the most part.

Thanks in advance for any help you can provide.

  • Hello,

    Could you run loggerSMDump for getting more debug prints: ./loggerSMDump.out 0x9E400000 0x100000 video /vpss/ all

    It is available at /usr/share/ti/ti-uia folder in the filesystem.

    Best Regards,

    Margarita

  • Hi,

    I have attached the log. 

    ERROR: unable to open file /vpss/
    N:Video P:1 #:00000 T:0000000001b94ebd M:xdc.runtime.Main S:Enabling Status Logger
    N:Video P:1 #:00001 T:0000000001b9ad6f M:xdc.runtime.Main S:Enabling User1 Logs
    N:Video P:1 #:00002 T:0000000001ba180f M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00003 T:0000000001ba7ab1 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00004 T:0000000001badadf M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00005 T:0000000001bb3cf3 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00006 T:0000000001bb9fcf M:xdc.runtime.Main S:Enabling Analysis Logs
    N:Video P:1 #:00007 T:0000000001be693d M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procAttach> @line<151> 
    N:Video P:1 #:00008 T:0000000002160c97 M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<177> msg<Before Ipc_attach>
    N:Video P:1 #:00009 T:0000000006e2e939 M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<184> msg<After Ipc_attach>
    N:Video P:1 #:00010 T:0000000006e37f2b M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<186> msg<Ipc_attach successful>
    N:Video P:1 #:00011 T:0000000006e3f5c5 M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procAttach> @line<233> with error<0:ErrorNone>
    N:Video P:1 #:00012 T:0000000006e8d94d M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procInit> @line<250> 
    N:Video P:1 #:00013 T:0000000006e9633d M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procMsgQInit> @line<115> 
    N:Video P:1 #:00014 T:0000000006ea2251 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<927> msg<Before MessageQ_registerHeap>
    N:Video P:1 #:00015 T:0000000006eaab7d M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<932> msg<After MessageQ_registerHeap>
    N:Video P:1 #:00016 T:0000000006eb27ad M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procMsgQInit> @line<142> with error<0:ErrorNone>
    N:Video P:1 #:00017 T:0000000006eb9d3f M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procInit> @line<346> with error<0:ErrorNone>
    N:Video P:1 #:00018 T:0000000006ec3793 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_1, priority 8
    N:Video P:1 #:00019 T:0000000006eca863 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:Video P:1 #:00020 T:0000000006ed26e3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:Video P:1 #:00021 T:0000000006eda137 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:Video P:1 #:00022 T:0000000006f33fb7 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:Video P:1 #:00023 T:0000000006f3c927 M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 0
    N:Video P:1 #:00024 T:0000000006f432af M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetHandle)
    N:Video P:1 #:00025 T:0000000006f4c901 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeHandle)
    N:Video P:1 #:00026 T:0000000006f55abd M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcCreateProxyLite)
    N:Video P:1 #:00027 T:0000000006f5d2df M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetHeapMemStats)
    N:Video P:1 #:00028 T:0000000006f648a3 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcDeleteProxyLite)
    N:Video P:1 #:00029 T:0000000006f6bfc9 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:Video P:1 #:00030 T:0000000006f74827 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:Video P:1 #:00031 T:0000000628cc8a7f M:xdc.runtime.Main S:Enabling Status Logger
    N:Video P:1 #:00032 T:0000000628cd0ec5 M:xdc.runtime.Main S:Enabling User1 Logs
    N:Video P:1 #:00033 T:0000000628cd8de3 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00034 T:0000000628cdf57f M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00035 T:0000000628ce5abd M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00036 T:0000000628cec175 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00037 T:0000000628cf2aba M:xdc.runtime.Main S:Disabling Analysis Logs
    N:Video P:1 #:00038 T:0000000631e42cf5 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.DUCATI.VIDENC
    N:Video P:1 #:00039 T:0000000631e4fe45 M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:Video P:1 #:00040 T:0000000631e5a4cd M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9e2a6bfc, OmxRpcRcmServer_3, 4)
    N:Video P:1 #:00041 T:0000000631e62203 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:Video P:1 #:00042 T:0000000631e69c38 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:Video P:1 #:00043 T:0000000631e7133f M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:Video P:1 #:00044 T:0000000631eb8549 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:Video P:1 #:00045 T:0000000631ec1e23 M:xdc.runtime.Main S:omxrpc_module_init_client: Located the remoteCoreRcmServer
    N:Video P:1 #:00046 T:0000000631ec9537 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcGetHandle)
    N:Video P:1 #:00047 T:0000000631ef43f3 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcFreeHandle)
    N:Video P:1 #:00048 T:0000000631f1be81 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCreateProxyLite)
    N:Video P:1 #:00049 T:0000000631f42b60 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcGetHeapMemStats)
    N:Video P:1 #:00050 T:0000000631f6a9ef M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcDeleteProxyLite)
    N:Video P:1 #:00051 T:0000000631f9263f M:xdc.runtime.Main S:LayerId: 2
    N:Video P:1 #:00052 T:0000000631f9e5fd M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Ctrl_1_0, priority 14
    N:Video P:1 #:00053 T:0000000631fa6d69 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:Video P:1 #:00054 T:0000000631fb0b2f M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:Video P:1 #:00055 T:0000000631fb88c9 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:Video P:1 #:00056 T:00000006320185ff M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:Video P:1 #:00057 T:0000000632021b7b M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:Video P:1 #:00058 T:00000006320286e7 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:Video P:1 #:00059 T:0000000632032aef M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:Video P:1 #:00060 T:000000063203bbc7 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:Video P:1 #:00061 T:0000000632044889 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:Video P:1 #:00062 T:000000063204e4e5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:Video P:1 #:00063 T:0000000632059931 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:Video P:1 #:00064 T:00000006320637ef M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:Video P:1 #:00065 T:000000063206bd15 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:Video P:1 #:00066 T:0000000632078f4f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:Video P:1 #:00067 T:000000063208309f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:Video P:1 #:00068 T:000000063208bc73 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:Video P:1 #:00069 T:00000006320940b3 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:Video P:1 #:00070 T:000000063209e509 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:Video P:1 #:00071 T:00000006320a7fd5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:Video P:1 #:00072 T:00000006320b0f0b M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:Video P:1 #:00073 T:00000006320be9b3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:Video P:1 #:00074 T:00000006320c6abf M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 1
    N:Video P:1 #:00075 T:00000006320cc68d M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.DUCATI.VIDENC, Layer:2
    N:Video P:1 #:00076 T:00000006320d66cb M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFCC idx 0
    N:Video P:1 #:00077 T:00000006320dd99d M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFDC idx 1
    N:Video P:1 #:00078 T:00000006320e488d M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.DEIHDUALOUT idx 2
    N:Video P:1 #:00079 T:00000006320ebcd7 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.DEIMDUALOUT idx 3
    N:Video P:1 #:00080 T:00000006320f344d M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.NF idx 4
    N:Video P:1 #:00081 T:00000006320fa50b M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.INDTXSCWB idx 5
    N:Video P:1 #:00082 T:00000006321017db M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.CTRL.TVP idx 6
    N:Video P:1 #:00083 T:0000000632108a09 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.CTRL.DC idx 7
    N:Video P:1 #:00084 T:000000063210f95f M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VSWMOSAIC idx 8
    N:Video P:1 #:00085 T:000000063211698d M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.DUCATI.VIDENC idx 9
    N:Video P:1 #:00086 T:000000063211d7f4 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC found idx: 9
    N:Video P:1 #:00087 T:0000000632125979 M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.DUCATI.VIDENC, omxhandle 0x9dff2620
    N:Video P:1 #:00088 T:0000000632139e0f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SetDefaultProperties> @line<1238> 
    N:Video P:1 #:00089 T:0000000632142c9b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:Video P:1 #:00090 T:000000063214ec1d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_ComponentInit> @line<133> 
    N:Video P:1 #:00091 T:0000000632177fcf M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_InitializePorts> @line<115> 
    N:Video P:1 #:00092 T:00000006321a9c53 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:Video P:1 #:00093 T:000000063245e47f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:Video P:1 #:00094 T:0000000632554a11 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Util> @line<546> 
    N:Video P:1 #:00095 T:000000063255d275 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626> 
    N:Video P:1 #:00096 T:0000000632566fb7 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:Video P:1 #:00097 T:00000006325701b1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:Video P:1 #:00098 T:000000063257d257 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SetCallbacks> @line<267> 
    N:Video P:1 #:00099 T:00000006325851ef M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:Video P:1 #:00100 T:000000063258d577 M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:Video P:1 #:00101 T:0000000632592df3 M:xdc.runtime.Main S:Registering the component OMX.TI.DUCATI.VIDENC with TunnelMgr
    N:Video P:1 #:00102 T:00000006325993a9 M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9dff2620, 0x9f7075d4)
    N:Video P:1 #:00103 T:00000006325a4a49 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9dfed7c0, OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Cb_3_2, 4)
    N:Video P:1 #:00104 T:00000006325ad403 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:Video P:1 #:00105 T:00000006325b5027 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:Video P:1 #:00106 T:00000006325bc7c1 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:Video P:1 #:00107 T:000000063268e14f M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:Video P:1 #:00108 T:0000000632698dcd M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:Video P:1 #:00109 T:00000006326d439f M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:Video P:1 #:00110 T:00000006326faeb5 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:Video P:1 #:00111 T:0000000632723a3d M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Ctrl_1_0>
    N:Video P:1 #:00112 T:0000000632730b9d M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Ctrl_1_0.Exiting..
    N:Video P:1 #:00113 T:0000000632b41021 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_GetParameter> @line<695> 
    N:Video P:1 #:00114 T:0000000632b4b141 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:Video P:1 #:00115 T:0000000632ba79af M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_GetParameter> @line<695> 
    N:Video P:1 #:00116 T:0000000632bb1215 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:Video P:1 #:00117 T:0000000639e58ed1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SendCommand> @line<499> 
    N:Video P:1 #:00118 T:0000000639e67971 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:Video P:1 #:00119 T:0000000639e7357f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00120 T:0000000639e8b32f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434> 
    N:Video P:1 #:00122 T:0000000639eb3371 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00123 T:0000000639ed0fe5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Init> @line<120> 
    N:Video P:1 #:00124 T:0000000639eda8a5 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9dff2620, 0, OMX.DIO.NONTUNNEL, 0x9dff1f94)
    N:Video P:1 #:00125 T:0000000639ee9129 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:Video P:1 #:00126 T:0000000639ef427d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Open> @line<252> 
    N:Video P:1 #:00127 T:0000000639f34041 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:Video P:1 #:00121 T:0000000639e98991 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526> 
    N:Video P:1 #:00129 T:0000000639f6dde7 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00128 T:0000000639f4f39b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00130 T:0000000639f9ec47 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransition> @line<316> 
    N:Video P:1 #:00131 T:0000000639fa842c M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransition> @line<339> msg<Loaded to Idle Transition>
    N:Video P:1 #:00132 T:0000000639fc8c03 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00133 T:0000000639ff73e9 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3502::VENC->Loaded to Idle Transition Begin
    N:Video P:1 #:00134 T:000000063a000dd7 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3506::VENC->Before VIDENC2_Create
    N:Video P:1 #:00136 T:000000063a01f9fd M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00135 T:000000063a008745 M:xdc.runtime.Main S:Calling VIDENC2_create for ivahd_h264enc_0
    N:Video P:1 #:00137 T:000000063a0745bb M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00138 T:000000063a0d076a M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00139 T:000000063a129713 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00140 T:000000063a174a75 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00141 T:000000063a1f8a8d M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:Video P:1 #:00142 T:000000063a201235 M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 32896 sizeDim1 = 0 alignment = 32
    N:Video P:1 #:00143 T:000000063a20d7ed M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:Video P:1 #:00144 T:000000063a213835 M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 18240 sizeDim1 = 0 alignment = 32
    N:Video P:1 #:00145 T:000000063a21e595 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:Video P:1 #:00146 T:000000063a22626d M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 2960 sizeDim1 = 0 alignment = 32
    N:Video P:1 #:00147 T:000000063a23136d M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:Video P:1 #:00148 T:000000063a2371f3 M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 36 sizeDim1 = 0 alignment = 32
    N:Video P:1 #:00149 T:000000063a241949 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:Video P:1 #:00150 T:000000063a24785d M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 2 sizeDim0 = 1408 sizeDim1 = 784 alignment = 32
    N:Video P:1 #:00151 T:000000063a253125 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:Video P:1 #:00152 T:000000063a25905f M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 3 sizeDim0 = 1408 sizeDim1 = 392 alignment = 32
    N:Video P:1 #:00153 T:000000063a264347 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:Video P:1 #:00154 T:000000063a26a1db M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 2 sizeDim0 = 1408 sizeDim1 = 784 alignment = 32
    N:Video P:1 #:00155 T:000000063a2750bd M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:Video P:1 #:00156 T:000000063a27af55 M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 3 sizeDim0 = 1408 sizeDim1 = 392 alignment = 32
    N:Video P:1 #:00157 T:000000063a29628d M:xdc.runtime.Main S:VIDENC2_control(XDM_GETSTATUS) after VIDENC2_create returned errorcode = 0x0
    N:Video P:1 #:00158 T:000000063a2b84d1 M:xdc.runtime.Main S:VIDENC2_control(XDM_GETSTATUS) returned errorcode = 0x0
    N:Video P:1 #:00159 T:000000063a2bf2cd M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3513::VENC->VIDENC2_Create Successful
    N:Video P:1 #:00160 T:000000063a2c69b9 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3545::VENC->Before IvaServer_registerInstance
    N:Video P:1 #:00161 T:000000063a2d183b M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 665::Width 1280::Height 720::Resolution 3
    N:Video P:1 #:00162 T:000000063a2db563 M:xdc.runtime.Main S:IvaScheduler_asssignStaticResource::Line 356::CodecId 0::Allocated IVAHD 0::Estimated IVAHD Load of Codec(MHz) 240::Total IVAHD load(MHz) 240
    N:Video P:1 #:00163 T:000000063a2e5d07 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 816::Scheduling Scheme 0
    N:Video P:1 #:00164 T:000000063a2ef007 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 818::Number of IVAHDs 1
    N:Video P:1 #:00165 T:000000063a2f578f M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 820::Number of registered channels 1
    N:Video P:1 #:00166 T:000000063a2fc51b M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 825::IVAHD Queue 0::Number of channels 1
    N:Video P:1 #:00167 T:000000063a303d23 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 827::IVAHD Queue 0::Number of frames 0
    N:Video P:1 #:00168 T:000000063a30b035 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 829::IVAHD Queue 0::Number of commands 0
    N:Video P:1 #:00169 T:000000063a3126af M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 831::IVAHD Queue 0::Last Codec Id 0
    N:Video P:1 #:00170 T:000000063a319717 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 833::IVAHD Queue 0::Load(MHz) 240
    N:Video P:1 #:00171 T:000000063a320f45 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3553::VENC->IvaServer_registerInstance Successful
    N:Video P:1 #:00172 T:000000063a32b163 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3623::VENC->Loaded to Idle Transition End
    N:Video P:1 #:00173 T:000000063a33232b M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3913::VENC->Before OMX_EventCmdComplete Notify
    N:Video P:1 #:00174 T:000000063a33990f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100> 
    N:Video P:1 #:00175 T:000000063a341705 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00176 T:000000063a34c45d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00177 T:000000063a35531d M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3919::VENC->OMX_EventCmdComplete Notify Done
    N:Video P:1 #:00178 T:000000063a35eac1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:Video P:1 #:00179 T:000000063a367a7f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00180 T:000000063a3703d1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00181 T:000000063a379cff M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483> 
    N:Video P:1 #:00182 T:000000063a381755 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809> 
    N:Video P:1 #:00183 T:000000063a38937f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00184 T:000000063a391c0d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506> 
    N:Video P:1 #:00185 T:000000063a399bc7 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransitionComplete> @line<535> msg<Loaded to Idle Transition>
    N:Video P:1 #:00186 T:000000063a3a2901 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_RestoreDioGroupInfo> @line<1398> 
    N:Video P:1 #:00187 T:000000063a3abc87 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_RestoreDioGroupInfo> @line<1453> with error<0:ErrorNone>
    N:Video P:1 #:00188 T:000000063a3b4bb1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:Video P:1 #:00189 T:000000063a3bd875 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_EventNotifyToClient> @line<881> 
    N:Video P:1 #:00190 T:000000063a5077d2 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00191 T:000000063a52588b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Init> @line<120> 
    N:Video P:1 #:00192 T:000000063a52e12f M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9dff2620, 1, OMX.DIO.NONTUNNEL, 0x9dff1f8c)
    N:Video P:1 #:00193 T:000000063a53ffef M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:Video P:1 #:00194 T:000000063a54b57d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Open> @line<252> 
    N:Video P:1 #:00195 T:000000063a62e383 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:Video P:1 #:00196 T:000000063a664381 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00197 T:000000063a6add63 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00198 T:000000063a6f9b3d M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00199 T:000000063a73763d M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00200 T:000000063a78358f M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00201 T:000000063a7ca759 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00202 T:000000063a8148b1 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00203 T:000000063a86ce33 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00204 T:000000063a877dc1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00205 T:000000063a8819a5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00206 T:000000063a88b0c1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434> 
    N:Video P:1 #:00207 T:000000063a894523 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00208 T:000000063bb2ab43 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SendCommand> @line<499> 
    N:Video P:1 #:00209 T:000000063bb39a75 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 3
    N:Video P:1 #:00210 T:000000063bb4540b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00211 T:000000063bb5f17d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434> 
    N:Video P:1 #:00212 T:000000063bb6acd5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526> 
    N:Video P:1 #:00213 T:000000063bb72ccd M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00214 T:000000063bb7c477 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransition> @line<316> 
    N:Video P:1 #:00215 T:000000063bb8421f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransition> @line<376> msg<Idle to Executing Transition>
    N:Video P:1 #:00216 T:000000063bb9119f M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3634::VENC->Idle to Executing Transition Begin
    N:Video P:1 #:00217 T:000000063bb990c1 M:xdc.runtime.Main S:_OMX_TI_VIDENC_EnablePeriodicDataProcess::Line 5344::VENC->Enabled Notification based data processing
    N:Video P:1 #:00218 T:000000063bba11dd M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3648::VENC->Idle to Executing Transition End
    N:Video P:1 #:00219 T:000000063bba87f7 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3913::VENC->Before OMX_EventCmdComplete Notify
    N:Video P:1 #:00220 T:000000063bbafd6f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100> 
    N:Video P:1 #:00221 T:000000063bbbae67 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00222 T:000000063bbc47d1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00223 T:000000063bbcd2c1 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3919::VENC->OMX_EventCmdComplete Notify Done
    N:Video P:1 #:00224 T:000000063bbd7205 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:Video P:1 #:00225 T:000000063bbe01d3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00226 T:000000063bbe8a0b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00227 T:000000063bbf2233 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483> 
    N:Video P:1 #:00228 T:000000063bbf9cfa M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809> 
    N:Video P:1 #:00229 T:000000063bc01a39 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00230 T:000000063bc0a377 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506> 
    N:Video P:1 #:00231 T:000000063bc12489 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransitionComplete> @line<614> msg<Idle to Executing Transition>
    N:Video P:1 #:00232 T:000000063bc1c6f3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:Video P:1 #:00233 T:000000063bc256fb M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_EventNotifyToClient> @line<881> 
    N:Video P:1 #:00234 T:000000063bc559bf M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Control> @line<455> 
    N:Video P:1 #:00235 T:000000063bc71993 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:Video P:1 #:00236 T:000000063bc7ded9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Control> @line<455> 
    N:Video P:1 #:00237 T:000000063bc977c1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:Video P:1 #:00238 T:000000063bca11ed M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00239 T:000000063bcaa8c9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00240 T:000000063bcb3c37 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00241 T:000000063bcbc9a5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434> 
    N:Video P:1 #:00242 T:000000063bcc5543 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    

    Thanks

    Ken

  • Posting the log again, shouldn't have had the last / in the log command:

    Opened /vpss to store encoded records
    N:Video P:1 #:00000 T:00000000023109af M:xdc.runtime.Main S:Enabling Status Logger
    N:Video P:1 #:00001 T:0000000002316ed9 M:xdc.runtime.Main S:Enabling User1 Logs
    N:Video P:1 #:00002 T:000000000231dc85 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00003 T:0000000002323f93 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00004 T:000000000232a03b M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00005 T:00000000023302e5 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00006 T:0000000002336635 M:xdc.runtime.Main S:Enabling Analysis Logs
    N:Video P:1 #:00007 T:000000000236724b M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procAttach> @line<151> 
    N:Video P:1 #:00008 T:00000000028ed07d M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<177> msg<Before Ipc_attach>
    N:Video P:1 #:00009 T:0000000007670109 M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<184> msg<After Ipc_attach>
    N:Video P:1 #:00010 T:0000000007679c47 M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<186> msg<Ipc_attach successful>
    N:Video P:1 #:00011 T:000000000768148b M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procAttach> @line<233> with error<0:ErrorNone>
    N:Video P:1 #:00012 T:00000000076d4821 M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procInit> @line<250> 
    N:Video P:1 #:00013 T:00000000076dbce9 M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procMsgQInit> @line<115> 
    N:Video P:1 #:00014 T:00000000076e8a11 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<927> msg<Before MessageQ_registerHeap>
    N:Video P:1 #:00015 T:00000000076f1601 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<932> msg<After MessageQ_registerHeap>
    N:Video P:1 #:00016 T:00000000076f933d M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procMsgQInit> @line<142> with error<0:ErrorNone>
    N:Video P:1 #:00017 T:000000000770090b M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procInit> @line<346> with error<0:ErrorNone>
    N:Video P:1 #:00018 T:000000000770a507 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_1, priority 8
    N:Video P:1 #:00019 T:00000000077117b9 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:Video P:1 #:00020 T:0000000007719657 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:Video P:1 #:00021 T:0000000007721125 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:Video P:1 #:00022 T:000000000777e9f7 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:Video P:1 #:00023 T:00000000077879cf M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 0
    N:Video P:1 #:00024 T:000000000778e437 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetHandle)
    N:Video P:1 #:00025 T:000000000779a1c5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeHandle)
    N:Video P:1 #:00026 T:00000000077a175b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcCreateProxyLite)
    N:Video P:1 #:00027 T:00000000077a8b49 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetHeapMemStats)
    N:Video P:1 #:00028 T:00000000077b00ff M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcDeleteProxyLite)
    N:Video P:1 #:00029 T:00000000077b78c1 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:Video P:1 #:00030 T:00000000077c048b M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:Video P:1 #:00031 T:000000076802fe5d M:xdc.runtime.Main S:Enabling Status Logger
    N:Video P:1 #:00032 T:00000007680378d1 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00033 T:0000000773bf20ef M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_Params_init> @line<93> 
    N:Video P:1 #:00034 T:0000000773bfc527 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_Params_init> @line<99> with error<0:ErrorNone>
    N:Video P:1 #:00035 T:0000000773c0456f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_object_create> @line<109> 
    N:Video P:1 #:00036 T:0000000773c0d9c5 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_Instance_init> @line<570> 
    N:Video P:1 #:00037 T:0000000773c15593 M:xdc.runtime.Main S:Module<ti.omx> Entering<omxrpc_module_init_client> @line<324> 
    N:Video P:1 #:00038 T:0000000773c20d73 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmClientCreate> @line<976> 
    N:Video P:1 #:00039 T:0000000773c72983 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmClientCreate> @line<1013> with error<0:ErrorNone>
    N:Video P:1 #:00040 T:0000000773c7d059 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmClientRemoteFxnLocate> @line<1033> 
    N:Video P:1 #:00041 T:0000000773c841bf M:xdc.runtime.Main S:Entered OmxRpc_rcmClientRemoteFxnLocate (0x9dfeff08, 0, 0x9e2a6c88)
    N:Video P:1 #:00042 T:0000000773d457dd M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmClientRemoteFxnLocate> @line<1077> with error<0:ErrorNone>
    N:Video P:1 #:00043 T:0000000773d50971 M:xdc.runtime.Main S:Module<ti.omx> Leaving<omxrpc_module_init_client> @line<386> with error<0:ErrorNone>
    N:Video P:1 #:00044 T:0000000773d5e845 M:xdc.runtime.Main S:Module<ti.omx> Entering<omxrpc_rcm_server_create> @line<220> 
    N:Video P:1 #:00045 T:0000000773dc5fef M:xdc.runtime.Main S:Module<ti.omx> Leaving<omxrpc_rcm_server_create> @line<241> with error<0:ErrorNone>
    N:Video P:1 #:00046 T:0000000773dd03bd M:xdc.runtime.Main S:Module<ti.omx> Entering<omxrpc_rcm_server_remote_fxn_register> @line<279> 
    N:Video P:1 #:00047 T:0000000773df21cf M:xdc.runtime.Main S:Module<ti.omx> Leaving<omxrpc_rcm_server_remote_fxn_register> @line<306> with error<0:ErrorNone>
    N:Video P:1 #:00048 T:0000000773dfab85 M:xdc.runtime.Main S:Module<ti.omx> Entering<omxrpc_rcm_server_start> @line<255> 
    N:Video P:1 #:00049 T:0000000773e05e5f M:xdc.runtime.Main S:Module<ti.omx> Leaving<omxrpc_rcm_server_start> @line<259> with error<0:ErrorNone>
    N:Video P:1 #:00050 T:0000000773e0d903 M:xdc.runtime.Main S:Module<ti.omx> Entering<omxrpc_module_register_instance> @line<423> 
    N:Video P:1 #:00051 T:0000000773e1505f M:xdc.runtime.Main S:Module<ti.omx> Leaving<omxrpc_module_register_instance> @line<436> with error<0:ErrorNone>
    N:Video P:1 #:00052 T:0000000773e1cd6d M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_Instance_init> @line<730> with error<0:ErrorNone>
    N:Video P:1 #:00053 T:0000000773e25d89 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_object_create> @line<123> with error<0:ErrorNone>
    N:Video P:1 #:00054 T:0000000773e2dedd M:xdc.runtime.Main S:Module<ti.omx> Entering<omxrpc_skel_gethandle> @line<348> 
    N:Video P:1 #:00055 T:0000000773e356c9 M:xdc.runtime.Main S:Entered: OMX_GetHandle (0x9dfefbac, OMX.TI.DUCATI.VIDENC, 0x9dfed6a8, 0x9dfd365c)
    N:Video P:1 #:00056 T:00000007741fbff9 M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxTunnelMgr_registerHandle> @line<767> 
    N:Video P:1 #:00057 T:0000000774205b2b M:xdc.runtime.Main S:Entering domxtmgr_module_init (void)
    N:Video P:1 #:00058 T:000000077420b409 M:xdc.runtime.Main S:Leaving domxtmgr_module_init retVal: void
    N:Video P:1 #:00059 T:00000007742116a3 M:xdc.runtime.Main S:Entered: domxtmgr_map_component_name2info (0x9f7075d4, 0x9dfd349c, 0x9dfd35b4)
    N:Video P:1 #:00060 T:0000000774219ee1 M:xdc.runtime.Main S:Leaving: domxtmgr_map_component_name2info RetVal: void
    N:Video P:1 #:00061 T:0000000774220393 M:xdc.runtime.Main S:Module<ti.omx> Entering<domxtmgr_register_connection> @line<358> 
    N:Video P:1 #:00062 T:0000000774227541 M:xdc.runtime.Main S:Module<ti.omx> Entering<domxtmgr_get_component_registry_index> @line<282> 
    N:Video P:1 #:00063 T:000000077422eabb M:xdc.runtime.Main S:Module<ti.omx> Leaving<domxtmgr_get_component_registry_index> @line<293> with error<0:ErrorNone>
    N:Video P:1 #:00064 T:0000000774236a51 M:xdc.runtime.Main S:Module<ti.omx> Entering<domxtmgr_register_component> @line<197> 
    N:Video P:1 #:00065 T:000000077423e84b M:xdc.runtime.Main S:Module<ti.omx> Leaving<domxtmgr_register_component> @line<244> with error<0:ErrorNone>
    N:Video P:1 #:00066 T:0000000774246291 M:xdc.runtime.Main S:Module<ti.omx> Entering<domxtmgr_get_component_registry_index> @line<282> 
    N:Video P:1 #:00067 T:000000077424d67f M:xdc.runtime.Main S:Module<ti.omx> Leaving<domxtmgr_get_component_registry_index> @line<293> with error<0:ErrorNone>
    N:Video P:1 #:00068 T:00000007742558f5 M:xdc.runtime.Main S:Module<ti.omx> Entering<domxtmgr_add_component_connection_info> @line<315> 
    N:Video P:1 #:00069 T:000000077425d2a1 M:xdc.runtime.Main S:Module<ti.omx> Leaving<domxtmgr_add_component_connection_info> @line<329> with error<0:ErrorNone>
    N:Video P:1 #:00070 T:0000000774265731 M:xdc.runtime.Main S:Module<ti.omx> Leaving<domxtmgr_register_connection> @line<401> with error<0:ErrorNone>
    N:Video P:1 #:00071 T:000000077426f801 M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxTunnelMgr_registerHandle> @line<826> with error<0:ErrorNone>
    N:Video P:1 #:00072 T:0000000774277c5f M:xdc.runtime.Main S:Leaving OMX_GetHandle: retVal OMX_ERRORTYPE: 0x0 : ErrorNone
    N:Video P:1 #:00073 T:000000077427feed M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmClientCreate> @line<976> 
    N:Video P:1 #:00074 T:00000007742f3eeb M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmClientCreate> @line<1013> with error<0:ErrorNone>
    N:Video P:1 #:00075 T:00000007742fe967 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmClientRemoteFxnLocate> @line<1033> 
    N:Video P:1 #:00076 T:0000000774305883 M:xdc.runtime.Main S:Entered OmxRpc_rcmClientRemoteFxnLocate (0x9e00c9f8, 2, 0x9dfed848)
    N:Video P:1 #:00077 T:000000077437f49f M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmClientRemoteFxnLocate> @line<1077> with error<0:ErrorNone>
    N:Video P:1 #:00078 T:000000077438a8bd M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxTunnelMgr_registerSkelInfo> @line<891> 
    N:Video P:1 #:00079 T:0000000774391f8d M:xdc.runtime.Main S:Entered: domxtmgr_map_component_name2info (0x9f7075d4, 0x9dfd3594, 0x9dfd3598)
    N:Video P:1 #:00080 T:000000077439a513 M:xdc.runtime.Main S:Leaving: domxtmgr_map_component_name2info RetVal: void
    N:Video P:1 #:00081 T:00000007743a0d93 M:xdc.runtime.Main S:Module<ti.omx> Entering<domxtmgr_get_component_registry_index> @line<282> 
    N:Video P:1 #:00082 T:00000007743a7f83 M:xdc.runtime.Main S:Module<ti.omx> Leaving<domxtmgr_get_component_registry_index> @line<293> with error<0:ErrorNone>
    N:Video P:1 #:00083 T:00000007743b0357 M:xdc.runtime.Main S:Module<ti.omx> Entering<domxtmgr_register_skelinfo> @line<416> 
    N:Video P:1 #:00084 T:00000007743b818f M:xdc.runtime.Main S:Module<ti.omx> Leaving<domxtmgr_register_skelinfo> @line<446> with error<0:ErrorNone>
    N:Video P:1 #:00085 T:00000007743bfd81 M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxTunnelMgr_registerSkelInfo> @line<914> with error<0:ErrorNone>
    N:Video P:1 #:00086 T:00000007743c7a73 M:xdc.runtime.Main S:Module<ti.omx> Leaving<omxrpc_skel_gethandle> @line<442> with error<0:ErrorNone>
    N:Video P:1 #:00087 T:00000007743cf50d M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00088 T:00000007743d67b1 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00089 T:0000000774913727 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00090 T:000000077492b1c3 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00091 T:0000000774932d33 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00092 T:000000077493d57d M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00093 T:000000077496e473 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00094 T:0000000774983cb5 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00095 T:000000077498b747 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00096 T:0000000774993721 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00097 T:00000007749c36eb M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00098 T:00000007749d8e3b M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00099 T:00000007749e080d M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00100 T:00000007749e8a2d M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00101 T:0000000774a18b4f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00102 T:0000000774a3bd2d M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00103 T:0000000774a43e2f M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00104 T:0000000774a4bfed M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00105 T:0000000774a7b043 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00106 T:0000000774a8fdaf M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00107 T:0000000774a9778b M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00108 T:0000000774a9fa93 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00109 T:0000000774acd249 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00110 T:0000000774ae1975 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00111 T:0000000774ae9639 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00112 T:0000000774af15db M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00113 T:0000000774b22281 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00114 T:0000000774b3635d M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00115 T:0000000774b3dddd M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00116 T:0000000774b460f5 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00117 T:0000000774b72ee7 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00118 T:0000000774b8908f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00119 T:0000000774b90fcf M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00120 T:0000000774b98f87 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00121 T:0000000774bc61b3 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00122 T:0000000774bd9d2d M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00123 T:0000000774be394d M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00124 T:0000000774bebdbd M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00125 T:0000000774c18cd1 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00126 T:0000000774c2d1bd M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00127 T:0000000774c34e09 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00128 T:0000000774c3cdcf M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00129 T:0000000774c6c3f5 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00130 T:0000000774c80943 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00131 T:0000000774c883c3 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00132 T:0000000774c90621 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00133 T:0000000774cc779d M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00134 T:0000000774cdbdc7 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00135 T:0000000774ce3967 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00136 T:0000000774ceb96b M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00137 T:0000000774d1c27f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00138 T:0000000774d31e6b M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00139 T:0000000774d3995f M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00140 T:0000000774d41dd9 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00141 T:0000000774d744af M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00142 T:0000000774d89a61 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00143 T:0000000774d918cf M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00144 T:0000000774d99969 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00145 T:0000000774dc79fd M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00146 T:0000000774ddde7f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00147 T:0000000774de58eb M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00148 T:0000000774dedb53 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00149 T:0000000774e2f70d M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00150 T:0000000774e44545 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00151 T:0000000774e4c347 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00152 T:0000000774e54301 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00153 T:000000077dc2bad3 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00154 T:000000077dc436f3 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00155 T:000000077dc4bd6b M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00156 T:000000077dc545e7 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00157 T:000000077dc88e3b M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00158 T:000000077dcdbf13 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00159 T:000000077dce5363 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00160 T:000000077dced623 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00161 T:000000077dd22207 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00162 T:000000077dd4087f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00163 T:000000077dd48a0d M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00164 T:000000077dd50f15 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00165 T:000000077de2befb M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00166 T:000000077de4a203 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00167 T:000000077de51df7 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00168 T:000000077de5a01b M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00169 T:000000077de90235 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00170 T:000000077deac057 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00171 T:000000077deb3b29 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00172 T:000000077debbf73 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00173 T:000000077def23a1 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00174 T:000000077df0e01f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00175 T:000000077df15ce1 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00176 T:000000077df1dfe1 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00177 T:000000077df52711 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00178 T:000000077df6e20d M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00179 T:000000077df75c3b M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00180 T:000000077df7e10d M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00181 T:000000077dfb3401 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00182 T:000000077dfcf95b M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00183 T:000000077dfd726f M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00184 T:000000077dfdf399 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00185 T:000000077e01462f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00186 T:000000077e03175b M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00187 T:000000077e038d33 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00188 T:000000077e041131 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00189 T:000000077e0749ef M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00190 T:000000077e179e4b M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00191 T:000000077e183587 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00192 T:000000077e18ba23 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00193 T:000000077e1c4d15 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00194 T:000000077e1e2cfb M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00195 T:000000077e1eacd3 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00196 T:000000077e1f2ef3 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00197 T:000000077e2218c7 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00198 T:000000077e23dcf7 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00199 T:000000077e24611d M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00200 T:000000077e24e221 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00201 T:000000077e27be35 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00202 T:000000077e2987d7 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00203 T:000000077e2a0941 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00204 T:000000077e2a8c7b M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00205 T:000000077e2d688d M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00206 T:000000077e2f312f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00207 T:000000077e2fb619 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00208 T:000000077e3036fd M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00209 T:000000077e331711 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00210 T:000000077e34beff M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00211 T:000000077e355e35 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00212 T:000000077e35e3f5 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00213 T:000000077e6b9911 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00214 T:000000077e6dd35f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00215 T:000000077e6e6b4b M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00216 T:000000077e6ef4fd M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00217 T:000000077e747ca7 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00218 T:000000077e76cb8b M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00219 T:000000077e7754e5 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00220 T:000000077e77e0ad M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00221 T:000000077e79cf07 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113> 
    N:Video P:1 #:00222 T:000000077e7b0289 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
    N:Video P:1 #:00223 T:000000077e7b9ca3 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185> 
    N:Video P:1 #:00224 T:000000077e7c16b9 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
    N:Video P:1 #:00225 T:000000077e7cb56b M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141> 
    N:Video P:1 #:00226 T:000000077e809315 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
    N:Video P:1 #:00227 T:000000077e8140f5 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204> 
    N:Video P:1 #:00228 T:000000077e81b84f M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
    N:Video P:1 #:00229 T:000000078064d10f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00230 T:0000000780665169 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00231 T:0000000780671037 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00232 T:0000000780679b81 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00233 T:00000007806a33b5 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmMsgAlloc> @line<113> 
    N:Video P:1 #:00234 T:00000007806b32f8 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmMsgAlloc> @line<124> with error<0:ErrorNone>
    N:Video P:1 #:00235 T:00000007806bb935 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonStub> @line<185> 
    N:Video P:1 #:00236 T:00000007806c27ab M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonStub> @line<191> with error<0:ErrorNone>
    N:Video P:1 #:00237 T:00000007806caa29 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmExec> @line<141> 
    N:Video P:1 #:00238 T:00000007806f601f M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmExec> @line<167> with error<0:ErrorNone>
    N:Video P:1 #:00239 T:00000007806ffbdb M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgUnmarshallCommonStub> @line<204> 
    N:Video P:1 #:00240 T:0000000780707863 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgUnmarshallCommonStub> @line<206> with error<0:ErrorNone>
    N:Video P:1 #:00241 T:0000000780e0638d M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00242 T:0000000780e1aa12 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00243 T:0000000780e22153 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00244 T:0000000780e2a7d7 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00245 T:0000000780f88305 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00246 T:0000000780f9a6cd M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00247 T:0000000780fa2025 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00248 T:0000000780faa27d M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00249 T:00000007810af8dd M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00250 T:00000007810c2e73 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00251 T:00000007810cc117 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00252 T:00000007810d4bdd M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00253 T:000000078116c81b M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00254 T:000000078117e725 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00255 T:00000007811862e7 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00256 T:000000078118e62b M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00257 T:00000007811c05e7 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00258 T:00000007811ce4cf M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00259 T:00000007811d59eb M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00260 T:00000007811e0209 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00261 T:0000000781212da9 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00262 T:00000007812215cf M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00263 T:0000000781228db3 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00264 T:0000000781230f63 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00265 T:000000078126407f M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00266 T:00000007812726e8 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00267 T:0000000781279bb1 M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00268 T:0000000781281f8b M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    N:Video P:1 #:00269 T:00000007812b444d M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_rcmIfSkelOmxApi> @line<1087> 
    N:Video P:1 #:00270 T:00000007812c2f01 M:xdc.runtime.Main S:Module<ti.omx> Entering<OmxRpc_msgMarshallCommonResponse> @line<112> 
    N:Video P:1 #:00271 T:00000007812ca6cf M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_msgMarshallCommonResponse> @line<120> with error<0:ErrorNone>
    N:Video P:1 #:00272 T:00000007812d293f M:xdc.runtime.Main S:Module<ti.omx> Leaving<OmxRpc_rcmIfSkelOmxApi> @line<1105> with error<0:ErrorNone>
    

  • Hello,

    Could you attach log file:

    ./loggerSMDump.out 0x9E400000 0x100000  all

    Best Regards,

    Magy

  • Ok, I have uploaded it:

    1261.cap1080Pto720P-3.log

    Thank you

    Ken

  • I have been working on other issues for the past month, but I am down to this problem and I really need to find some solution for it.  I turned on all of the debug levels and dumped the log (attached). 3302.alllevels.log

    I can see logs indicating that buffers are being pulled from the DEI ports input 0, output 0 (display), and output 1 (encoder).  The input buffers are passed back, but there are no output completions back to the application layer.

    I was going to try and put the encoder on output port 0.  But from what I experienced and what I read from other posts, that port will not support yuv420 which is required by the VENC. 

    So the questions are:

    Does the DEI output port 1 support scaling?  If so, what could cause the issue I am seeing?

    If it does not support scaling, is there some other method that I can use to capture video, de-interlace it if necessary, scale it, and compress it through the VENC?

    I appreciate any suggestions.

    Ken 

  • Hello Ken,

    Amit Prasad:

    "

    I am able to scale on output port 1 of DEI.
    I tested with the capture_encode demo of the EZSDK.
     
    My test setup was,
     
    Capture source 1080p,
    DEI output 0 - to display
    DEI output 1 - 1280x720 to encoder.
     
    Modification done on capture_encode demo
    Changed the following #definitions,
     
    #define IL_CLIENT_ENC_WIDTH           (1920)
    #define IL_CLIENT_ENC_HEIGHT          (1080)
    to
    #define IL_CLIENT_ENC_WIDTH           (1280)
    #define IL_CLIENT_ENC_HEIGHT          (720)
    In ilclient_utils.h file.
    "
     

    It is tested with EZSDK 5.05.02

    Best Regards,

    Margarita

  • Hi Margarita,

     

    Thank you for testing it out.  What part/revision did you run your tests on?

    I will have to try the 5.05.02 SDK and see if that makes a difference.

     

    Thanks

    Ken

  • Hello Ken,

    Ken Eppinett said:
    I will have to try the 5.05.02 SDK and see if that makes a difference.

    Let me know the result.

    Best Regards,

    Margarita

  • Hello Margarita,

    Sorry its taken me a while to get back to this, but I have been tied up working with a new rev of our board.

    I tried the 5.05.02 SDK and I am seeing the same results.  The DEI hangs up if I try to do any scaling on the second port.  I have compared my implementation to the sample code and I can't see any settings that are different between the two.

    I have a work around that I am using to avoid the issue, but I would like to go back to the original implementation if possible.

    You mentioned that you were able to make it work, were you using the 8148 rev 3.0?   This was all working on the 8168 EVM board that I started development with.

    Thanks

    Ken

  • Hello,

    Ken Eppinett said:
    You mentioned that you were able to make it work, were you using the 8148 rev 3.0? 

    It was tested on dm8148 but I am not sure about the rev.

    Best Regards,

    Margarita

  • I have been using a work around to avoid scaling on the DEI encoder port in order to get the first products in beta.  It works but I would really like to resolve this and remove the work around.

    I assumed the problem was something in my application implementation.  So I went back to the capture_encode example to start from there and see what I may have broken.  The only modification to the example to make it run on my board was to remove TVP usage, as we have a different front end.  Also I am passing pass -i2c 0 to the vpss and video firmware loads so that they do not try to control any i2c devices. 

    But the capture_encode example behaves exactly the same as my application.  If the dei is not scaling on the encoder port, it will produced filled output buffers.  If the dei is scaling on the encoder port with the ENC settings described above, it receives buffers from capture, but never provides any buffer completions.

    The configuration:

    5.05.02 sdk

    TI8148-GP rev 3.0

    1080p capture source

    1080p output works fine, 720p does not.

    Any help that you can provide would be greatly appreciated.

    Regards,

    Ken

  • The work around that I applied is having issues on some of the recent parts we received so I had to go back and look at this once again. 

    After investigating, I found that the issue is related to the capture configuration.  For the sample board you are configuring the capture mode to  OMX_VIDEO_CaptureModeSC_NON_MUX, for our board we have to configure the capture mode to OMX_VIDEO_CaptureModeSC_DISCRETESYNC_ACTVID_VSYNC.   If I configure the mode with embedded syncs, I can send buffers to the dei scaler and it works fine.  If I configure the mode to discrete sync, the dei interlacer fails as described at the start of this chain.  It fails regardless of the whether any buffers were actually captured or just empty buffers are passed to the DEI.

    So I looked into the M3 code for the differences between embedded and discrete sync and found that DEI scaler works fine if I comment out the follow code from omx_vfcc_drvif.c

    if((pCreateArgs->videoCaptureMode ==
    VPS_CAPT_VIDEO_CAPTURE_MODE_SINGLE_CH_NON_MUX_DISCRETE_SYNC_ACTVID_VSYNC) ||
    (pCreateArgs->videoCaptureMode ==
    VPS_CAPT_VIDEO_CAPTURE_MODE_SINGLE_CH_NON_MUX_DISCRETE_SYNC_ACTVID_VBLK)){
    g_vip_overflow.enableCheckOverflowDetect = FALSE;
    }

    I have no idea why this fixes the issue and I don't like making a change without understanding all of the effects.  So can someone take a look at this see if it this is a valid change or if there is a better solution?

    Regards,

    Ken

  • Hi Ken,

     

    this flag should always be set to true no matter what is the input format/interface since this flag make sure that if there is any overflow, it checks for it and resets the port to come out of this overflow.

     

    Regards,

    Brijesh