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.

TVP5150 with DM8168 at 480i

Other Parts Discussed in Thread: TVP5150

I'm having difficulty getting the DM8168's OMX to work with a TVP5150 correctly.  It displays OK if I tell OMX that the input video is progressive 422, but when I tell it that it's interlaced the deinterlacer seems to have trouble.  The TVP5150 is connected to VIP1 port B.  I also have a ADV7611 connected to VIP1 operating at 422 16bit and it displays 1080i without any trouble, so I know I'm setting up interlace correctly (at least for 1080i).  My OMX connection is VPSSM3.VFCC -> VPSSM3.VFPC.DEIHDUALOUT -> VPSSM3.VFDC.  I'm scaling the video to 1080p.

The first image shows what a 480i color bar looks like interlaced (algorithm is not bypassed).

The second image shows what it looks like when I force it to progressive instead of interlaced (algorithm is bypassed).  As you can see it looks fine except that half the resolution is lost.

Please help.

  • After pouring through the forums I found some threads that seemed to indicate that there is a problem with ezsdk 5.04 wherein vip0 port b and vip1 port b don't work for interlaced 8 bit video input.  Therefore I migrated to ezsdk 5.05 and that seemd to solve my problem.  However, it's created another problem.  I'm now getting an error from OMX_AllocateBuffer for larger video input resolutions.  For example 720p works fine but 1080p does not.  I'm using an omx chain similar to the capture_encode example and the allocation error always occurs when allocating the output buffers for the encoder.  Does anyone know of a solution to this problem?  Below is the loggerSMdump output.

    ./loggerSMDump.out 0x9E400000 0x100000 m3
    root@arago:~# sh ./loggerSM.sh
    Opened loggerSM.bin to store encoded records
    N:Video P:1 #:00000 T:0000000001afdc2b M:xdc.runtime.Main S:Enabling Status Logger
    N:VPSS  P:2 #:00000 T:000000000edd5b37 M:xdc.runtime.Main S:Enabling Status Logger
    N:Video P:1 #:00001 T:0000000001b05031 M:xdc.runtime.Main S:Enabling User1 Logs
    N:VPSS  P:2 #:00001 T:000000000eddd363 M:xdc.runtime.Main S:Enabling User1 Logs
    N:Video P:1 #:00002 T:0000000001b0e233 M:xdc.runtime.Main S:Disabling User1 Logs
    N:VPSS  P:2 #:00002 T:000000000ede6867 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00003 T:0000000001b167f1 M:xdc.runtime.Main S:Disabling User1 Logs
    N:VPSS  P:2 #:00003 T:000000000edeef31 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00004 T:0000000001b1ea15 M:xdc.runtime.Main S:Disabling User1 Logs
    N:VPSS  P:2 #:00004 T:000000000edf750f M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00005 T:0000000001b26ddb M:xdc.runtime.Main S:Disabling User1 Logs
    N:VPSS  P:2 #:00005 T:000000000edffa31 M:xdc.runtime.Main S:Disabling User1 Logs
    N:Video P:1 #:00006 T:0000000001b2f305 M:xdc.runtime.Main S:Enabling Analysis Logs
    N:VPSS  P:2 #:00006 T:000000000ee08737 M:xdc.runtime.Main S:Enabling Analysis Logs
    N:Video P:1 #:00007 T:0000000001c54655 M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procAttach> @line<151>
    N:VPSS  P:2 #:00007 T:000000000ef64f63 M:xdc.runtime.Main S:edma3init() Passed
    N:Video P:1 #:00008 T:00000000023ecd3f M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<177> msg<Before Ipc_attach>
    N:VPSS  P:2 #:00008 T:000000000fb10d37 M:xdc.runtime.Main S:*** VPDMA Firmware Loading... ***
    N:Video P:1 #:00009 T:000000000842926b M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<184> msg<After Ipc_attach>
    N:Video P:1 #:00010 T:0000000008434595 M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<186> msg<Ipc_attach successful>
    N:VPSS  P:2 #:00009 T:000000000fb19fc3 M:xdc.runtime.Main S:VPDMA Firmware Address = 0xbfd00000
    N:Video P:1 #:00011 T:000000000843d99f M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procAttach> @line<233> with error<0:ErrorNone>
    N:Video P:1 #:00012 T:0000000008496039 M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procInit> @line<250>
    N:VPSS  P:2 #:00010 T:000000000fb20b5b M:xdc.runtime.Main S:VPDMA Load Address     = 0x4810d004
    N:Video P:1 #:00013 T:000000000849ec63 M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procMsgQInit> @line<115>
    N:Video P:1 #:00014 T:00000000084b0da7 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<927> msg<Before MessageQ_registerHeap>
    N:VPSS  P:2 #:00011 T:000000000fb783c7 M:xdc.runtime.Main S:VPDMA Firmware Version = 0x4d0001ad
    N:Video P:1 #:00015 T:00000000084bb8d7 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<932> msg<After MessageQ_registerHeap>
    N:Video P:1 #:00016 T:00000000084c5499 M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procMsgQInit> @line<142> with error<0:ErrorNone>
    N:VPSS  P:2 #:00012 T:000000000fb7f639 M:xdc.runtime.Main S:VPDMA List Busy Status = 0x00000000
    N:Video P:1 #:00017 T:00000000084ce55f M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procInit> @line<346> with error<0:ErrorNone>
    N:Video P:1 #:00018 T:00000000084da3d9 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_1, priority 8
    N:VPSS  P:2 #:00013 T:000000000fb8642f M:xdc.runtime.Main S:*** VPDMA Firmware Load Success ***
    N:Video P:1 #:00019 T:00000000084e30bb 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:00000000084ecb83 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:00000000084f635f M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:00014 T:0000000010f67e51 M:xdc.runtime.Main S:isI2cInitReq is 0
    N:Video P:1 #:00022 T:000000000855b8e9 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:00015 T:0000000011c7a903 M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procAttach> @line<151>
    N:Video P:1 #:00023 T:0000000008566c19 M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 0
    N:VPSS  P:2 #:00016 T:0000000012409b6f M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<191> msg<Before Ipc_attach>
    N:Video P:1 #:00024 T:000000000856ee39 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetHandle)
    N:VPSS  P:2 #:00017 T:00000000154a25ad M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<198> msg<After Ipc_attach>
    N:Video P:1 #:00025 T:000000000857bfe7 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeHandle)
    N:VPSS  P:2 #:00018 T:00000000154ade0f M:xdc.runtime.Main S:Module<ti.omx> @<DomxCore_procAttach> @line<200> msg<Ipc_attach successful>
    N:Video P:1 #:00026 T:0000000008585bf5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcCreateProxyLite)
    N:VPSS  P:2 #:00019 T:00000000154b7263 M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procAttach> @line<233> with error<0:ErrorNone>
    N:Video P:1 #:00027 T:000000000858f563 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetHeapMemStats)
    N:VPSS  P:2 #:00020 T:00000000155126f1 M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procInit> @line<250>
    N:Video P:1 #:00028 T:000000000859b577 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcDeleteProxyLite)
    N:VPSS  P:2 #:00021 T:000000001551f761 M:xdc.runtime.Main S:Module<ti.omx> Entering<DomxCore_procMsgQInit> @line<115>
    N:Video P:1 #:00029 T:00000000085a5487 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:00022 T:000000001552efe1 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<927> msg<Before MessageQ_registerHeap>
    N:Video P:1 #:00030 T:00000000085afffb M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:00023 T:0000000015539a01 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_moduleRegisterMsgqHeap> @line<932> msg<After MessageQ_registerHeap>
    N:VPSS  P:2 #:00024 T:0000000015543a55 M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procMsgQInit> @line<142> with error<0:ErrorNone>
    N:VPSS  P:2 #:00025 T:000000001554d0ff M:xdc.runtime.Main S:Module<ti.omx> Leaving<DomxCore_procInit> @line<346> with error<0:ErrorNone>
    N:VPSS  P:2 #:00026 T:0000000015559095 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_2, priority 8
    N:VPSS  P:2 #:00027 T:0000000015561bd3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:00028 T:000000001556b68f M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:00029 T:0000000015574d59 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:00030 T:00000000155de695 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:00031 T:00000000155e98e3 M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 0
    N:VPSS  P:2 #:00032 T:00000000155f1bf3 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetHandle)
    N:VPSS  P:2 #:00033 T:000000001560020d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeHandle)
    N:VPSS  P:2 #:00034 T:000000001560b07d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcCreateProxyLite)
    N:VPSS  P:2 #:00035 T:0000000015619115 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetHeapMemStats)
    N:VPSS  P:2 #:00036 T:0000000015623c2d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcDeleteProxyLite)
    N:VPSS  P:2 #:00037 T:000000001562eb51 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:00038 T:0000000015639f0d M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:00039 T:00000013e8d13857 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.VPSSM3.VFCC
    N:VPSS  P:2 #:00040 T:00000013e8d23c99 M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:VPSS  P:2 #:00041 T:00000013e8d3096d M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9f151218, OmxRpcRcmServer_3, 5)
    N:VPSS  P:2 #:00042 T:00000013e8d39ce7 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:00043 T:00000013e8d43eb1 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:00044 T:00000013e8d4d8b3 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:00045 T:00000013e8dacca9 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:00046 T:00000013e8db8513 M:xdc.runtime.Main S:omxrpc_module_init_client: Located the remoteCoreRcmServer
    N:VPSS  P:2 #:00047 T:00000013e8dc2039 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcGetHandle)
    N:VPSS  P:2 #:00048 T:00000013e8dfc77b M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcFreeHandle)
    N:VPSS  P:2 #:00049 T:00000013e8e2b24d M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCreateProxyLite)
    N:VPSS  P:2 #:00050 T:00000013e8e5b519 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcGetHeapMemStats)
    N:VPSS  P:2 #:00051 T:00000013e8e88c5f M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcDeleteProxyLite)
    N:VPSS  P:2 #:00052 T:00000013e8eb79c7 M:xdc.runtime.Main S:LayerId: 2
    N:VPSS  P:2 #:00053 T:00000013e8ec8db1 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.VPSSM3.VFCC_Ctrl_2_0, priority 14
    N:VPSS  P:2 #:00054 T:00000013e8ed3cf3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:00055 T:00000013e8edd8a3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:00056 T:00000013e8ee6e77 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:00057 T:00000013e8f59de3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:00058 T:00000013e8f6591f M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:VPSS  P:2 #:00059 T:00000013e8f6dde5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:VPSS  P:2 #:00060 T:00000013e8f7c71b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:VPSS  P:2 #:00061 T:00000013e8f87215 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:VPSS  P:2 #:00062 T:00000013e8f9143b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:VPSS  P:2 #:00063 T:00000013e8f9b457 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:VPSS  P:2 #:00064 T:00000013e8fa71f5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:VPSS  P:2 #:00065 T:00000013e8fb228d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:VPSS  P:2 #:00066 T:00000013e8fc01e5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:VPSS  P:2 #:00067 T:00000013e8fcabc7 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:VPSS  P:2 #:00068 T:00000013e8fd4ee5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:VPSS  P:2 #:00069 T:00000013e8fdf6eb M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:VPSS  P:2 #:00070 T:00000013e8fe9d99 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:VPSS  P:2 #:00071 T:00000013e8ff478b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:VPSS  P:2 #:00072 T:00000013e8fff615 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:VPSS  P:2 #:00073 T:00000013e900aca9 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:00074 T:00000013e901a679 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:00075 T:00000013e90254cb M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 1
    N:VPSS  P:2 #:00076 T:00000013e902cc34 M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.VPSSM3.VFCC, Layer:2
    N:VPSS  P:2 #:00077 T:00000013e9039693 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFCC In table OMX.TI.VPSSM3.VFCC idx 0
    N:VPSS  P:2 #:00078 T:00000013e9042357 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFCC found idx: 0
    N:VPSS  P:2 #:00079 T:00000013e904bdbb M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.VPSSM3.VFCC, omxhandle 0x9f1f2fb8
    N:VPSS  P:2 #:00080 T:00000013e9112cd1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SetDefaultProperties> @line<1238>
    N:VPSS  P:2 #:00081 T:00000013e911fba1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:VPSS  P:2 #:00082 T:00000013e912c8dd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_ComponentInit> @line<133>
    N:VPSS  P:2 #:00083 T:00000013e915423d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_InitializePorts> @line<115>
    N:VPSS  P:2 #:00084 T:00000013e923c4b7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:VPSS  P:2 #:00085 T:00000013e94d9905 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:VPSS  P:2 #:00086 T:00000013e95200d7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00087 T:00000013e952b24d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00088 T:00000013e9537387 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00089 T:00000013e95420dd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00090 T:00000013e954daf9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00091 T:00000013e955643b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00092 T:00000013e9561b80 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00093 T:00000013e956c593 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00094 T:00000013e957b77b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00095 T:00000013e958458d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00096 T:00000013e958f5fb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00097 T:00000013e9599eff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00098 T:00000013e95a53cf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00099 T:00000013e95add39 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00100 T:00000013e95b8d55 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00101 T:00000013e95c3659 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00102 T:00000013e95cea39 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00103 T:00000013e95d75c7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00104 T:00000013e95e261f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00105 T:00000013e95ee797 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00106 T:00000013e95fa0f5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00107 T:00000013e9602e73 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00108 T:00000013e960df7d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00109 T:00000013e961887b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00110 T:00000013e9623c07 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00111 T:00000013e962c561 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00112 T:00000013e963755b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00113 T:00000013e9641e7d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00114 T:00000013e964d31b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00115 T:00000013e9655cd5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00116 T:00000013e9660eeb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00117 T:00000013e966cfef M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00118 T:00000013e96787e1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00119 T:00000013e9681539 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00120 T:00000013e968c5ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00121 T:00000013e9696eb3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00122 T:00000013e96a2447 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00123 T:00000013e96aadb7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00124 T:00000013e96b5ff9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00125 T:00000013e96c08fd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00126 T:00000013e96cc079 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00127 T:00000013e96d4a97 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00128 T:00000013e96e1343 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00129 T:00000013e96ebceb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00130 T:00000013e96f74a9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00131 T:00000013e9700193 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00132 T:00000013e970b21d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00133 T:00000013e9715bb1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00134 T:00000013e9721041 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00135 T:00000013e97299af M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00136 T:00000013e9734a47 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00137 T:00000013e973f3ff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00138 T:00000013e974aa5f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00139 T:00000013e9753457 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00140 T:00000013e975fd3b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00141 T:00000013e976a6b9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00142 T:00000013e9775e7d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00143 T:00000013e977eaaf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00144 T:00000013e9789ad3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00145 T:00000013e97943f5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00146 T:00000013e979f851 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00147 T:00000013e97a8155 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00148 T:00000013e97b315f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00149 T:00000013e97bdc69 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00150 T:00000013e97c896d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SetCallbacks> @line<267>
    N:VPSS  P:2 #:00151 T:00000013e97d42a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:VPSS  P:2 #:00152 T:00000013e97de9dd M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:VPSS  P:2 #:00153 T:00000013e97e5621 M:xdc.runtime.Main S:Registering the component OMX.TI.VPSSM3.VFCC with TunnelMgr
    N:VPSS  P:2 #:00154 T:00000013e97ed8bf M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9f1f2fb8, 0x9f7074d4)
    N:VPSS  P:2 #:00155 T:00000013e97fcf15 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9f1ee158, OmxRpcRcmServer_OMX.TI.VPSSM3.VFCC_Cb_3_0, 5)
    N:VPSS  P:2 #:00156 T:00000013e98078ab M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:00157 T:00000013e9811775 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:00158 T:00000013e981b06d M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:00159 T:00000013e98976e1 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:00160 T:00000013e98a4ea7 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:VPSS  P:2 #:00161 T:00000013e98e1743 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:VPSS  P:2 #:00162 T:00000013e9910d83 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:VPSS  P:2 #:00163 T:00000013e9944735 M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.VPSSM3.VFCC_Ctrl_2_0>
    N:VPSS  P:2 #:00164 T:00000013e995412b M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.VPSSM3.VFCC_Ctrl_2_0.Exiting..
    N:VPSS  P:2 #:00165 T:00000013e9f64513 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_GetParameter> @line<695>
    N:VPSS  P:2 #:00166 T:00000013e9f76643 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:00167 T:00000013e9fabfab M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SetParameter> @line<890>
    N:VPSS  P:2 #:00168 T:00000013e9fb8147 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:VPSS  P:2 #:00169 T:00000013e9fe629d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SetParameter> @line<890>
    N:VPSS  P:2 #:00170 T:00000013e9ff3def M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:VPSS  P:2 #:00171 T:00000013ea0610eb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:00172 T:00000013ea0729cb M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandPortEnable, nParam1: 0
    N:VPSS  P:2 #:00173 T:00000013ea07f585 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:00174 T:00000013ea0963e5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00175 T:00000013ea0a37db M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:00176 T:00000013ea0ad3ab M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdEvent> @line<631> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:00177 T:00000013ea0b8505 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_EnablePort> @line<777>
    N:VPSS  P:2 #:00178 T:00000013ea0c1629 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_EnablePort> @line<815> with error<0:ErrorNone>
    N:VPSS  P:2 #:00179 T:00000013ea0cd751 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:00180 T:00000013ea0d7561 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_CB_ReturnEventNotify> @line<121> msg<Notify client for port enable>
    N:VPSS  P:2 #:00181 T:00000013ea0e6a31 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:00182 T:00000013ea0f13b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:00183 T:00000013ea0fc44f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00184 T:00000013ea107d49 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:00185 T:00000013ea111777 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:00186 T:00000013ea11b37f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<869> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:00187 T:00000013ea126875 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:00188 T:00000013ea16f161 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00189 T:00000013ea17c385 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:00190 T:00000013ea187e41 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:00191 T:00000013ea192ca1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00192 T:00000013ea19cbab M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00193 T:00000013ea38744f M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.VPSSM3.VFPC.DEIHDUALOUT
    N:VPSS  P:2 #:00194 T:00000013ea396f0d M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:VPSS  P:2 #:00195 T:00000013ea39f737 M:xdc.runtime.Main S:LayerId: 2
    N:VPSS  P:2 #:00196 T:00000013ea3ad495 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.VPSSM3.VFPC.DEIHDUALOUT_Ctrl_2_1, priority 14
    N:VPSS  P:2 #:00197 T:00000013ea3b89db M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:00198 T:00000013ea3c6191 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:00199 T:00000013ea3cfe03 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:00200 T:00000013ea4429f3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:00201 T:00000013ea44e743 M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:VPSS  P:2 #:00202 T:00000013ea457131 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:VPSS  P:2 #:00203 T:00000013ea46552f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:VPSS  P:2 #:00204 T:00000013ea46fdfd M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:VPSS  P:2 #:00205 T:00000013ea479cdd M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:VPSS  P:2 #:00206 T:00000013ea483d5f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:VPSS  P:2 #:00207 T:00000013ea48e78b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:VPSS  P:2 #:00208 T:00000013ea49947b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:VPSS  P:2 #:00209 T:00000013ea4a4093 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:VPSS  P:2 #:00210 T:00000013ea4ae829 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:VPSS  P:2 #:00211 T:00000013ea4bc5e7 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:VPSS  P:2 #:00212 T:00000013ea4c6e97 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:VPSS  P:2 #:00213 T:00000013ea4d1603 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:VPSS  P:2 #:00214 T:00000013ea4dc335 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:VPSS  P:2 #:00215 T:00000013ea4e6d43 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:VPSS  P:2 #:00216 T:00000013ea4f23fd M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:00217 T:00000013ea501a41 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:00218 T:00000013ea50bcb9 M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 2
    N:VPSS  P:2 #:00219 T:00000013ea51316b M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.VPSSM3.VFPC.DEIHDUALOUT, Layer:2
    N:VPSS  P:2 #:00220 T:00000013ea51e34f M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT In table OMX.TI.VPSSM3.VFCC idx 0
    N:VPSS  P:2 #:00221 T:00000013ea527153 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT In table OMX.TI.VPSSM3.VFDC idx 1
    N:VPSS  P:2 #:00222 T:00000013ea533593 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT In table OMX.TI.VPSSM3.VFPC.DEIHDUALOUT idx 2
    N:VPSS  P:2 #:00223 T:00000013ea53cdbf M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT found idx: 2
    N:VPSS  P:2 #:00224 T:00000013ea54755b M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT, omxhandle 0x9f24da98
    N:VPSS  P:2 #:00225 T:00000013ea5af19b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetDefaultProperties> @line<1238>
    N:VPSS  P:2 #:00226 T:00000013ea5be93f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:VPSS  P:2 #:00227 T:00000013ea5d05df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_ComponentInit> @line<133>
    N:VPSS  P:2 #:00228 T:00000013ea5f8c3f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_InitializePorts> @line<115>
    N:VPSS  P:2 #:00229 T:00000013ea7ca78b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:VPSS  P:2 #:00230 T:00000013ea92b59b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:VPSS  P:2 #:00231 T:00000013eaaa090f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00232 T:00000013eaaabf0b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00233 T:00000013eaab83ef M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00234 T:00000013eaac3d33 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00235 T:00000013eaacf8b5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00236 T:00000013eaad8fb5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00237 T:00000013eaae666f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00238 T:00000013eaaf1e41 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00239 T:00000013eaafd618 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00240 T:00000013eab06c17 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00241 T:00000013eab11ff9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00242 T:00000013eab1d56d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00243 T:00000013eab285f7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00244 T:00000013eab3197f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00245 T:00000013eab3cc17 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00246 T:00000013eab48259 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00247 T:00000013eab536fd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00248 T:00000013eab5e80b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00249 T:00000013eab69f3b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00250 T:00000013eab754ff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00251 T:00000013eab80ac1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00252 T:00000013eab89f6d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00253 T:00000013eab95243 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00254 T:00000013eaba07ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00255 T:00000013eabab819 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00256 T:00000013eabb4c07 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00257 T:00000013eabbff5d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00258 T:00000013eabcb679 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00259 T:00000013eabd84dd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00260 T:00000013eabe1a17 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00261 T:00000013eabece8b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00262 T:00000013eabf84a7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00263 T:00000013eac037f5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00264 T:00000013eac0cc61 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00265 T:00000013eac17fd9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00266 T:00000013eac23531 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00267 T:00000013eac2e4f7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00268 T:00000013eac37895 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00269 T:00000013eac42d9f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00270 T:00000013eac4e307 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00271 T:00000013eac5b6a3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00272 T:00000013eac64c9d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00273 T:00000013eac7005d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00274 T:00000013eac7b5bd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00275 T:00000013eac865bb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00276 T:00000013eac8f959 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00277 T:00000013eac9aca3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00278 T:00000013eaca6207 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00279 T:00000013eacb1287 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00280 T:00000013eacbaa44 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00281 T:00000013eacc5dcb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00282 T:00000013eacd2e79 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00283 T:00000013eacdeb09 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00284 T:00000013eace815d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00285 T:00000013eacf346d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00286 T:00000013eacfe9d5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00287 T:00000013ead09bdb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00288 T:00000013ead12fd5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00289 T:00000013ead1e3e3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00290 T:00000013ead29957 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00291 T:00000013ead34dc5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00292 T:00000013ead3e2a3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00293 T:00000013ead4af7f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00294 T:00000013ead566c7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00295 T:00000013ead62147 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00296 T:00000013ead6b5f5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00297 T:00000013ead76927 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00298 T:00000013ead81e89 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00299 T:00000013ead8cf25 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00300 T:00000013ead962a5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00301 T:00000013eada15aa M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00302 T:00000013eadacced M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00303 T:00000013eadb824b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00304 T:00000013eadc3125 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00305 T:00000013eadce78f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00306 T:00000013eadd9d5d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00307 T:00000013eade51a5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00308 T:00000013eadee60d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00309 T:00000013eadf992f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00310 T:00000013eae04ec3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00311 T:00000013eae10070 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00312 T:00000013eae193fd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00313 T:00000013eae2481b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00314 T:00000013eae3019d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00315 T:00000013eae3cf77 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00316 T:00000013eae46641 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00317 T:00000013eae51948 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00318 T:00000013eae5cf67 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00319 T:00000013eae682b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00320 T:00000013eae71703 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00321 T:00000013eae7caa6 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00322 T:00000013eae8802f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00323 T:00000013eae931c9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00324 T:00000013eae9c5d3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00325 T:00000013eaea7ab3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00326 T:00000013eaeb490b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00327 T:00000013eaec0118 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00328 T:00000013eaec9669 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00329 T:00000013eaed4a4f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00330 T:00000013eaee001d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00331 T:00000013eaeeb047 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00332 T:00000013eaef43eb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00333 T:00000013eaeff75b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00334 T:00000013eaf0acd3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00335 T:00000013eaf15ddf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00336 T:00000013eaf1f499 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00337 T:00000013eaf2aa0d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00338 T:00000013eaf378b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00339 T:00000013eaf42e8d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00340 T:00000013eaf4c55f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00341 T:00000013eaf57b2d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00342 T:00000013eaf63281 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00343 T:00000013eaf6e3a9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00344 T:00000013eaf777e9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00345 T:00000013eaf82ca9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00346 T:00000013eaf8e2e5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00347 T:00000013eaf9967d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00348 T:00000013eafa2b91 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:Video P:1 #:00031 T:00000013ed41bf59 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.DUCATI.VIDENC
    N:VPSS  P:2 #:00349 T:00000013eafaf7c9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:Video P:1 #:00032 T:00000013ed42c8f3 M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:VPSS  P:2 #:00350 T:00000013eafd8641 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:Video P:1 #:00033 T:00000013ed439643 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9e110dac, OmxRpcRcmServer_3, 4)
    N:VPSS  P:2 #:00351 T:00000013eafe505b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:Video P:1 #:00034 T:00000013ed44345f M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:00352 T:00000013eafeec85 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:Video P:1 #:00035 T:00000013ed44cef3 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:00353 T:00000013eaffa7fb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:Video P:1 #:00036 T:00000013ed4567d7 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:00354 T:00000013eb005dff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00355 T:00000013eb011bbf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00356 T:00000013eb01b513 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00357 T:00000013eb029e21 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00358 T:00000013eb035913 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00359 T:00000013eb040a6f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetCallbacks> @line<267>
    N:VPSS  P:2 #:00360 T:00000013eb04c6fd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:VPSS  P:2 #:00361 T:00000013eb0572ed M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:Video P:1 #:00037 T:00000013ed5caf61 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:00362 T:00000013eb05e46b M:xdc.runtime.Main S:Registering the component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT with TunnelMgr
    N:Video P:1 #:00038 T:00000013ed5d793b M:xdc.runtime.Main S:omxrpc_module_init_client: Located the remoteCoreRcmServer
    N:VPSS  P:2 #:00363 T:00000013eb066e93 M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9f24da98, 0x9f7074d4)
    N:Video P:1 #:00039 T:00000013ed5e11e9 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcGetHandle)
    N:VPSS  P:2 #:00364 T:00000013eb0764d3 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9f248e28, OmxRpcRcmServer_OMX.TI.VPSSM3.VFPC.DEIHDUALOUT_Cb_3_1, 5)
    N:Video P:1 #:00040 T:00000013ed615b53 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcFreeHandle)
    N:VPSS  P:2 #:00365 T:00000013eb081c53 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:Video P:1 #:00041 T:00000013ed6428cd M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCreateProxyLite)
    N:VPSS  P:2 #:00366 T:00000013eb08bbd1 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:Video P:1 #:00042 T:00000013ed67114b M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcGetHeapMemStats)
    N:VPSS  P:2 #:00367 T:00000013eb095567 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:Video P:1 #:00043 T:00000013ed69d657 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcDeleteProxyLite)
    N:VPSS  P:2 #:00368 T:00000013eb126161 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:Video P:1 #:00044 T:00000013ed6cc411 M:xdc.runtime.Main S:LayerId: 2
    N:VPSS  P:2 #:00369 T:00000013eb1332e1 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:VPSS  P:2 #:00370 T:00000013eb16c04f M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:Video P:1 #:00045 T:00000013ed6db707 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Ctrl_1_0, priority 14
    N:VPSS  P:2 #:00371 T:00000013eb19ef65 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:Video P:1 #:00046 T:00000013ed6e68b3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:00372 T:00000013eb1d1934 M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.VPSSM3.VFPC.DEIHDUALOUT_Ctrl_2_1>
    N:Video P:1 #:00047 T:00000013ed6f0995 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:00373 T:00000013eb1e1511 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.VPSSM3.VFPC.DEIHDUALOUT_Ctrl_2_1.Exiting..
    N:Video P:1 #:00048 T:00000013ed6fa095 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:00374 T:00000013ebdd3ebb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00049 T:00000013ed76cab3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:00375 T:00000013ebde1c1d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00050 T:00000013ed779495 M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:VPSS  P:2 #:00376 T:00000013ebe1145f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00051 T:00000013ed781963 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:VPSS  P:2 #:00377 T:00000013ebe1d06b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00052 T:00000013ed78fc33 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:VPSS  P:2 #:00378 T:00000013ebe56d53 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00053 T:00000013ed799ae9 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:VPSS  P:2 #:00379 T:00000013ebe63436 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00054 T:00000013ed7a6911 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:VPSS  P:2 #:00380 T:00000013ebe9d10b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_GetParameter> @line<695>
    N:Video P:1 #:00055 T:00000013ed7b02d3 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:VPSS  P:2 #:00381 T:00000013ebea9235 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:Video P:1 #:00056 T:00000013ed7bb1fb M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:VPSS  P:2 #:00382 T:00000013ebedef1d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00057 T:00000013ed7c6197 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:VPSS  P:2 #:00383 T:00000013ebeed782 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00058 T:00000013ed7cfc61 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:VPSS  P:2 #:00384 T:00000013ebf1b3c3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_GetParameter> @line<695>
    N:Video P:1 #:00059 T:00000013ed7d9b9f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:VPSS  P:2 #:00385 T:00000013ebf273db M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:Video P:1 #:00060 T:00000013ed7e33c7 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:VPSS  P:2 #:00386 T:00000013ebf5b3c1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00061 T:00000013ed7ed0e5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:VPSS  P:2 #:00387 T:00000013ebf69783 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00062 T:00000013ed7f6f87 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:VPSS  P:2 #:00388 T:00000013ebf95dff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_GetParameter> @line<695>
    N:Video P:1 #:00063 T:00000013ed800ed9 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:VPSS  P:2 #:00389 T:00000013ebfa1657 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:Video P:1 #:00064 T:00000013ed80b22d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:VPSS  P:2 #:00390 T:00000013ebfd3495 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00065 T:00000013ed815cdd M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:00391 T:00000013ebfe1693 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00066 T:00000013ed8264f1 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:00392 T:00000013ec56c881 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00067 T:00000013ed830e49 M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 1
    N:VPSS  P:2 #:00393 T:00000013ec57dcef M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandPortEnable, nParam1: 0
    N:Video P:1 #:00068 T:00000013ed839261 M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.DUCATI.VIDENC, Layer:2
    N:VPSS  P:2 #:00394 T:00000013ec58b84f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00069 T:00000013ed843297 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFCC idx 0
    N:VPSS  P:2 #:00395 T:00000013ec5a6765 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00070 T:00000013ed84c1d3 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFDC idx 1
    N:VPSS  P:2 #:00396 T:00000013ec5b432b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00071 T:00000013ed8542ed M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.DEIHDUALOUT idx 2
    N:VPSS  P:2 #:00397 T:00000013ec5be377 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<631> msg<Processing OMX_CommandPortEnable>
    N:Video P:1 #:00072 T:00000013ed85d6ff M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.DEIMDUALOUT idx 3
    N:VPSS  P:2 #:00398 T:00000013ec5c9e71 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EnablePort> @line<777>
    N:Video P:1 #:00073 T:00000013ed866297 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.NF idx 4
    N:VPSS  P:2 #:00399 T:00000013ec5d3377 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EnablePort> @line<815> with error<0:ErrorNone>
    N:Video P:1 #:00074 T:00000013ed86ef65 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.INDTXSCWB idx 5
    N:VPSS  P:2 #:00400 T:00000013ec5df533 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00075 T:00000013ed877c3d M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.CTRL.TVP idx 6
    N:VPSS  P:2 #:00401 T:00000013ec5e9bc7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<121> msg<Notify client for port enable>
    N:Video P:1 #:00076 T:00000013ed88056f M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.CTRL.DC idx 7
    N:VPSS  P:2 #:00402 T:00000013ec5f6270 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00077 T:00000013ed888cef M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VSWMOSAIC idx 8
    N:VPSS  P:2 #:00403 T:00000013ec601cc7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00078 T:00000013ed891add M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.DUCATI.VIDENC idx 9
    N:VPSS  P:2 #:00404 T:00000013ec60c963 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00079 T:00000013ed89c747 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC found idx: 9
    N:VPSS  P:2 #:00405 T:00000013ec61c695 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:00406 T:00000013ec626fe9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00080 T:00000013ed8a6467 M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.DUCATI.VIDENC, omxhandle 0x9dd2ee70
    N:VPSS  P:2 #:00407 T:00000013ec63179d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<869> msg<Processing OMX_CommandPortEnable>
    N:Video P:1 #:00081 T:00000013ed8d679b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SetDefaultProperties> @line<1238>
    N:VPSS  P:2 #:00408 T:00000013ec63d125 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00082 T:00000013ed8e0fe5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:VPSS  P:2 #:00409 T:00000013ec67d0cd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00083 T:00000013ed8edccf M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_ComponentInit> @line<133>
    N:VPSS  P:2 #:00410 T:00000013ec690f35 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandPortEnable, nParam1: 16
    N:Video P:1 #:00084 T:00000013ed918ff9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_InitializePorts> @line<115>
    N:VPSS  P:2 #:00411 T:00000013ec69cc01 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00085 T:00000013ed943d51 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:VPSS  P:2 #:00412 T:00000013ec6bee71 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00086 T:00000013edbd6dad M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:VPSS  P:2 #:00413 T:00000013ec6cb6c9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00087 T:00000013edce5d59 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00414 T:00000013ec6d717f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00088 T:00000013edcf1951 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00415 T:00000013ec6e304b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00089 T:00000013edcfe37f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00416 T:00000013ec6efcbb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00090 T:00000013edd09dfd M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00417 T:00000013ec6f9fbd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<631> msg<Processing OMX_CommandPortEnable>
    N:Video P:1 #:00091 T:00000013edd1b357 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SetCallbacks> @line<267>
    N:VPSS  P:2 #:00418 T:00000013ec708fa7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EnablePort> @line<777>
    N:Video P:1 #:00092 T:00000013edd249e5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:VPSS  P:2 #:00419 T:00000013ec713079 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EnablePort> @line<815> with error<0:ErrorNone>
    N:Video P:1 #:00093 T:00000013edd2ed67 M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:VPSS  P:2 #:00420 T:00000013ec71f0e7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:00421 T:00000013ec729bc3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<121> msg<Notify client for port enable>
    N:Video P:1 #:00094 T:00000013edd35c15 M:xdc.runtime.Main S:Registering the component OMX.TI.DUCATI.VIDENC with TunnelMgr
    N:VPSS  P:2 #:00422 T:00000013ec735d01 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00095 T:00000013edd3dda5 M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9dd2ee70, 0x9f7074d4)
    N:VPSS  P:2 #:00423 T:00000013ec740ae9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00096 T:00000013edd4d1d1 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9dd2a010, OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Cb_3_2, 4)
    N:VPSS  P:2 #:00424 T:00000013ec74c1d1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00097 T:00000013edd5c4c9 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:00425 T:00000013ec7584eb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00098 T:00000013edd665b1 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:00426 T:00000013ec76225f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00099 T:00000013edd7065f M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:00427 T:00000013ec76c6bf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<869> msg<Processing OMX_CommandPortEnable>
    N:Video P:1 #:00100 T:00000013edde8d51 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:00428 T:00000013ec778e43 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00101 T:00000013eddf7aab M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:VPSS  P:2 #:00429 T:00000013ec7ee7d9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00102 T:00000013ede2dcc5 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:VPSS  P:2 #:00430 T:00000013ec7fef91 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00103 T:00000013ede5dad7 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:VPSS  P:2 #:00431 T:00000013ec80b3e7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00104 T:00000013ede8e829 M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Ctrl_1_0>
    N:VPSS  P:2 #:00432 T:00000013ec817683 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00105 T:00000013ede9ede7 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Ctrl_1_0.Exiting..
    N:VPSS  P:2 #:00433 T:00000013ec821fad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00106 T:00000013ee60c2b5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_GetParameter> @line<695>
    N:VPSS  P:2 #:00434 T:00000013ec82e06d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00107 T:00000013ee6191f9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:00435 T:00000013ec837b59 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00108 T:00000013ee68024f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_GetParameter> @line<695>
    N:VPSS  P:2 #:00436 T:00000013eca78c29 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00109 T:00000013ee68c56d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:00437 T:00000013eca89a6b M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandPortEnable, nParam1: 17
    N:VPSS  P:2 #:00438 T:00000013eca96a9b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:00439 T:00000013ecab72d1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00440 T:00000013ecac5bef M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:00441 T:00000013ecad064b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<631> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:00442 T:00000013ecae08c1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EnablePort> @line<777>
    N:VPSS  P:2 #:00443 T:00000013ecaeaa89 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EnablePort> @line<815> with error<0:ErrorNone>
    N:VPSS  P:2 #:00444 T:00000013ecaf69fd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:00445 T:00000013ecb00f3d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<121> msg<Notify client for port enable>
    N:VPSS  P:2 #:00446 T:00000013ecb0d727 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:00447 T:00000013ecb18e1b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:00448 T:00000013ecb23e25 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00449 T:00000013ecb3048d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:00450 T:00000013ecb3ac81 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:00451 T:00000013ecb45919 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<869> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:00452 T:00000013ecb52fef M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:00453 T:00000013ecb9971d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00454 T:00000013ecba7015 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:00455 T:00000013ecbb2999 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:00456 T:00000013ecbbe8b9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00457 T:00000013ecbcc95f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00458 T:00000013ee9c32f9 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.VPSSM3.VFDC
    N:VPSS  P:2 #:00459 T:00000013ee9d6c95 M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:VPSS  P:2 #:00460 T:00000013ee9deefd M:xdc.runtime.Main S:LayerId: 2
    N:VPSS  P:2 #:00461 T:00000013ee9ec83f M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.VPSSM3.VFDC_Ctrl_2_2, priority 14
    N:VPSS  P:2 #:00462 T:00000013ee9f7955 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:00463 T:00000013eea017ff M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:00464 T:00000013eea0b105 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:00465 T:00000013eea7f18b M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:00466 T:00000013eea8ab9b M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:VPSS  P:2 #:00467 T:00000013eea93155 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:VPSS  P:2 #:00468 T:00000013eeaa21af M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:VPSS  P:2 #:00469 T:00000013eeaacbd0 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:VPSS  P:2 #:00470 T:00000013eeab7f41 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:VPSS  P:2 #:00471 T:00000013eeac2893 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:VPSS  P:2 #:00472 T:00000013eead07a7 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:VPSS  P:2 #:00473 T:00000013eeadc04b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:VPSS  P:2 #:00474 T:00000013eeae65c9 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:VPSS  P:2 #:00475 T:00000013eeaf0e27 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:VPSS  P:2 #:00476 T:00000013eeafb2cf M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:VPSS  P:2 #:00477 T:00000013eeb05d4b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:VPSS  P:2 #:00478 T:00000013eeb103a9 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:VPSS  P:2 #:00479 T:00000013eeb1b11f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:VPSS  P:2 #:00480 T:00000013eeb26033 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:VPSS  P:2 #:00481 T:00000013eeb322cb M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:00482 T:00000013eeb436cd M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:00483 T:00000013eeb4e55b M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 3
    N:VPSS  P:2 #:00484 T:00000013eeb55c81 M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.VPSSM3.VFDC, Layer:2
    N:VPSS  P:2 #:00485 T:00000013eeb5fb6f M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFDC In table OMX.TI.VPSSM3.VFCC idx 0
    N:VPSS  P:2 #:00486 T:00000013eeb6831d M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFDC In table OMX.TI.VPSSM3.VFDC idx 1
    N:VPSS  P:2 #:00487 T:00000013eeb706e9 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFDC found idx: 1
    N:VPSS  P:2 #:00488 T:00000013eeb79f89 M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.VPSSM3.VFDC, omxhandle 0x9f27b040
    N:VPSS  P:2 #:00489 T:00000013eebe0d11 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SetDefaultProperties> @line<1238>
    N:VPSS  P:2 #:00490 T:00000013eebee411 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:VPSS  P:2 #:00491 T:00000013eebf9625 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_ComponentInit> @line<133>
    N:VPSS  P:2 #:00492 T:00000013eec21577 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_InitializePorts> @line<115>
    N:VPSS  P:2 #:00493 T:00000013eed41787 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:VPSS  P:2 #:00494 T:00000013eeec1b01 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:VPSS  P:2 #:00495 T:00000013eeed7dd5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00496 T:00000013eeee170b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00497 T:00000013eeeed179 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00498 T:00000013eeef8223 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00499 T:00000013eef04033 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00500 T:00000013eef0d0a6 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00501 T:00000013eef1af63 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00502 T:00000013eef25e17 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00503 T:00000013eef317ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00504 T:00000013eef3a6d7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00505 T:00000013eef453e9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00506 T:00000013eef4fffb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00507 T:00000013eef5b17f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00508 T:00000013eef63e0f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00509 T:00000013eef6eb7d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00510 T:00000013eef79943 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00511 T:00000013eef8504b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00512 T:00000013eef8f779 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00513 T:00000013eef9a75f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00514 T:00000013eefa5425 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00515 T:00000013eefb0b09 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00516 T:00000013eefb9831 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00517 T:00000013eefc45c4 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00518 T:00000013eefcf209 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00519 T:00000013eefda2c7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00520 T:00000013eefe2f2d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00521 T:00000013eefedc13 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00522 T:00000013eeff8adf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00523 T:00000013ef0040db M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00524 T:00000013ef00ea3b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00525 T:00000013ef019c05 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00526 T:00000013ef0248c5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00527 T:00000013ef02fdb1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00528 T:00000013ef038967 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00529 T:00000013ef043687 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00530 T:00000013ef04e26b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00531 T:00000013ef059405 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00532 T:00000013ef061fa7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00533 T:00000013ef06d057 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00534 T:00000013ef077e47 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00535 T:00000013ef085081 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00536 T:00000013ef08e039 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00537 T:00000013ef098f77 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00538 T:00000013ef0a3b8d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00539 T:00000013ef0aee01 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00540 T:00000013ef0b7a4d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00541 T:00000013ef0c279f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00542 T:00000013ef0cd3e9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00543 T:00000013ef0d8445 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00544 T:00000013ef0e1076 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00545 T:00000013ef0ec07b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00546 T:00000013ef0f6d9f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00547 T:00000013ef103fdd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00548 T:00000013ef10cdad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00549 T:00000013ef117bef M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00550 T:00000013ef12288b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00551 T:00000013ef12dad7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00552 T:00000013ef1366fb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00553 T:00000013ef14153f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00554 T:00000013ef14c1c9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00555 T:00000013ef157311 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00556 T:00000013ef16011f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00557 T:00000013ef16b343 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00558 T:00000013ef177843 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00559 T:00000013ef183287 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00560 T:00000013ef18c045 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00561 T:00000013ef196d91 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00562 T:00000013ef1a19c9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00563 T:00000013ef1acc3d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00564 T:00000013ef1b58bd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00565 T:00000013ef1c05e7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00566 T:00000013ef1cb20d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00567 T:00000013ef1d62a5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00568 T:00000013ef1df20b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00569 T:00000013ef1ea17e M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00570 T:00000013ef1f668f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00571 T:00000013ef202041 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:00572 T:00000013ef20af22 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:00573 T:00000013ef215ce3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:00574 T:00000013ef2208b5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:00575 T:00000013efcd93bb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SetCallbacks> @line<267>
    N:VPSS  P:2 #:00576 T:00000013efce5bcf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:VPSS  P:2 #:00577 T:00000013efcf1aa9 M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:VPSS  P:2 #:00578 T:00000013efcf88b9 M:xdc.runtime.Main S:Registering the component OMX.TI.VPSSM3.VFDC with TunnelMgr
    N:VPSS  P:2 #:00579 T:00000013efd008df M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9f27b040, 0x9f7074d4)
    N:VPSS  P:2 #:00580 T:00000013efd0ff23 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9f2763d0, OmxRpcRcmServer_OMX.TI.VPSSM3.VFDC_Cb_3_3, 5)
    N:VPSS  P:2 #:00581 T:00000013efd1ab53 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:00582 T:00000013efd24793 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:00583 T:00000013efd2dbe5 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:00584 T:00000013efdb92eb M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:00585 T:00000013efdc6a4b M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:VPSS  P:2 #:00586 T:00000013efe01c7d M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:VPSS  P:2 #:00587 T:00000013efe318c7 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:VPSS  P:2 #:00588 T:00000013efe65b85 M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.VPSSM3.VFDC_Ctrl_2_2>
    N:VPSS  P:2 #:00589 T:00000013efe753e7 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.VPSSM3.VFDC_Ctrl_2_2.Exiting..
    N:VPSS  P:2 #:00590 T:00000013f0ff1a81 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.VPSSM3.CTRL.DC
    N:VPSS  P:2 #:00591 T:00000013f1004447 M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:VPSS  P:2 #:00592 T:00000013f100cc3d M:xdc.runtime.Main S:LayerId: 2
    N:VPSS  P:2 #:00593 T:00000013f101a349 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.VPSSM3.CTRL.DC_Ctrl_2_3, priority 14
    N:VPSS  P:2 #:00594 T:00000013f1024fe0 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:00595 T:00000013f102ead3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:00596 T:00000013f103817f M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:00597 T:00000013f10ac101 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:00598 T:00000013f10b7c11 M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:VPSS  P:2 #:00599 T:00000013f10c0169 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:VPSS  P:2 #:00600 T:00000013f10ce979 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:VPSS  P:2 #:00601 T:00000013f10d982b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:VPSS  P:2 #:00602 T:00000013f10e4883 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:VPSS  P:2 #:00603 T:00000013f10f1a39 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:VPSS  P:2 #:00604 T:00000013f10fd5d3 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:VPSS  P:2 #:00605 T:00000013f1108109 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:VPSS  P:2 #:00606 T:00000013f1112457 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:VPSS  P:2 #:00607 T:00000013f111cc19 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:VPSS  P:2 #:00608 T:00000013f1126e97 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:VPSS  P:2 #:00609 T:00000013f11315cb M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:VPSS  P:2 #:00610 T:00000013f113bb19 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:VPSS  P:2 #:00611 T:00000013f1146701 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:VPSS  P:2 #:00612 T:00000013f115143f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:VPSS  P:2 #:00613 T:00000013f115d9af M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:00614 T:00000013f116f35f M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:00615 T:00000013f117a2a3 M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 4
    N:VPSS  P:2 #:00616 T:00000013f11819e9 M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.VPSSM3.CTRL.DC, Layer:2
    N:VPSS  P:2 #:00617 T:00000013f118b7f3 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFCC idx 0
    N:VPSS  P:2 #:00618 T:00000013f1194005 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFDC idx 1
    N:VPSS  P:2 #:00619 T:00000013f11b9633 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFPC.DEIHDUALOUT idx 2
    N:VPSS  P:2 #:00620 T:00000013f11c3e89 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFPC.DEIMDUALOUT idx 3
    N:VPSS  P:2 #:00621 T:00000013f11ccdb9 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFPC.NF idx 4
    N:VPSS  P:2 #:00622 T:00000013f11d5c81 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFPC.INDTXSCWB idx 5
    N:VPSS  P:2 #:00623 T:00000013f11dec8d M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.CTRL.TVP idx 6
    N:VPSS  P:2 #:00624 T:00000013f11eae11 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.CTRL.DC idx 7
    N:VPSS  P:2 #:00625 T:00000013f11f3a99 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC found idx: 7
    N:VPSS  P:2 #:00626 T:00000013f11fe48d M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.VPSSM3.CTRL.DC, omxhandle 0x9f2a38b0
    N:VPSS  P:2 #:00627 T:00000013f1216737 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_SetDefaultProperties> @line<1238>
    N:VPSS  P:2 #:00628 T:00000013f1220ae1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:VPSS  P:2 #:00629 T:00000013f122f46d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_ComponentInit> @line<133>
    N:VPSS  P:2 #:00630 T:00000013f1257ba3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_InitializePorts> @line<115>
    N:VPSS  P:2 #:00631 T:00000013f126a027 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:VPSS  P:2 #:00632 T:00000013f12c7c51 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:VPSS  P:2 #:00633 T:00000013f132eca3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_SetCallbacks> @line<267>
    N:VPSS  P:2 #:00634 T:00000013f1339203 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:VPSS  P:2 #:00635 T:00000013f1343acd M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:VPSS  P:2 #:00636 T:00000013f134a76d M:xdc.runtime.Main S:Registering the component OMX.TI.VPSSM3.CTRL.DC with TunnelMgr
    N:VPSS  P:2 #:00637 T:00000013f1355615 M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9f2a38b0, 0x9f7074d4)
    N:VPSS  P:2 #:00638 T:00000013f1365e0f M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9f29ec40, OmxRpcRcmServer_OMX.TI.VPSSM3.CTRL.DC_Cb_3_4, 5)
    N:VPSS  P:2 #:00639 T:00000013f1370ecd M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:00640 T:00000013f137ad89 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:00641 T:00000013f1384717 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:00642 T:00000013f14175b6 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:00643 T:00000013f142585b M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:VPSS  P:2 #:00644 T:00000013f145af21 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:VPSS  P:2 #:00645 T:00000013f148d629 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:VPSS  P:2 #:00646 T:00000013f14ce287 M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.VPSSM3.CTRL.DC_Ctrl_2_3>
    N:VPSS  P:2 #:00647 T:00000013f14de08f M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.VPSSM3.CTRL.DC_Ctrl_2_3.Exiting..
    N:VPSS  P:2 #:00648 T:00000013f211b3c5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_GetParameter> @line<695>
    N:VPSS  P:2 #:00649 T:00000013f212aa39 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:00650 T:00000013f21631af M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SetParameter> @line<890>
    N:VPSS  P:2 #:00651 T:00000013f216e99b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:VPSS  P:2 #:00652 T:00000013f222a82f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SetParameter> @line<890>
    N:VPSS  P:2 #:00653 T:00000013f2236e89 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:VPSS  P:2 #:00654 T:00000013f22630b7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:00655 T:00000013f22723f7 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandPortEnable, nParam1: 0
    N:VPSS  P:2 #:00656 T:00000013f227ec9b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:00657 T:00000013f22998cd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00658 T:00000013f22a71b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:00659 T:00000013f22b0e8d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdEvent> @line<631> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:00660 T:00000013f22bbe91 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_EnablePort> @line<777>
    N:VPSS  P:2 #:00661 T:00000013f22c4f41 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_EnablePort> @line<815> with error<0:ErrorNone>
    N:VPSS  P:2 #:00662 T:00000013f22d01d9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:00663 T:00000013f22d9c3b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_CB_ReturnEventNotify> @line<121> msg<Notify client for port enable>
    N:VPSS  P:2 #:00664 T:00000013f22e50a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:00665 T:00000013f22ef5b1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:00666 T:00000013f22fa5c5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00667 T:00000013f2305a37 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:00668 T:00000013f23117e1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:00669 T:00000013f231b409 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<869> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:00670 T:00000013f23268b1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:00671 T:00000013f2389b61 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:00672 T:00000013f239a1dd M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:VPSS  P:2 #:00673 T:00000013f23a7b05 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:00674 T:00000013f23c5861 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00675 T:00000013f23d16c9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:00677 T:00000013f23eee63 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:00678 T:00000013f240eccf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Init> @line<120>
    N:VPSS  P:2 #:00679 T:00000013f24183f3 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9f1f2fb8, 0, OMX.DIO.NONTUNNEL, 0x9f1f297c)
    N:VPSS  P:2 #:00680 T:00000013f2429089 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00681 T:00000013f2433483 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Open> @line<252>
    N:VPSS  P:2 #:00682 T:00000013f2519351 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:VPSS  P:2 #:00676 T:00000013f23dc8c9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:00684 T:00000013f254fea7 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:00683 T:00000013f253e5fd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00685 T:00000013f2584bbd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00686 T:00000013f2593343 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00687 T:00000013f259f4e5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:00688 T:00000013f25a8ab9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00689 T:00000013f25b396f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:00690 T:00000013f25bd6b7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<_OMX_BASE_HandleStateTransition> @line<339> msg<Loaded to Idle Transition>
    N:VPSS  P:2 #:00691 T:00000013f2604f47 M:xdc.runtime.Main S: OMX_VFCC_DriverCreate - set storage fmt fieldMerged:0 bufferFmt:FRAME
    N:VPSS  P:2 #:00692 T:00000013f2613ffb M:xdc.runtime.Main S: OMX_VFCC_DriverCreate - DONE !!!
    N:VPSS  P:2 #:00693 T:00000013f261b847 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:00694 T:00000013f26257c7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:00695 T:00000013f263157f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:00696 T:00000013f263c39b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:00697 T:00000013f2646d2d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:00698 T:00000013f2651eeb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00699 T:00000013f265db09 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:00700 T:00000013f266a711 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:00701 T:00000013f267465f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00702 T:00000013f267fedb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:00703 T:00000013f2689d45 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<_OMX_BASE_HandleStateTransitionComplete> @line<535> msg<Loaded to Idle Transition>
    N:VPSS  P:2 #:00704 T:00000013f2696143 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_RestoreDioGroupInfo> @line<1398>
    N:VPSS  P:2 #:00705 T:00000013f26a09f9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_RestoreDioGroupInfo> @line<1453> with error<0:ErrorNone>
    N:VPSS  P:2 #:00706 T:00000013f26abc35 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:00707 T:00000013f26b6f21 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:00708 T:00000013f27ab0a7 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:00709 T:00000013f27f0061 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:00710 T:00000013f2a6b6e1 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:00711 T:00000013f2ab01e3 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:00712 T:00000013f2b17aed M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:00713 T:00000013f2b2bb7b M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:VPSS  P:2 #:00714 T:00000013f2b39d7d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:00715 T:00000013f2b5876b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00717 T:00000013f2b7561d M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:00718 T:00000013f2b7ea7f M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[0] UseThisBufferDJDBG
    N:VPSS  P:2 #:00719 T:00000013f2b9977d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Init> @line<120>
    N:VPSS  P:2 #:00720 T:00000013f2ba5d25 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9f24da98, 0, OMX.DIO.NONTUNNEL, 0x9f24d468)
    N:VPSS  P:2 #:00721 T:00000013f2bb78e9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00722 T:00000013f2bc2f5f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Open> @line<252>
    N:VPSS  P:2 #:00723 T:00000013f2bf72ab M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:VPSS  P:2 #:00716 T:00000013f2b6462f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:00724 T:00000013f2c2d437 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:00725 T:00000013f2c367d9 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[1] UseThisBufferDJDBG
    N:VPSS  P:2 #:00727 T:00000013f2c9122d M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:00728 T:00000013f2c9d103 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[2] UseThisBufferDJDBG
    N:VPSS  P:2 #:00726 T:00000013f2c7717b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:00730 T:00000013f2cdbd73 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:00731 T:00000013f2ce4c01 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[3] UseThisBufferDJDBG
    N:VPSS  P:2 #:00729 T:00000013f2cc5d19 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00733 T:00000013f2d26a6d M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:00734 T:00000013f2d2f7f3 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[4] UseThisBufferDJDBG
    N:VPSS  P:2 #:00732 T:00000013f2d0c057 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00735 T:00000013f2d59e47 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00736 T:00000013f2d75d5f M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:00737 T:00000013f2d7f639 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[5] UseThisBufferDJDBG
    N:VPSS  P:2 #:00738 T:00000013f2da9a4f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:00739 T:00000013f2db523b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00740 T:00000013f2dc05bd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:00741 T:00000013f2dca92d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<_OMX_BASE_HandleStateTransition> @line<339> msg<Loaded to Idle Transition>
    N:VPSS  P:2 #:00742 T:00000013f2ed2325 M:xdc.runtime.Main S:M2M Driver DEI-DualOut Opened!!
    N:Video P:1 #:00110 T:00000013f347bf67 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:00743 T:00000013f2edc4c5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00111 T:00000013f348d2d3 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:VPSS  P:2 #:00744 T:00000013f2ee7233 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00112 T:00000013f349e2ad M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:00745 T:00000013f2ef424b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00113 T:00000013f34b9d65 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00746 T:00000013f2f032bb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:Video P:1 #:00115 T:00000013f34d89db M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:00747 T:00000013f2f0ef39 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00116 T:00000013f34e2a27 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[0] UseThisBufferDJDBG
    N:VPSS  P:2 #:00748 T:00000013f2f1a61b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00117 T:00000013f34fdfeb M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Init> @line<120>
    N:VPSS  P:2 #:00749 T:00000013f2f272c7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00118 T:00000013f3507d3f M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9dd2ee70, 0, OMX.DIO.NONTUNNEL, 0x9dd2e800)
    N:VPSS  P:2 #:00750 T:00000013f2f31b0d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00119 T:00000013f351bdf1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00751 T:00000013f2f3b845 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00120 T:00000013f3526419 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Open> @line<252>
    N:VPSS  P:2 #:00752 T:00000013f2f47855 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:Video P:1 #:00121 T:00000013f355bbcd M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:VPSS  P:2 #:00753 T:00000013f2f52065 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<_OMX_BASE_HandleStateTransitionComplete> @line<535> msg<Loaded to Idle Transition>
    N:Video P:1 #:00114 T:00000013f34c8409 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:00754 T:00000013f2f5fddb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_RestoreDioGroupInfo> @line<1398>
    N:Video P:1 #:00122 T:00000013f3580bc5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00755 T:00000013f2f6af3d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_RestoreDioGroupInfo> @line<1453> with error<0:ErrorNone>
    N:Video P:1 #:00123 T:00000013f358b58d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:00756 T:00000013f2f79915 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:Video P:1 #:00124 T:00000013f3598dc9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransition> @line<339> msg<Loaded to Idle Transition>
    N:VPSS  P:2 #:00757 T:00000013f2f85b29 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00125 T:00000013f35a82e7 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3614::VENC->Loaded to Idle Transition Begin
    N:VPSS  P:2 #:00758 T:00000013f2ffc29d M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00126 T:00000013f35b24f9 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3618::VENC->Before VIDENC2_Create
    N:VPSS  P:2 #:00759 T:00000013f301a19d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Init> @line<120>
    N:Video P:1 #:00127 T:00000013f35bb177 M:xdc.runtime.Main S:Calling VIDENC2_create for ivahd_h264enc_0
    N:VPSS  P:2 #:00760 T:00000013f30247c3 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9f24da98, 16, OMX.DIO.NONTUNNEL, 0x9f24d45c)
    N:Video P:1 #:00128 T:00000013f36802e5 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:00761 T:00000013f3035975 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:Video P:1 #:00129 T:00000013f368e0bd M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 32896 sizeDim1 = 0 alignment = 32
    N:VPSS  P:2 #:00762 T:00000013f3040949 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Open> @line<252>
    N:Video P:1 #:00130 T:00000013f36a1ea9 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:00763 T:00000013f310f6e1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:Video P:1 #:00131 T:00000013f36aa31b M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 18240 sizeDim1 = 0 alignment = 32
    N:VPSS  P:2 #:00764 T:00000013f3149669 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00132 T:00000013f36b9811 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:00765 T:00000013f318ed41 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00133 T:00000013f36c162d M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 2960 sizeDim1 = 0 alignment = 32
    N:VPSS  P:2 #:00766 T:00000013f31cdb61 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00134 T:00000013f36d0a8b M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:00767 T:00000013f320da43 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00135 T:00000013f36d8ac1 M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 36 sizeDim1 = 0 alignment = 32
    N:VPSS  P:2 #:00768 T:00000013f325a413 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00136 T:00000013f36e7f63 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:00769 T:00000013f32756f9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Init> @line<120>
    N:Video P:1 #:00137 T:00000013f36effed M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 2 sizeDim0 = 1408 sizeDim1 = 784 alignment = 32
    N:VPSS  P:2 #:00770 T:00000013f327eef7 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9f24da98, 17, OMX.DIO.NONTUNNEL, 0x9f24d45c)
    N:Video P:1 #:00138 T:00000013f3702cdd M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:00771 T:00000013f328f9c7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:Video P:1 #:00139 T:00000013f370b191 M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 3 sizeDim0 = 1408 sizeDim1 = 392 alignment = 32
    N:VPSS  P:2 #:00772 T:00000013f329a4a9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Open> @line<252>
    N:Video P:1 #:00140 T:00000013f371cb85 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:00773 T:00000013f3350b35 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:Video P:1 #:00141 T:00000013f372528d M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 2 sizeDim0 = 1408 sizeDim1 = 784 alignment = 32
    N:VPSS  P:2 #:00774 T:00000013f338f5ef M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00142 T:00000013f37354cf M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:00775 T:00000013f33d36f1 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00144 T:00000013f3755805 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:00776 T:00000013f3412ef9 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00145 T:00000013f375ff8b M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[1] UseThisBufferDJDBG
    N:VPSS  P:2 #:00777 T:00000013f346f285 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00143 T:00000013f373d3ef M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 3 sizeDim0 = 1408 sizeDim1 = 392 alignment = 32
    N:VPSS  P:2 #:00778 T:00000013f347dc53 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00146 T:00000013f37a5f79 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:00779 T:00000013f348a1e9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00147 T:00000013f37b1695 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[2] UseThisBufferDJDBG
    N:VPSS  P:2 #:00780 T:00000013f3495ea7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00148 T:00000013f37f2e0b M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:00781 T:00000013f34a1c17 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00149 T:00000013f37fe211 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[3] UseThisBufferDJDBG
    N:VPSS  P:2 #:00782 T:00000013f3cf43e7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00150 T:00000013f38321a7 M:xdc.runtime.Main S:VIDENC2_control(XDM_GETSTATUS) after VIDENC2_create returned errorcode = 0x0
    N:VPSS  P:2 #:00783 T:00000013f3d0564f M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:Video P:1 #:00151 T:00000013f386764b M:xdc.runtime.Main S:VIDENC2_control(XDM_GETSTATUS) returned errorcode = 0x0
    N:VPSS  P:2 #:00784 T:00000013f3d13b6f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00152 T:00000013f38741f1 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3633::VENC->VIDENC2_Create Successful
    N:VPSS  P:2 #:00785 T:00000013f3d2de03 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00153 T:00000013f387d753 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3665::VENC->Before IvaServer_registerInstance
    N:VPSS  P:2 #:00786 T:00000013f3d3c1c3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00154 T:00000013f388c70b M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 665::Width 1280::Height 720::Resolution 3
    N:VPSS  P:2 #:00787 T:00000013f3d49c7d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00155 T:00000013f389903b M:xdc.runtime.Main S:IvaScheduler_asssignStaticResource::Line 356::CodecId 0::Allocated IVAHD 1::Estimated IVAHD Load of Codec(MHz) 120::Total IVAHD load(MHz) 120
    N:VPSS  P:2 #:00788 T:00000013f3d54d9b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:Video P:1 #:00156 T:00000013f38a6509 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 816::Scheduling Scheme 0
    N:VPSS  P:2 #:00789 T:00000013f3d5e3f9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<_OMX_BASE_HandleStateTransition> @line<339> msg<Loaded to Idle Transition>
    N:Video P:1 #:00157 T:00000013f38ae537 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 818::Number of IVAHDs 3
    N:VPSS  P:2 #:00790 T:00000013f3d8d1eb M:xdc.runtime.Main S:Display Controller Path configured for 0!!
    N:Video P:1 #:00158 T:00000013f38b6635 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 820::Number of registered channels 1
    N:Video P:1 #:00159 T:00000013f38bf291 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 825::IVAHD Queue 0::Number of channels 0
    N:VPSS  P:2 #:00791 T:00000013f3d9586f M:xdc.runtime.Main S: Display Controller Driver Create - DONE !!!
    N:Video P:1 #:00160 T:00000013f38c81b4 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 827::IVAHD Queue 0::Number of frames 0
    N:VPSS  P:2 #:00792 T:00000013f3d9d22d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00161 T:00000013f38d0fdd M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 829::IVAHD Queue 0::Number of commands 0
    N:VPSS  P:2 #:00793 T:00000013f3da6cd3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00162 T:00000013f38d9da7 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 831::IVAHD Queue 0::Last Codec Id 0
    N:VPSS  P:2 #:00794 T:00000013f3db3b33 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00163 T:00000013f38e2aab M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 833::IVAHD Queue 0::Load(MHz) 0
    N:VPSS  P:2 #:00795 T:00000013f3dbe28d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:Video P:1 #:00164 T:00000013f38ed3c7 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 825::IVAHD Queue 1::Number of channels 1
    N:VPSS  P:2 #:00796 T:00000013f3dcbd9d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00165 T:00000013f38f62f1 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 827::IVAHD Queue 1::Number of frames 0
    N:VPSS  P:2 #:00797 T:00000013f3dd69df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00166 T:00000013f38ff221 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 829::IVAHD Queue 1::Number of commands 0
    N:VPSS  P:2 #:00798 T:00000013f3de26d1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00167 T:00000013f3908115 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 831::IVAHD Queue 1::Last Codec Id 0
    N:VPSS  P:2 #:00799 T:00000013f3dec2ef M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00168 T:00000013f39106eb M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 833::IVAHD Queue 1::Load(MHz) 120
    N:VPSS  P:2 #:00800 T:00000013f3df60bf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00169 T:00000013f3918cb1 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 825::IVAHD Queue 2::Number of channels 0
    N:VPSS  P:2 #:00801 T:00000013f3e00e09 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:Video P:1 #:00170 T:00000013f39217c3 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 827::IVAHD Queue 2::Number of frames 0
    N:VPSS  P:2 #:00802 T:00000013f3e0ad01 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<_OMX_BASE_HandleStateTransitionComplete> @line<535> msg<Loaded to Idle Transition>
    N:Video P:1 #:00171 T:00000013f392a421 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 829::IVAHD Queue 2::Number of commands 0
    N:VPSS  P:2 #:00803 T:00000013f3e15c7d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_RestoreDioGroupInfo> @line<1398>
    N:Video P:1 #:00172 T:00000013f3932f2f M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 831::IVAHD Queue 2::Last Codec Id 0
    N:VPSS  P:2 #:00804 T:00000013f3e41593 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_RestoreDioGroupInfo> @line<1453> with error<0:ErrorNone>
    N:Video P:1 #:00173 T:00000013f393b959 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 833::IVAHD Queue 2::Load(MHz) 0
    N:VPSS  P:2 #:00805 T:00000013f3e4deff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:Video P:1 #:00174 T:00000013f3944e7b M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3673::VENC->IvaServer_registerInstance Successful
    N:VPSS  P:2 #:00806 T:00000013f3e5945d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00175 T:00000013f3952899 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3745::VENC->Loaded to Idle Transition End
    N:VPSS  P:2 #:00807 T:00000013f3fbb41f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00176 T:00000013f395c409 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 4038::VENC->Before OMX_EventCmdComplete Notify
    N:VPSS  P:2 #:00808 T:00000013f3fcb9af M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:Video P:1 #:00177 T:00000013f39676e3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:00809 T:00000013f3fd8e7b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00178 T:00000013f3970bd3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:00810 T:00000013f3ff57d3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00179 T:00000013f397d341 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:00812 T:00000013f4014027 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00180 T:00000013f3987f99 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 4044::VENC->OMX_EventCmdComplete Notify Done
    N:VPSS  P:2 #:00813 T:00000013f401dd19 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[0] UseThisBufferDJDBG
    N:Video P:1 #:00181 T:00000013f39938d7 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:00814 T:00000013f403b665 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Init> @line<120>
    N:Video P:1 #:00182 T:00000013f399e543 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:00815 T:00000013f4044971 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9f27b040, 0, OMX.DIO.NONTUNNEL, 0x9f27aa10)
    N:Video P:1 #:00183 T:00000013f39a9427 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00816 T:00000013f4055595 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:Video P:1 #:00184 T:00000013f39b4c63 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:00817 T:00000013f405f749 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Open> @line<252>
    N:Video P:1 #:00185 T:00000013f39be421 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:00818 T:00000013f4091733 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:Video P:1 #:00186 T:00000013f39c7a79 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00811 T:00000013f40017d9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00187 T:00000013f39d2e43 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:00820 T:00000013f40d0c93 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00188 T:00000013f39df139 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransitionComplete> @line<535> msg<Loaded to Idle Transition>
    N:VPSS  P:2 #:00821 T:00000013f40d98b7 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[1] UseThisBufferDJDBG
    N:Video P:1 #:00189 T:00000013f39eb03f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_RestoreDioGroupInfo> @line<1398>
    N:VPSS  P:2 #:00819 T:00000013f40b941d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00190 T:00000013f39f550d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_RestoreDioGroupInfo> @line<1453> with error<0:ErrorNone>
    N:VPSS  P:2 #:00822 T:00000013f4100d65 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00191 T:00000013f3a002b9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:00823 T:00000013f411d755 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00192 T:00000013f3a0b869 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:00824 T:00000013f4126915 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[2] UseThisBufferDJDBG
    N:Video P:1 #:00193 T:00000013f3aeb19d M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:00825 T:00000013f414c03b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00194 T:00000013f3b09255 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Init> @line<120>
    N:VPSS  P:2 #:00826 T:00000013f4164feb M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00195 T:00000013f3b12f49 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9dd2ee70, 1, OMX.DIO.NONTUNNEL, 0x9dd2e804)
    N:VPSS  P:2 #:00827 T:00000013f416d80b M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[3] UseThisBufferDJDBG
    N:Video P:1 #:00196 T:00000013f3b23b43 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00829 T:00000013f41aa031 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00197 T:00000013f3b2db75 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Open> @line<252>
    N:VPSS  P:2 #:00830 T:00000013f41b2e0d M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[4] UseThisBufferDJDBG
    N:Video P:1 #:00198 T:00000013f3bd654d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:VPSS  P:2 #:00828 T:00000013f4198701 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00199 T:00000013f3c0f4a7 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:00831 T:00000013f41e2b35 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00200 T:00000013f3c4c7bf M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:00832 T:00000013f41ec73d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00201 T:00000013f3c893a7 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:00833 T:00000013f41f787d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:Video P:1 #:00202 T:00000013f3ce448d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00834 T:00000013f42012c7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<_OMX_BASE_HandleStateTransition> @line<339> msg<Loaded to Idle Transition>
    N:Video P:1 #:00203 T:00000013f3cf2861 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:00835 T:00000013f4238d89 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00204 T:00000013f3cfec43 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:00836 T:00000013f424460d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00205 T:00000013f3d0a0e1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00837 T:00000013f42501f9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00206 T:00000013f3d1562f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00838 T:00000013f425ae19 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:00839 T:00000013f42654c9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:00840 T:00000013f42704c5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00841 T:00000013f427be29 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:00842 T:00000013f428abe3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:00843 T:00000013f4294c17 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00844 T:00000013f429ffe9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:00845 T:00000013f42a9a37 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<_OMX_BASE_HandleStateTransitionComplete> @line<535> msg<Loaded to Idle Transition>
    N:VPSS  P:2 #:00846 T:00000013f42b5f19 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_RestoreDioGroupInfo> @line<1398>
    N:VPSS  P:2 #:00847 T:00000013f42c000d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_RestoreDioGroupInfo> @line<1453> with error<0:ErrorNone>
    N:VPSS  P:2 #:00848 T:00000013f42cb289 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:00849 T:00000013f42d65f3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:00850 T:00000013f44fd5db M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:00851 T:00000013f450e375 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 3
    N:VPSS  P:2 #:00852 T:00000013f451b911 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:00853 T:00000013f4536535 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00854 T:00000013f45420f9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:00855 T:00000013f454d5f1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:00856 T:00000013f4558db5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00857 T:00000013f4566679 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00858 T:00000013f45751eb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00859 T:00000013f4581b99 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:00860 T:00000013f458b1b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00861 T:00000013f4595939 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:00862 T:00000013f459f411 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<_OMX_BASE_HandleStateTransition> @line<376> msg<Idle to Executing Transition>
    N:VPSS  P:2 #:00863 T:00000013f45aafb3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:00864 T:00000013f45b4785 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:00865 T:00000013f45c0251 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:00866 T:00000013f45ca95b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:00867 T:00000013f45d5157 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:00868 T:00000013f45e1f95 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00869 T:00000013f45ed70b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:00870 T:00000013f45f7377 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:00871 T:00000013f4600d3f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00872 T:00000013f460bb5b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:00873 T:00000013f4615fd3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<_OMX_BASE_HandleStateTransitionComplete> @line<614> msg<Idle to Executing Transition>
    N:VPSS  P:2 #:00874 T:00000013f46211fb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:00875 T:00000013f462bee9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:00876 T:00000013f466d315 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:00877 T:00000013f467d4e7 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 3
    N:VPSS  P:2 #:00878 T:00000013f468a0cb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:00879 T:00000013f46aacf3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00880 T:00000013f46b70d9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:00881 T:00000013f46c28df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:00882 T:00000013f46cda49 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00883 T:00000013f46db977 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00884 T:00000013f46e99cb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00885 T:00000013f46f5e77 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:00886 T:00000013f46ff5d3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00887 T:00000013f472760b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:00888 T:00000013f47318c3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<_OMX_BASE_HandleStateTransition> @line<376> msg<Idle to Executing Transition>
    N:VPSS  P:2 #:00889 T:00000013f47830cd M:xdc.runtime.Main S:Mosaic configuration DONE!!
    N:Video P:1 #:00207 T:00000013f6ba961d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:00890 T:00000013f6acc897 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00208 T:00000013f6bbaaa3 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 3
    N:VPSS  P:2 #:00891 T:00000013f6ad7d4d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00209 T:00000013f6bc855d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:00892 T:00000013f6ae3ebf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00210 T:00000013f6be32c5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00893 T:00000013f6aee5ab M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:Video P:1 #:00211 T:00000013f6bf6b15 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:00894 T:00000013f6af97db M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00212 T:00000013f6c0208d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00895 T:00000013f6b0423b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00213 T:00000013f6c0d7f5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:00896 T:00000013f6b13a7d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00214 T:00000013f6c17ef1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransition> @line<376> msg<Idle to Executing Transition>
    N:VPSS  P:2 #:00897 T:00000013f6b1da83 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00215 T:00000013f6c28c81 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3756::VENC->Idle to Executing Transition Begin
    N:VPSS  P:2 #:00898 T:00000013f6b2724f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00216 T:00000013f6c33a93 M:xdc.runtime.Main S:_OMX_TI_VIDENC_EnablePeriodicDataProcess::Line 5644::VENC->Enabled Notification based data processing
    N:VPSS  P:2 #:00899 T:00000013f6b32183 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:Video P:1 #:00217 T:00000013f6c3da2b M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3773::VENC->Idle to Executing Transition End
    N:VPSS  P:2 #:00900 T:00000013f6b3c6a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<_OMX_BASE_HandleStateTransitionComplete> @line<614> msg<Idle to Executing Transition>
    N:Video P:1 #:00218 T:00000013f6c4690f M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 4038::VENC->Before OMX_EventCmdComplete Notify
    N:VPSS  P:2 #:00901 T:00000013f6b47621 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:Video P:1 #:00219 T:00000013f6c4ff15 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:00902 T:00000013f6b5279f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00220 T:00000013f6c59253 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:00903 T:00000013f6b94f5f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Control> @line<455>
    N:Video P:1 #:00221 T:00000013f6c694e7 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:00904 T:00000013f6bb3df9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:Video P:1 #:00222 T:00000013f6c743bb M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 4044::VENC->OMX_EventCmdComplete Notify Done
    N:VPSS  P:2 #:00905 T:00000013f6bc1833 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00223 T:00000013f6c80cdf M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:00906 T:00000013f6bcd73d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00224 T:00000013f6c8bc95 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:00907 T:00000013f6bda7c7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00225 T:00000013f6c969ff M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00908 T:00000013f6bf977f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00226 T:00000013f6ca270d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:00909 T:00000013f6c0a8cf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00227 T:00000013f6cac22f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:00910 T:00000013f6d2e459 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00228 T:00000013f6cb5a83 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00911 T:00000013f6d3fc55 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 3
    N:Video P:1 #:00229 T:00000013f6cc0e4d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:00912 T:00000013f6d4e551 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00230 T:00000013f6ccad15 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransitionComplete> @line<614> msg<Idle to Executing Transition>
    N:VPSS  P:2 #:00913 T:00000013f6d6aae9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00231 T:00000013f6cd62e3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:00914 T:00000013f6d7e067 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00232 T:00000013f6ce2e59 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:00915 T:00000013f6d88cf1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00233 T:00000013f6d1eeab M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:00916 T:00000013f6d9451b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:Video P:1 #:00234 T:00000013f6d3dd63 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:00917 T:00000013f6d9f797 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<_OMX_BASE_HandleStateTransition> @line<376> msg<Idle to Executing Transition>
    N:Video P:1 #:00235 T:00000013f6d49beb M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:00918 T:00000013f6de2741 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00236 T:00000013f6d681b1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:00919 T:00000013f6df1d7f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00237 T:00000013f6d74e85 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00920 T:00000013f6dfecf9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00238 T:00000013f6d80ecd M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:00921 T:00000013f6e0a9f9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:Video P:1 #:00239 T:00000013f6d8cbc3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:00922 T:00000013f6e16019 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00240 T:00000013f6d9866f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00923 T:00000013f6e2143b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00241 T:00000013f6da3aed M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00924 T:00000013f6e2df67 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00242 T:00000013f76c0b35 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_GetParameter> @line<695>
    N:VPSS  P:2 #:00925 T:00000013f6e3826b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00243 T:00000013f76cf987 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:00926 T:00000013f6e42335 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00927 T:00000013f6e4e091 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:00928 T:00000013f6e58ffa M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<_OMX_BASE_HandleStateTransitionComplete> @line<614> msg<Idle to Executing Transition>
    N:VPSS  P:2 #:00929 T:00000013f6e6757f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:00930 T:00000013f6e737b1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:00931 T:00000013f6eb5045 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:00932 T:00000013f6ec5973 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 3
    N:VPSS  P:2 #:00933 T:00000013f6ed3609 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:00934 T:00000013f6ef8491 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:00935 T:00000013f6f153e9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:00936 T:00000013f6f21963 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:00937 T:00000013f6f387b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:00938 T:00000013f6f438fd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:00939 T:00000013f6f5ed32 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:00940 T:00000013f6f6b9bf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:00941 T:00000013f6f779b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:00942 T:00000013f6f83c9d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:00943 T:00000013f6f8f813 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00944 T:00000013f6f9a531 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00945 T:00000013f6faa31b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:00946 T:00000013f6fb6a09 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:00947 T:00000013f6fc033b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00948 T:00000013f6fcc255 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:00949 T:00000013f6fd8c31 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<_OMX_BASE_HandleStateTransition> @line<376> msg<Idle to Executing Transition>
    N:VPSS  P:2 #:00950 T:00000013f6fe5c23 M:xdc.runtime.Main S:Starting Capture Driver
    N:VPSS  P:2 #:00951 T:00000013f6fed78b M:xdc.runtime.Main S:RESET Count:: 1 , curTime:: 170995
    N:VPSS  P:2 #:00952 T:00000013f6ff5023 M:xdc.runtime.Main S:VFCC VIP Id:0
    N:VPSS  P:2 #:00953 T:00000013f73cfbe7 M:xdc.runtime.Main S:RESET Count:: 1 , curTime:: 171003
    N:VPSS  P:2 #:00954 T:00000013f73da489 M:xdc.runtime.Main S:Capture Driver Started!!
    N:VPSS  P:2 #:00955 T:00000013f73e5701 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00956 T:00000013f73ee327 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00957 T:00000013f73f7243 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00958 T:00000013f73ffd6b M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00959 T:00000013f7409441 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00960 T:00000013f7412a27 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00961 T:00000013f741bab9 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00962 T:00000013f74329c9 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00963 T:00000013f743be91 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00964 T:00000013f744494d M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00965 T:00000013f744dc6b M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00966 T:00000013f7456641 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00967 T:00000013f745fbd5 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00968 T:00000013f74684ff M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00969 T:00000013f7471675 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00970 T:00000013f7479fdf M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00971 T:00000013f74834d1 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00972 T:00000013f748c653 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00973 T:00000013f7495399 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00974 T:00000013f74b38d7 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00975 T:00000013f74bc88f M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00976 T:00000013f74c58d1 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00977 T:00000013f74ce39d M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00978 T:00000013f74d70d1 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00979 T:00000013f74dfc93 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00980 T:00000013f74e8d65 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00981 T:00000013f74f18b7 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00982 T:00000013f74fa88f M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00983 T:00000013f7503cc3 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00984 T:00000013f750d020 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00985 T:00000013f752132b M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00986 T:00000013f752a581 M:xdc.runtime.Main S:Priming the buffers to the Capture Driver
    N:VPSS  P:2 #:00987 T:00000013f753217d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:00988 T:00000013f754f8c9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:00989 T:00000013f755d139 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:00990 T:00000013f7568113 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:00991 T:00000013f75730e7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:00992 T:00000013f757e21b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:00993 T:00000013f759dd31 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:00994 T:00000013f75a8f49 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:00995 T:00000013f75b2d97 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:00996 T:00000013f75be03b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:00997 T:00000013f75c8c31 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<_OMX_BASE_HandleStateTransitionComplete> @line<614> msg<Idle to Executing Transition>
    N:VPSS  P:2 #:00998 T:00000013f75d40ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:00999 T:00000013f75df78d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01000 T:00000013f7625af8 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:01001 T:00000013f76448e5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:01002 T:00000013f76505d3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01003 T:00000013f765b56d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01004 T:00000013f76675a9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01005 T:00000013f767563d M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :1 Total Capture Frame Count 0
    N:VPSS  P:2 #:01006 T:00000013f76a65ff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_GetParameter> @line<695>
    N:VPSS  P:2 #:01007 T:00000013f76b3c63 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:01008 T:00000013f76d19a3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_GetParameter> @line<695>
    N:VPSS  P:2 #:01009 T:00000013f76de88d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:01010 T:00000013f78137d5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01011 T:00000013f78209a7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01012 T:00000013f78c1e79 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_GetParameter> @line<695>
    N:VPSS  P:2 #:01013 T:00000013f78cf7bb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:01014 T:00000013f873c27b M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :2 Total Capture Frame Count 0
    N:VPSS  P:2 #:01015 T:00000013f8fd1d13 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :3 Total Capture Frame Count 0
    N:VPSS  P:2 #:01016 T:00000013f9867901 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :4 Total Capture Frame Count 0
    N:VPSS  P:2 #:01017 T:0000001404ad2923 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :5 Total Capture Frame Count 19
    N:VPSS  P:2 #:01018 T:0000001405356de1 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :6 Total Capture Frame Count 19
    N:VPSS  P:2 #:01019 T:0000001409257e6d M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :7 Total Capture Frame Count 25
    N:VPSS  P:2 #:01020 T:0000001409adb7b7 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :8 Total Capture Frame Count 25
    N:VPSS  P:2 #:01021 T:000000140a371b01 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :9 Total Capture Frame Count 25
    N:VPSS  P:2 #:01022 T:000000143bc04c35 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :10 Total Capture Frame Count 113
    N:VPSS  P:2 #:01023 T:000000143c4c39d1 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :11 Total Capture Frame Count 113
    N:VPSS  P:2 #:01024 T:000000143ce0eb89 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :12 Total Capture Frame Count 113
    N:VPSS  P:2 #:01025 T:000000144cf8f9a9 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :13 Total Capture Frame Count 141
    N:VPSS  P:2 #:01026 T:000000150a194a79 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :14 Total Capture Frame Count 480
    N:VPSS  P:2 #:01027 T:0000001b176b760d M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :15 Total Capture Frame Count 3265
    N:VPSS  P:2 #:01028 T:0000001b17ff6dd1 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :16 Total Capture Frame Count 3265
    N:VPSS  P:2 #:01029 T:0000001b243880e9 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :17 Total Capture Frame Count 3286
    N:VPSS  P:2 #:01030 T:0000001b24c0cdfd M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :18 Total Capture Frame Count 3286
    N:VPSS  P:2 #:01031 T:0000001b278dce57 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :19 Total Capture Frame Count 3290
    N:VPSS  P:2 #:01032 T:0000001b281a2197 M:xdc.runtime.Main S:VIP-0 PORT-A Dropped Frame Count :20 Total Capture Frame Count 3290
    N:VPSS  P:2 #:01033 T:0000001b288b3b1b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01034 T:0000001b288c459f M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:VPSS  P:2 #:01035 T:0000001b288d192f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01036 T:0000001b288e8bd3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01037 T:0000001b288f6187 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:01038 T:0000001b288ffbb1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01039 T:0000001b289164f7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:01040 T:0000001b28920dd3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<_OMX_BASE_HandleStateTransition> @line<402> msg<Executing to Idle Transition>
    N:VPSS  P:2 #:01041 T:0000001b2892d961 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:01042 T:0000001b2893881f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01043 T:0000001b289431a7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01044 T:0000001b28954967 M:xdc.runtime.Main S:VFCC: Forced driver stop!!!
    N:VPSS  P:2 #:01045 T:0000001b28a839b7 M:xdc.runtime.Main S:Capture Driver Stopped
    N:VPSS  P:2 #:01046 T:0000001b28a8e74d M:xdc.runtime.Main S:VFCC: Calling FVID2_control with IOCTL_VPS_CAPT_FLUSH
    N:VPSS  P:2 #:01047 T:0000001b28a98949 M:xdc.runtime.Main S:VFCC: FVID2_control with IOCTL_VPS_CAPT_FLUSH returned OK with 3 frames
    N:VPSS  P:2 #:01048 T:0000001b28aa0cdd M:xdc.runtime.Main S:VFCC: Computed nFvidDequeueCnt as 1
    N:VPSS  P:2 #:01049 T:0000001b28aa7d39 M:xdc.runtime.Main S:VFCC: Cancelling flushed buffers nFvidDequeueCnt port_entry->nFvidQueueCnt=2
    N:VPSS  P:2 #:01050 T:0000001b28ab32a1 M:xdc.runtime.Main S:VFCC: Cancelling flushed buffers nFvidDequeueCnt port_entry->nFvidQueueCnt=1
    N:VPSS  P:2 #:01051 T:0000001b28abc9a1 M:xdc.runtime.Main S:VFCC: Cancelling flushed buffers nFvidDequeueCnt port_entry->nFvidQueueCnt=0
    N:VPSS  P:2 #:01052 T:0000001b28ac6dcb M:xdc.runtime.Main S:VFCC 9f1f2fb8 Number of buffers in Port 0 = 3
    N:VPSS  P:2 #:01053 T:0000001b28acef15 M:xdc.runtime.Main S:VFCC: All buffers not freed after trying 0 times
    N:VPSS  P:2 #:01054 T:0000001b28cd8bbb M:xdc.runtime.Main S:VFCC: Buffer pending Trying again 1
    N:VPSS  P:2 #:01055 T:0000001b28f4504b M:xdc.runtime.Main S:VFCC: Buffer pending Trying again 2
    N:VPSS  P:2 #:01056 T:0000001b2919eb73 M:xdc.runtime.Main S:VFCC: Buffer pending Trying again 3
    N:Video P:1 #:00244 T:0000001b29849053 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01057 T:0000001b29404435 M:xdc.runtime.Main S:VFCC: Warning!!! All buffers not freed after trying 4 times
    N:Video P:1 #:00245 T:0000001b2985a783 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:VPSS  P:2 #:01058 T:0000001b2940f707 M:xdc.runtime.Main S:VFCC: Calling FVID2_control with IOCTL_VPS_CAPT_FLUSH
    N:Video P:1 #:00246 T:0000001b2986884f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01059 T:0000001b29418fb9 M:xdc.runtime.Main S:VFCC: FVID2_control with IOCTL_VPS_CAPT_FLUSH returned OK with 0 frames
    N:Video P:1 #:00247 T:0000001b2988345b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01060 T:0000001b2942178b M:xdc.runtime.Main S:VFCC: Leaving _OMX_VFCCDrvFlushQdBuf with error 0
    N:Video P:1 #:00248 T:0000001b29890b0d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:01061 T:0000001b2942b103 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00249 T:0000001b29899b19 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01062 T:0000001b29435157 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00250 T:0000001b298a480f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:01063 T:0000001b294412f1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00251 T:0000001b298b256d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransition> @line<402> msg<Executing to Idle Transition>
    N:VPSS  P:2 #:01064 T:0000001b2944d36b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00252 T:0000001b298c2adb M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3784::VENC->Executing to Idle Transition Begin
    N:VPSS  P:2 #:01065 T:0000001b294575cd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00253 T:0000001b298d9d1f M:xdc.runtime.Main S:OMX_TI_VIDENC_Process::Line 4824::VENC->Before VIDENC2_control XDM_RESET Command
    N:VPSS  P:2 #:01066 T:0000001b29461393 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00254 T:0000001b298ef26d M:xdc.runtime.Main S:OMX_TI_VIDENC_Process::Line 4843::VENC->VIDENC2_control XDM_RESET Successful
    N:VPSS  P:2 #:01067 T:0000001b2946c851 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:Video P:1 #:00255 T:0000001b298fa44d M:xdc.runtime.Main S:OMX_TI_VIDENC_Process::Line 4887::VENC->VIDENC2_control XDM_RESET Complete
    N:VPSS  P:2 #:01068 T:0000001b2947a3bf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<_OMX_BASE_HandleStateTransitionComplete> @line<631> msg<Executing to Idle Transition>
    N:Video P:1 #:00256 T:0000001b29903e35 M:xdc.runtime.Main S:OMX_TI_VIDENC_Process::Line 5072::VENC->Before OMX_EventCmdComplete Notify
    N:VPSS  P:2 #:01069 T:0000001b29485c25 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Control> @line<455>
    N:Video P:1 #:00257 T:0000001b2990c8fb M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:01070 T:0000001b294c67df M:xdc.runtime.Main S:OMX_DIO_NonTunnel_Control::Line 1803::buffer 0xb4a2f700::DIOSTOP-Output fbd
    N:Video P:1 #:00258 T:0000001b29916835 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:01071 T:0000001b295048d9 M:xdc.runtime.Main S:OMX_DIO_NonTunnel_Control::Line 1803::buffer 0xb45ca500::DIOSTOP-Output fbd
    N:Video P:1 #:00259 T:0000001b299226e5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:01072 T:0000001b2953b7af M:xdc.runtime.Main S:OMX_DIO_NonTunnel_Control::Line 1803::buffer 0xb4e94900::DIOSTOP-Output fbd
    N:Video P:1 #:00260 T:0000001b29931769 M:xdc.runtime.Main S:OMX_TI_VIDENC_Process::Line 5084::VENC->OMX_EventCmdComplete Notify Done
    N:VPSS  P:2 #:01073 T:0000001b29547419 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:Video P:1 #:00261 T:0000001b2993e117 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3813::VENC->Executing to Idle Transition End
    N:VPSS  P:2 #:01074 T:0000001b29552437 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:Video P:1 #:00262 T:0000001b2994bab1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:01075 T:0000001b2955dd3f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00263 T:0000001b29956a01 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01076 T:0000001b295aa65b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00264 T:0000001b2996195f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01077 T:0000001b295bba2d M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:Video P:1 #:00265 T:0000001b2996d3af M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:01078 T:0000001b295c8b5d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00266 T:0000001b299770c8 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01079 T:0000001b295e0e75 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00267 T:0000001b299806ed M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01080 T:0000001b295f868f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00268 T:0000001b2998b9a3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:01081 T:0000001b2960443d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00269 T:0000001b29995b11 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransitionComplete> @line<631> msg<Executing to Idle Transition>
    N:VPSS  P:2 #:01082 T:0000001b2960eff9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00270 T:0000001b299a3c59 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:01083 T:0000001b29618e69 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00271 T:0000001b299ae771 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:01084 T:0000001b29626a95 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00272 T:0000001b299b8b27 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:01085 T:0000001b296333b7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00273 T:0000001b299c3f3b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:01086 T:0000001b2963d007 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00274 T:0000001b299ce609 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:01087 T:0000001b296485df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:Video P:1 #:00275 T:0000001b299d95ab M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01088 T:0000001b29652af7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<_OMX_BASE_HandleStateTransition> @line<402> msg<Executing to Idle Transition>
    N:Video P:1 #:00276 T:0000001b29aca857 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01089 T:0000001b29721ad5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00277 T:0000001b29ad825d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01090 T:0000001b2972f017 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00278 T:0000001b29ae4461 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01091 T:0000001b2973bee5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00279 T:0000001b29af0fe3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01092 T:0000001b29747103 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:Video P:1 #:00280 T:0000001b29afcbdb M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01093 T:0000001b29755fad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01094 T:0000001b29761209 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01095 T:0000001b2976de0f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:01096 T:0000001b297783df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01097 T:0000001b29782933 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01098 T:0000001b2978e2d7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:01099 T:0000001b297990a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<_OMX_BASE_HandleStateTransitionComplete> @line<631> msg<Executing to Idle Transition>
    N:VPSS  P:2 #:01100 T:0000001b297a4c63 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:01101 T:0000001b297afbd3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:01102 T:0000001b297bbd23 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:01103 T:0000001b297c6559 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:01104 T:0000001b297db4ff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:01105 T:0000001b297e5f0d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:01106 T:0000001b297f1717 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:01107 T:0000001b297fd8ed M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01108 T:0000001b29837567 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01109 T:0000001b29845d8f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01110 T:0000001b29856f29 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01111 T:0000001b29862e53 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01112 T:0000001b2986ec45 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01113 T:0000001b29ae8f7b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01114 T:0000001b29afa113 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:VPSS  P:2 #:01115 T:0000001b29b08885 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01116 T:0000001b29b278dd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01117 T:0000001b29b357cd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:01118 T:0000001b29b3f0d9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01119 T:0000001b29b49a97 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:01120 T:0000001b29b53431 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<_OMX_BASE_HandleStateTransition> @line<402> msg<Executing to Idle Transition>
    N:VPSS  P:2 #:01121 T:0000001b2b66403d M:xdc.runtime.Main S:Display Driver Stopped!!
    N:VPSS  P:2 #:01122 T:0000001b2b713077 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:01123 T:0000001b2b71f51d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:01124 T:0000001b2b72b829 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:01125 T:0000001b2b73695d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:01126 T:0000001b2b741505 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01127 T:0000001b2b757675 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01128 T:0000001b2b7637ed M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:01129 T:0000001b2b76d047 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01130 T:0000001b2b776691 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01131 T:0000001b2b78176b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:01132 T:0000001b2b78b6d5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<_OMX_BASE_HandleStateTransitionComplete> @line<631> msg<Executing to Idle Transition>
    N:VPSS  P:2 #:01133 T:0000001b2b796d73 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Control> @line<455>
    N:VPSS  P:2 #:01134 T:0000001b2b7a0de7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Control> @line<463> with error<0:ErrorNone>
    N:VPSS  P:2 #:01135 T:0000001b2b7ac0f5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:01136 T:0000001b2b7b7567 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01138 T:0000001b2b80dbe5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01139 T:0000001b2b81d4c6 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:VPSS  P:2 #:01140 T:0000001b2b82b743 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01137 T:0000001b2b7f5431 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01141 T:0000001b2b850595 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00281 T:0000001b2be4ca77 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01142 T:0000001b2b85cb8b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00282 T:0000001b2be60d37 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 1
    N:VPSS  P:2 #:01143 T:0000001b2b86798d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00283 T:0000001b2be6ec97 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01144 T:0000001b2b871513 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00284 T:0000001b2be8aeaf M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01145 T:0000001b2b87ec81 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00286 T:0000001b2beb2b77 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01146 T:0000001b2b88ab1f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00285 T:0000001b2be9a8b9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:01147 T:0000001b2b89430d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00287 T:0000001b2bef0f63 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01148 T:0000001b2b89f1d3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:Video P:1 #:00289 T:0000001b2bf11acf M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01149 T:0000001b2b8a927d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<_OMX_BASE_HandleStateTransition> @line<402> msg<Executing to Idle Transition>
    N:Video P:1 #:00288 T:0000001b2befd419 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:01150 T:0000001b2b8b84bb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00291 T:0000001b2bf7037b M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01151 T:0000001b2b8c27f1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00290 T:0000001b2bf4e461 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransition> @line<367> msg<Idle to Loaded Transition>
    N:VPSS  P:2 #:01152 T:0000001b2b8ce53b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00292 T:0000001b2bfa9daf M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3825::VENC->Idle to Loaded Transition Begin
    N:VPSS  P:2 #:01153 T:0000001b2b8d921f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:Video P:1 #:00293 T:0000001b2bfd3ed1 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01154 T:0000001b2b8e3e8f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00294 T:0000001b2c009baf M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3862::VENC->Before IvaServer_deRegisterInstance
    N:VPSS  P:2 #:01155 T:0000001b2b8eec07 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00295 T:0000001b2c01bdd9 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3867::VENC->IvaServer_deRegisterInstance Sucessful
    N:VPSS  P:2 #:01156 T:0000001b2b8fa2c5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00296 T:0000001b2c0379f1 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01157 T:0000001b2b90377f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00297 T:0000001b2c06a41d M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3873::VENC->Before VIDENC2_delete
    N:VPSS  P:2 #:01158 T:0000001b2b90d2db M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00298 T:0000001b2c0f5575 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3878::VENC->VIDENC2_delete Successful
    N:VPSS  P:2 #:01159 T:0000001b2b918975 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:Video P:1 #:00299 T:0000001b2c10091b M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3883::VENC->Idle to Loaded Transition End
    N:VPSS  P:2 #:01160 T:0000001b2b9233b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<_OMX_BASE_HandleStateTransitionComplete> @line<631> msg<Executing to Idle Transition>
    N:Video P:1 #:00300 T:0000001b2c109ba5 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 4038::VENC->Before OMX_EventCmdComplete Notify
    N:VPSS  P:2 #:01161 T:0000001b2b93878b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:Video P:1 #:00301 T:0000001b2c1136b3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:01162 T:0000001b2b944593 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00302 T:0000001b2c11d0ff M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:01163 T:0000001b2b986c57 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00303 T:0000001b2c129ac7 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:01164 T:0000001b2b997873 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 1
    N:Video P:1 #:00304 T:0000001b2c136ad7 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 4044::VENC->OMX_EventCmdComplete Notify Done
    N:VPSS  P:2 #:01165 T:0000001b2b9a5055 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00305 T:0000001b2c1432ff M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:01167 T:0000001b2b9e08cd M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:Video P:1 #:00306 T:0000001b2c14e57f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01166 T:0000001b2b9c7f8d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00307 T:0000001b2c159707 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01168 T:0000001b2ba08da9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00308 T:0000001b2c1654c7 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:01170 T:0000001b2ba2ed17 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:Video P:1 #:00309 T:0000001b2c16edf3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01169 T:0000001b2ba153cf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00310 T:0000001b2c17811b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01172 T:0000001b2ba6e5c1 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:Video P:1 #:00311 T:0000001b2c18333d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:01171 T:0000001b2ba5d5b1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00312 T:0000001b2c18d3f1 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransitionComplete> @line<595> msg<Idle to Loaded Transition>
    N:VPSS  P:2 #:01174 T:0000001b2baadcc1 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:Video P:1 #:00313 T:0000001b2c198d81 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:01173 T:0000001b2ba9ae5f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00314 T:0000001b2c1a3ed9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01175 T:0000001b2badf00f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00315 T:0000001b2c1b068f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Close> @line<275>
    N:VPSS  P:2 #:01176 T:0000001b2baf67ab M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:Video P:1 #:00316 T:0000001b2c1d7c25 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Close> @line<283> with error<0:ErrorNone>
    N:VPSS  P:2 #:01177 T:0000001b2bb28391 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00317 T:0000001b2c1e4475 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Deinit> @line<189>
    N:VPSS  P:2 #:01178 T:0000001b2bb33707 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00318 T:0000001b2c1f038b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Deinit> @line<200> with error<0:ErrorNone>
    N:VPSS  P:2 #:01179 T:0000001b2bb3df27 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:Video P:1 #:00319 T:0000001b2c278053 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01180 T:0000001b2bb47647 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<_OMX_BASE_HandleStateTransition> @line<367> msg<Idle to Loaded Transition>
    N:Video P:1 #:00320 T:0000001b2c2d17b9 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01181 T:0000001b2bb6e8cd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00321 T:0000001b2c571a7f M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01182 T:0000001b2bb792d5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00322 T:0000001b2c5a668d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Close> @line<275>
    N:VPSS  P:2 #:01183 T:0000001b2bb85ccb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:01184 T:0000001b2bb94223 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:01185 T:0000001b2bb9f12d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00323 T:0000001b2c61af3f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Close> @line<283> with error<0:ErrorNone>
    N:VPSS  P:2 #:01186 T:0000001b2bba9aed M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00324 T:0000001b2c6276d3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Deinit> @line<189>
    N:VPSS  P:2 #:01187 T:0000001b2bbb5953 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00325 T:0000001b2c633995 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Deinit> @line<200> with error<0:ErrorNone>
    N:VPSS  P:2 #:01188 T:0000001b2bbbf471 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01189 T:0000001b2bbc8f09 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01190 T:0000001b2bbd3b0f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:01191 T:0000001b2bbddd2b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<_OMX_BASE_HandleStateTransitionComplete> @line<595> msg<Idle to Loaded Transition>
    N:VPSS  P:2 #:01192 T:0000001b2bbea059 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:01193 T:0000001b2bbf5265 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01194 T:0000001b2bbfff25 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Close> @line<275>
    N:VPSS  P:2 #:01195 T:0000001b2bc3378d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Close> @line<283> with error<0:ErrorNone>
    N:VPSS  P:2 #:01196 T:0000001b2bc3f4e3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Deinit> @line<189>
    N:VPSS  P:2 #:01197 T:0000001b2bc4a779 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Deinit> @line<200> with error<0:ErrorNone>
    N:VPSS  P:2 #:01198 T:0000001b2bc8be87 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01199 T:0000001b2bc9c92d M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 1
    N:VPSS  P:2 #:01200 T:0000001b2bcaa6d9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01201 T:0000001b2bccb48b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01202 T:0000001b2bcd7adf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01203 T:0000001b2bce2f3b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01204 T:0000001b2bcee457 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01205 T:0000001b2bcf848b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01206 T:0000001b2bd111f3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01207 T:0000001b2bd1debb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00326 T:0000001b2c7e455d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01208 T:0000001b2bd278ed M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00327 T:0000001b2c7f2261 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01209 T:0000001b2bd32701 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:Video P:1 #:00328 T:0000001b2c7fe5d7 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01210 T:0000001b2bd3c12b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<_OMX_BASE_HandleStateTransition> @line<367> msg<Idle to Loaded Transition>
    N:Video P:1 #:00329 T:0000001b2c80a9d9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01211 T:0000001b2bd603f3 M:xdc.runtime.Main S:Display Controller Path configured for 0!!
    N:Video P:1 #:00330 T:0000001b2c8168d7 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01212 T:0000001b2bd6a921 M:xdc.runtime.Main S:Display Controller Driver Deleted
    N:VPSS  P:2 #:01213 T:0000001b2bd718fd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:01214 T:0000001b2bd7e7b1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:01215 T:0000001b2bd8ace9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:01216 T:0000001b2bd952b7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:01217 T:0000001b2bd9fb9d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01218 T:0000001b2bdaa60f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01219 T:0000001b2bdb5e23 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:01220 T:0000001b2bdbfdb3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01221 T:0000001b2bdc9b8d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01222 T:0000001b2bdd4b11 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:01223 T:0000001b2bddef8f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<_OMX_BASE_HandleStateTransitionComplete> @line<595> msg<Idle to Loaded Transition>
    N:VPSS  P:2 #:01224 T:0000001b2bdea499 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:01225 T:0000001b2bdff6d1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01226 T:0000001b2be3ec47 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01227 T:0000001b2be4d44b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01228 T:0000001b2be595e3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01229 T:0000001b2be65269 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01230 T:0000001b2be77af9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01231 T:0000001b2c7f8797 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01232 T:0000001b2c81d405 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 1
    N:VPSS  P:2 #:01233 T:0000001b2c82c5c5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01234 T:0000001b2c84e7b1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01235 T:0000001b2c8699af M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01237 T:0000001b2c8b3f9b M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01236 T:0000001b2c89c2e9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:01238 T:0000001b2c8d8505 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01240 T:0000001b2c8f92c9 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01239 T:0000001b2c8e4da5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:01242 T:0000001b2c935e4c M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01241 T:0000001b2c925183 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<_OMX_BASE_HandleStateTransition> @line<367> msg<Idle to Loaded Transition>
    N:VPSS  P:2 #:01243 T:0000001b2c978d47 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01244 T:0000001b2c9b6775 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01245 T:0000001b2c9fc52b M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01246 T:0000001b2ca3cb43 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01247 T:0000001b2ca85bcb M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01248 T:0000001b2cac59df M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01249 T:0000001b2cb06727 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:01250 T:0000001b2cb12585 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:01251 T:0000001b2cb1f311 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:01252 T:0000001b2cb2b263 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:01253 T:0000001b2cb36caf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01254 T:0000001b2cb428a3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01255 T:0000001b2cb5aadd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:01256 T:0000001b2cb6561b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01257 T:0000001b2cb6f775 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01258 T:0000001b2cb7b3cf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:01259 T:0000001b2cb85cc5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<_OMX_BASE_HandleStateTransitionComplete> @line<595> msg<Idle to Loaded Transition>
    N:VPSS  P:2 #:01260 T:0000001b2cb93d45 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:01261 T:0000001b2cb9ff23 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01262 T:0000001b2cbaad4f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Close> @line<275>
    N:VPSS  P:2 #:01263 T:0000001b2cbda89f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Close> @line<283> with error<0:ErrorNone>
    N:VPSS  P:2 #:01264 T:0000001b2cbe767d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Deinit> @line<189>
    N:VPSS  P:2 #:01265 T:0000001b2cbf3d53 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Deinit> @line<200> with error<0:ErrorNone>
    N:VPSS  P:2 #:01266 T:0000001b2cd637a1 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01267 T:0000001b2cd8ddd9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Close> @line<275>
    N:VPSS  P:2 #:01268 T:0000001b2cdb2d7f M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01269 T:0000001b2cdf28af M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01270 T:0000001b2ce3dea9 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01271 T:0000001b2ce7ac87 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01272 T:0000001b2cef9d39 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Close> @line<283> with error<0:ErrorNone>
    N:VPSS  P:2 #:01273 T:0000001b2cf06981 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Deinit> @line<189>
    N:VPSS  P:2 #:01274 T:0000001b2cf13711 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Deinit> @line<200> with error<0:ErrorNone>
    N:VPSS  P:2 #:01275 T:0000001b2cf293ff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Close> @line<275>
    N:VPSS  P:2 #:01276 T:0000001b2cfa2e94 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Close> @line<283> with error<0:ErrorNone>
    N:VPSS  P:2 #:01277 T:0000001b2cfaf7c5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Deinit> @line<189>
    N:VPSS  P:2 #:01278 T:0000001b2cfbbbd1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Deinit> @line<200> with error<0:ErrorNone>
    N:VPSS  P:2 #:01279 T:0000001b2d0025f3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01280 T:0000001b2d01cf0b M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 1
    N:VPSS  P:2 #:01281 T:0000001b2d02a74f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01282 T:0000001b2d04848d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01283 T:0000001b2d05525b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01284 T:0000001b2d06103d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01285 T:0000001b2d06d125 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01286 T:0000001b2d077abf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01287 T:0000001b2d086a59 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01288 T:0000001b2d097163 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:01289 T:0000001b2d0a0c0e M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01290 T:0000001b2d0abba1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:01291 T:0000001b2d0b5a19 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<_OMX_BASE_HandleStateTransition> @line<367> msg<Idle to Loaded Transition>
    N:VPSS  P:2 #:01292 T:0000001b2d0d6ee3 M:xdc.runtime.Main S:Capture Driver Deleted!!
    N:VPSS  P:2 #:01293 T:0000001b2d0e176f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:01294 T:0000001b2d110e3d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:01295 T:0000001b2d11ee7d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:01296 T:0000001b2d12966f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:01297 T:0000001b2d134407 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01298 T:0000001b2d13edcb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01299 T:0000001b2d14aa2f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:01300 T:0000001b2d1543af M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01301 T:0000001b2d15df49 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:01302 T:0000001b2d169309 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:01303 T:0000001b2d173b7f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<_OMX_BASE_HandleStateTransitionComplete> @line<595> msg<Idle to Loaded Transition>
    N:VPSS  P:2 #:01304 T:0000001b2d18267d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:01305 T:0000001b2d18e191 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01306 T:0000001b2d2cd273 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01307 T:0000001b2d31c4d5 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01308 T:0000001b2d36f051 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01309 T:0000001b2d3c1945 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01310 T:0000001b2d3ff271 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01311 T:0000001b2d45285b M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:01312 T:0000001b2d47e185 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Close> @line<275>
    N:VPSS  P:2 #:01313 T:0000001b2d527cdf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Close> @line<283> with error<0:ErrorNone>
    N:VPSS  P:2 #:01314 T:0000001b2d53415d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Deinit> @line<189>
    N:VPSS  P:2 #:01315 T:0000001b2d54062f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Deinit> @line<200> with error<0:ErrorNone>
    N:VPSS  P:2 #:01316 T:0000001b2d59249d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01317 T:0000001b2d59f2f7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01318 T:0000001b2d5aa72d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01319 T:0000001b2d5b5d87 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01320 T:0000001b2d5c0b84 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01321 T:0000001b2d849301 M:xdc.runtime.Main S:OmxRpc_rcmIfFreeHandle:Entered..
    N:VPSS  P:2 #:01322 T:0000001b2dc0eaed M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_ComponentDeinit> @line<400>
    N:VPSS  P:2 #:01323 T:0000001b2dc1ac3d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_DeinitializePorts> @line<237>
    N:VPSS  P:2 #:01324 T:0000001b2dc2845d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_DeinitializePorts> @line<299> with error<0:ErrorNone>
    N:VPSS  P:2 #:01325 T:0000001b2dfe870b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_ComponentDeinit> @line<474> with error<0:ErrorNone>
    N:VPSS  P:2 #:01326 T:0000001b2e01f26b M:xdc.runtime.Main S:Instance UnRegister with omxRpc Module.Cnt = 3
    N:VPSS  P:2 #:01327 T:0000001b2e06a989 M:xdc.runtime.Main S:OmxRpc_rcmIfFreeHandle:Exiting..
    N:VPSS  P:2 #:01328 T:0000001b2e24b459 M:xdc.runtime.Main S:OmxRpc_rcmIfFreeHandle:Entered..
    N:VPSS  P:2 #:01329 T:0000001b2e25865d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_ComponentDeinit> @line<400>
    N:VPSS  P:2 #:01330 T:0000001b2e262111 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DeinitializePorts> @line<237>
    N:VPSS  P:2 #:01331 T:0000001b2e32cb8b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DeinitializePorts> @line<299> with error<0:ErrorNone>
    N:VPSS  P:2 #:01332 T:0000001b2e710365 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_ComponentDeinit> @line<474> with error<0:ErrorNone>
    N:Video P:1 #:00331 T:0000001b2e92fe49 M:xdc.runtime.Main S:OmxRpc_rcmIfFreeHandle:Entered..
    N:VPSS  P:2 #:01333 T:0000001b2e7837e5 M:xdc.runtime.Main S:Instance UnRegister with omxRpc Module.Cnt = 2
    N:Video P:1 #:00332 T:0000001b2e93ed73 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_ComponentDeinit> @line<400>
    N:VPSS  P:2 #:01334 T:0000001b2e7bd6af M:xdc.runtime.Main S:OmxRpc_rcmIfFreeHandle:Exiting..
    N:Video P:1 #:00333 T:0000001b2e94ac3f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_DeinitializePorts> @line<237>
    N:Video P:1 #:00334 T:0000001b2e96a081 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_DeinitializePorts> @line<299> with error<0:ErrorNone>
    N:Video P:1 #:00335 T:0000001b2e993ad5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_ComponentDeinit> @line<474> with error<0:ErrorNone>
    N:Video P:1 #:00336 T:0000001b2e9e6db5 M:xdc.runtime.Main S:Instance UnRegister with omxRpc Module.Cnt = 0
    N:Video P:1 #:00337 T:0000001b2ea276c5 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_module_free_client_rsrc> @line<193> msg<Before RcmClient_delete>
    N:Video P:1 #:00338 T:0000001b2ea4cf59 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_module_free_client_rsrc> @line<197> msg<After RcmClient_delete>
    N:Video P:1 #:00339 T:0000001b2ea5b043 M:xdc.runtime.Main S:OmxRpc_rcmIfFreeHandle:Exiting..
    N:VPSS  P:2 #:01335 T:0000001b2ed77e71 M:xdc.runtime.Main S:OmxRpc_rcmIfFreeHandle:Entered..
    N:VPSS  P:2 #:01336 T:0000001b2f1194c1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_ComponentDeinit> @line<400>
    N:VPSS  P:2 #:01337 T:0000001b2f1254a3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DeinitializePorts> @line<237>
    N:VPSS  P:2 #:01338 T:0000001b2f22c313 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DeinitializePorts> @line<299> with error<0:ErrorNone>
    N:VPSS  P:2 #:01339 T:0000001b2f5da795 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_ComponentDeinit> @line<474> with error<0:ErrorNone>
    N:VPSS  P:2 #:01340 T:0000001b2f666e31 M:xdc.runtime.Main S:Instance UnRegister with omxRpc Module.Cnt = 1
    N:VPSS  P:2 #:01341 T:0000001b2f6a6ed1 M:xdc.runtime.Main S:OmxRpc_rcmIfFreeHandle:Exiting..
    N:VPSS  P:2 #:01342 T:0000001b2f80830f M:xdc.runtime.Main S:OmxRpc_rcmIfFreeHandle:Entered..
    N:VPSS  P:2 #:01343 T:0000001b2f81568d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_ComponentDeinit> @line<400>
    N:VPSS  P:2 #:01344 T:0000001b2f8293a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DeinitializePorts> @line<237>
    N:VPSS  P:2 #:01345 T:0000001b2f8aeebf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DeinitializePorts> @line<299> with error<0:ErrorNone>
    N:VPSS  P:2 #:01346 T:0000001b2fc81bb1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_ComponentDeinit> @line<474> with error<0:ErrorNone>
    N:VPSS  P:2 #:01347 T:0000001b2fce3277 M:xdc.runtime.Main S:Instance UnRegister with omxRpc Module.Cnt = 0
    N:VPSS  P:2 #:01348 T:0000001b2fd243c5 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_module_free_client_rsrc> @line<193> msg<Before RcmClient_delete>
    N:VPSS  P:2 #:01349 T:0000001b2fd41733 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_module_free_client_rsrc> @line<197> msg<After RcmClient_delete>
    N:VPSS  P:2 #:01350 T:0000001b2fd4e6d9 M:xdc.runtime.Main S:OmxRpc_rcmIfFreeHandle:Exiting..
    N:VPSS  P:2 #:01351 T:0000001b56a5c98f M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.VPSSM3.VFCC
    N:VPSS  P:2 #:01352 T:0000001b56a6ca8d M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:VPSS  P:2 #:01353 T:0000001b56a797f7 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9f151218, OmxRpcRcmServer_3, 5)
    N:VPSS  P:2 #:01354 T:0000001b56a82dd5 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:01355 T:0000001b56a8ca41 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:01356 T:0000001b56a9636d M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:01357 T:0000001b56afda63 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:01358 T:0000001b56b099a5 M:xdc.runtime.Main S:omxrpc_module_init_client: Located the remoteCoreRcmServer
    N:VPSS  P:2 #:01359 T:0000001b56b13409 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcGetHandle)
    N:VPSS  P:2 #:01360 T:0000001b56b4803b M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcFreeHandle)
    N:VPSS  P:2 #:01361 T:0000001b56bceb99 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCreateProxyLite)
    N:VPSS  P:2 #:01362 T:0000001b56c062bf M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcGetHeapMemStats)
    N:VPSS  P:2 #:01363 T:0000001b56c37d0b M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcDeleteProxyLite)
    N:VPSS  P:2 #:01364 T:0000001b56c699ab M:xdc.runtime.Main S:LayerId: 2
    N:VPSS  P:2 #:01365 T:0000001b56c77f0d M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.VPSSM3.VFCC_Ctrl_2_4, priority 14
    N:VPSS  P:2 #:01366 T:0000001b56ca9e59 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:01367 T:0000001b56cb3aa7 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:01368 T:0000001b56cbd15f M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:01369 T:0000001b56d30a69 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:01370 T:0000001b56d3c557 M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:VPSS  P:2 #:01371 T:0000001b56d44c0f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:VPSS  P:2 #:01372 T:0000001b56d535d3 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:VPSS  P:2 #:01373 T:0000001b56d5e0b9 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:VPSS  P:2 #:01374 T:0000001b56d68347 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:VPSS  P:2 #:01375 T:0000001b56d72479 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:VPSS  P:2 #:01376 T:0000001b56d7e107 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:VPSS  P:2 #:01377 T:0000001b56d8924d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:VPSS  P:2 #:01378 T:0000001b56d9de0d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:VPSS  P:2 #:01379 T:0000001b56da8893 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:VPSS  P:2 #:01380 T:0000001b56db2b9b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:VPSS  P:2 #:01381 T:0000001b56dbd415 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:VPSS  P:2 #:01382 T:0000001b56dc7991 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:VPSS  P:2 #:01383 T:0000001b56dd2411 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:VPSS  P:2 #:01384 T:0000001b56ddd26b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:VPSS  P:2 #:01385 T:0000001b56de8ba5 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:01386 T:0000001b56df89ad M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:01387 T:0000001b56e036f9 M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 1
    N:VPSS  P:2 #:01388 T:0000001b56e0db3d M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.VPSSM3.VFCC, Layer:2
    N:VPSS  P:2 #:01389 T:0000001b56e17dbb M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFCC In table OMX.TI.VPSSM3.VFCC idx 0
    N:VPSS  P:2 #:01390 T:0000001b56e20863 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFCC found idx: 0
    N:VPSS  P:2 #:01391 T:0000001b56e2a3d1 M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.VPSSM3.VFCC, omxhandle 0x9f1f2fb8
    N:VPSS  P:2 #:01392 T:0000001b56ef6833 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SetDefaultProperties> @line<1238>
    N:VPSS  P:2 #:01393 T:0000001b56f05c71 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:VPSS  P:2 #:01394 T:0000001b56f109a5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_ComponentInit> @line<133>
    N:VPSS  P:2 #:01395 T:0000001b56f3876d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_InitializePorts> @line<115>
    N:VPSS  P:2 #:01396 T:0000001b5702a88d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:VPSS  P:2 #:01397 T:0000001b572d9a3f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:VPSS  P:2 #:01398 T:0000001b57300f41 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01399 T:0000001b5730a867 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01400 T:0000001b573165ff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01401 T:0000001b573212b7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01402 T:0000001b5732c9d5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01403 T:0000001b57335bbf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01404 T:0000001b57340d15 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01405 T:0000001b57355ec9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01406 T:0000001b57362695 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01407 T:0000001b5736b0b5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01408 T:0000001b57376115 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01409 T:0000001b57380a3b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01410 T:0000001b5738be79 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01411 T:0000001b573947a7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01412 T:0000001b5739f807 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01413 T:0000001b573aa2e7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01414 T:0000001b573b5b11 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01415 T:0000001b573c0797 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01416 T:0000001b573cbd15 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01417 T:0000001b573d66b5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01418 T:0000001b573e2045 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01419 T:0000001b573ea989 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01420 T:0000001b573f5b1d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01421 T:0000001b574004a5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01422 T:0000001b5740b7f7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01423 T:0000001b5741416a M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01424 T:0000001b5741f1cf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01425 T:0000001b57429d39 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01426 T:0000001b574358df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01427 T:0000001b57446229 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01428 T:0000001b574516a3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01429 T:0000001b5745c04b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01430 T:0000001b574680b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01431 T:0000001b57470a27 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01432 T:0000001b5747bd41 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01433 T:0000001b5748665f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01434 T:0000001b574918f5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01435 T:0000001b5749a215 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01436 T:0000001b574a569b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01437 T:0000001b574b005f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01438 T:0000001b574be07d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01439 T:0000001b574c6ac3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01440 T:0000001b574d1b45 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01441 T:0000001b574dc4dd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01442 T:0000001b574e780f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01443 T:0000001b574f0199 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01444 T:0000001b574fb1a7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01445 T:0000001b57505aa1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01446 T:0000001b57510e47 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01447 T:0000001b575198b5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01448 T:0000001b57524b47 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01449 T:0000001b57537225 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01450 T:0000001b57543be3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01451 T:0000001b5754c5d7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01452 T:0000001b575576bd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01453 T:0000001b5757ec43 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01454 T:0000001b5758d539 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01455 T:0000001b57597549 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01456 T:0000001b575a56e9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01457 T:0000001b575b67df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01458 T:0000001b575c61c1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01459 T:0000001b575cf8ff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01460 T:0000001b575db0e5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01461 T:0000001b575e5bcf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01462 T:0000001b575f0b73 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SetCallbacks> @line<267>
    N:VPSS  P:2 #:01463 T:0000001b575fab43 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:VPSS  P:2 #:01464 T:0000001b57605081 M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:VPSS  P:2 #:01465 T:0000001b5760bf8f M:xdc.runtime.Main S:Registering the component OMX.TI.VPSSM3.VFCC with TunnelMgr
    N:VPSS  P:2 #:01466 T:0000001b57614667 M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9f1f2fb8, 0x9f7074d4)
    N:VPSS  P:2 #:01467 T:0000001b5762e737 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9f1ee158, OmxRpcRcmServer_OMX.TI.VPSSM3.VFCC_Cb_3_5, 5)
    N:VPSS  P:2 #:01468 T:0000001b57639c93 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:01469 T:0000001b57643c27 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:01470 T:0000001b5764d679 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:01471 T:0000001b576d00dd M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:01472 T:0000001b576ddb63 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:VPSS  P:2 #:01473 T:0000001b57714339 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:VPSS  P:2 #:01474 T:0000001b5774fa61 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:VPSS  P:2 #:01475 T:0000001b57780989 M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.VPSSM3.VFCC_Ctrl_2_4>
    N:VPSS  P:2 #:01476 T:0000001b5779344b M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.VPSSM3.VFCC_Ctrl_2_4.Exiting..
    N:VPSS  P:2 #:01477 T:0000001b5805d269 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_GetParameter> @line<695>
    N:VPSS  P:2 #:01478 T:0000001b58069e3f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:01479 T:0000001b5809a795 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SetParameter> @line<890>
    N:VPSS  P:2 #:01480 T:0000001b580ae893 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:VPSS  P:2 #:01481 T:0000001b580dc4dc M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SetParameter> @line<890>
    N:VPSS  P:2 #:01482 T:0000001b580e790f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:VPSS  P:2 #:01483 T:0000001b583d10d3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01484 T:0000001b583e0beb M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandPortEnable, nParam1: 0
    N:VPSS  P:2 #:01485 T:0000001b583edb93 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01486 T:0000001b58408161 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01487 T:0000001b584158a5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:01488 T:0000001b5841f783 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdEvent> @line<631> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:01489 T:0000001b5842a3fd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_EnablePort> @line<777>
    N:VPSS  P:2 #:01490 T:0000001b58433537 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_EnablePort> @line<815> with error<0:ErrorNone>
    N:VPSS  P:2 #:01491 T:0000001b5843ed5d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:01492 T:0000001b58448a7b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_CB_ReturnEventNotify> @line<121> msg<Notify client for port enable>
    N:VPSS  P:2 #:01493 T:0000001b58453f35 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:01494 T:0000001b5845e9b5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01495 T:0000001b5846974f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01496 T:0000001b58480061 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:01497 T:0000001b5848a185 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01498 T:0000001b5849399d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<869> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:01499 T:0000001b5849eebd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01500 T:0000001b584da8c1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01501 T:0000001b584e7b63 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01502 T:0000001b584f5a2d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01503 T:0000001b5850073f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01504 T:0000001b5850a77d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01505 T:0000001b5878a043 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.VPSSM3.VFPC.DEIHDUALOUT
    N:VPSS  P:2 #:01506 T:0000001b5879a42f M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:VPSS  P:2 #:01507 T:0000001b587a2b47 M:xdc.runtime.Main S:LayerId: 2
    N:VPSS  P:2 #:01508 T:0000001b587b0847 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.VPSSM3.VFPC.DEIHDUALOUT_Ctrl_2_5, priority 14
    N:VPSS  P:2 #:01509 T:0000001b587bc225 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:01510 T:0000001b587c96f1 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:01511 T:0000001b587d3659 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:01512 T:0000001b5883ed63 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:01513 T:0000001b58853af7 M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:VPSS  P:2 #:01514 T:0000001b5885c6f3 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:VPSS  P:2 #:01515 T:0000001b5886a581 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:VPSS  P:2 #:01516 T:0000001b58874829 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:VPSS  P:2 #:01517 T:0000001b5887e29f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:VPSS  P:2 #:01518 T:0000001b58887fbd M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:VPSS  P:2 #:01519 T:0000001b588925cd M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:VPSS  P:2 #:01520 T:0000001b5889ce89 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:VPSS  P:2 #:01521 T:0000001b588a7455 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:VPSS  P:2 #:01522 T:0000001b588b1e21 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:VPSS  P:2 #:01523 T:0000001b588bec0d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:VPSS  P:2 #:01524 T:0000001b588c92b3 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:VPSS  P:2 #:01525 T:0000001b588d3705 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:VPSS  P:2 #:01526 T:0000001b588ddce5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:VPSS  P:2 #:01527 T:0000001b588e8051 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:VPSS  P:2 #:01528 T:0000001b588f30f5 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:01529 T:0000001b589024bb M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:01530 T:0000001b5890c821 M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 2
    N:VPSS  P:2 #:01531 T:0000001b58913bfb M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.VPSSM3.VFPC.DEIHDUALOUT, Layer:2
    N:VPSS  P:2 #:01532 T:0000001b5891ea91 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT In table OMX.TI.VPSSM3.VFCC idx 0
    N:VPSS  P:2 #:01533 T:0000001b58927e6b M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT In table OMX.TI.VPSSM3.VFDC idx 1
    N:VPSS  P:2 #:01534 T:0000001b58930dcf M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT In table OMX.TI.VPSSM3.VFPC.DEIHDUALOUT idx 2
    N:VPSS  P:2 #:01535 T:0000001b58943c2b M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT found idx: 2
    N:VPSS  P:2 #:01536 T:0000001b5894e1d9 M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT, omxhandle 0x9f24da98
    N:VPSS  P:2 #:01537 T:0000001b589ac1a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetDefaultProperties> @line<1238>
    N:VPSS  P:2 #:01538 T:0000001b589c0af3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:VPSS  P:2 #:01539 T:0000001b589d2989 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_ComponentInit> @line<133>
    N:VPSS  P:2 #:01540 T:0000001b589f8de1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_InitializePorts> @line<115>
    N:VPSS  P:2 #:01541 T:0000001b58b9e609 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:VPSS  P:2 #:01542 T:0000001b58d0311d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:VPSS  P:2 #:01543 T:0000001b58e86df1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01544 T:0000001b58e926f7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01545 T:0000001b58e9ebf3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01546 T:0000001b58eaa619 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01547 T:0000001b58eb6075 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01548 T:0000001b58ebf3df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01549 T:0000001b58eca765 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01550 T:0000001b58ed5dab M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01551 T:0000001b58ee147f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01552 T:0000001b58eeaba5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01553 T:0000001b58efe137 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01554 T:0000001b58f09867 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01555 T:0000001b58f157a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01556 T:0000001b58f1eba1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01557 T:0000001b58f29fdf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01558 T:0000001b58f35595 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01559 T:0000001b58f40841 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01560 T:0000001b58f49cdd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01561 T:0000001b58f552c3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01562 T:0000001b58f60853 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01563 T:0000001b58f6e0b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01564 T:0000001b58f77a7b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01565 T:0000001b58f82e65 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01566 T:0000001b58f8e48f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01567 T:0000001b58f9985d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01568 T:0000001b58fa2c53 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01569 T:0000001b58fae04d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01570 T:0000001b58fb95a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01571 T:0000001b58fc45ab M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01572 T:0000001b58fcdb13 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01573 T:0000001b58fd9007 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01574 T:0000001b58feb38d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01575 T:0000001b58ff7651 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01576 T:0000001b59000a49 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01577 T:0000001b5900be6f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01578 T:0000001b59032993 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01579 T:0000001b59040369 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01580 T:0000001b5904a4f9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01581 T:0000001b59056381 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01582 T:0000001b59064e13 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01583 T:0000001b59071309 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01584 T:0000001b5907a96f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01585 T:0000001b59085eb5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01586 T:0000001b59091499 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01587 T:0000001b5909c5cd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01588 T:0000001b590a5a8d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01589 T:0000001b590b0e1d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01590 T:0000001b590bc3bb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01591 T:0000001b590c7a53 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01592 T:0000001b590d0f0f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01593 T:0000001b590e4b1b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01594 T:0000001b590f01a9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01595 T:0000001b590fc29d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01596 T:0000001b591056a7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01597 T:0000001b59110afb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01598 T:0000001b5911c04d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01599 T:0000001b591273d1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01600 T:0000001b59130867 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01601 T:0000001b5913bddd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01602 T:0000001b5914756d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01603 T:0000001b59155239 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01604 T:0000001b5915eadb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01605 T:0000001b5916a02b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01606 T:0000001b5917562d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01607 T:0000001b59180ceb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01608 T:0000001b5918a145 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01609 T:0000001b591954e5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01610 T:0000001b591a0a75 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01611 T:0000001b591abd75 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01612 T:0000001b591b52dd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01613 T:0000001b591c0791 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01614 T:0000001b591d2cbb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01615 T:0000001b591deec7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01616 T:0000001b591e839f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01617 T:0000001b591f3755 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01618 T:0000001b591fecd5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01619 T:0000001b59209f2f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01620 T:0000001b592132db M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01621 T:0000001b5921e7c1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01622 T:0000001b59229e17 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01623 T:0000001b59235237 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01624 T:0000001b5923e7ef M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01625 T:0000001b5924bef1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01626 T:0000001b59257967 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01627 T:0000001b59263019 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01628 T:0000001b5926c433 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01629 T:0000001b5927785f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01630 T:0000001b59282e61 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01631 T:0000001b5928e109 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01632 T:0000001b59297489 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01633 T:0000001b592a282b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01634 T:0000001b592ade91 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01635 T:0000001b592b93ed M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01636 T:0000001b592c986d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01637 T:0000001b592d4dbb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01638 T:0000001b592e03dd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01639 T:0000001b592ebfab M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01640 T:0000001b592f5385 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01641 T:0000001b5930080b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01642 T:0000001b5930be41 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01643 T:0000001b5931705d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01644 T:0000001b593203ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01645 T:0000001b5932bb5d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01646 T:0000001b5933936b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01647 T:0000001b59344e2f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01648 T:0000001b5934e62b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01649 T:0000001b59359b0f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01650 T:0000001b593650ed M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01651 T:0000001b593702c1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01652 T:0000001b5937965b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01653 T:0000001b593849f3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01654 T:0000001b5938ff99 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01655 T:0000001b5939b1a3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01656 T:0000001b593a46eb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01657 T:0000001b593afbd3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01658 T:0000001b593c2301 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01659 T:0000001b593cdeaf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01660 T:0000001b593d732d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01661 T:0000001b593e28cb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01662 T:0000001b593ede97 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01663 T:0000001b593f91b9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01664 T:0000001b594025a3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01665 T:0000001b5940da23 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01666 T:0000001b59419349 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01667 T:0000001b59424839 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01668 T:0000001b5942fda9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01669 T:0000001b5943b635 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01670 T:0000001b59446c5f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01671 T:0000001b59451a47 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetCallbacks> @line<267>
    N:VPSS  P:2 #:01672 T:0000001b5945d659 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:VPSS  P:2 #:01673 T:0000001b5946842d M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:Video P:1 #:00340 T:0000001b5b632ae3 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.DUCATI.VIDENC
    N:VPSS  P:2 #:01674 T:0000001b5946f58d M:xdc.runtime.Main S:Registering the component OMX.TI.VPSSM3.VFPC.DEIHDUALOUT with TunnelMgr
    N:Video P:1 #:00341 T:0000001b5b6433cf M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:VPSS  P:2 #:01675 T:0000001b59477f5b M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9f24da98, 0x9f7074d4)
    N:Video P:1 #:00342 T:0000001b5b64ffb1 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9e110dac, OmxRpcRcmServer_3, 4)
    N:VPSS  P:2 #:01676 T:0000001b5948797b M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9f248e28, OmxRpcRcmServer_OMX.TI.VPSSM3.VFPC.DEIHDUALOUT_Cb_3_6, 5)
    N:Video P:1 #:00343 T:0000001b5b659c17 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:01677 T:0000001b5949358f M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:Video P:1 #:00344 T:0000001b5b663397 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:01678 T:0000001b5949d02f M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:Video P:1 #:00345 T:0000001b5b66c74b M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:01679 T:0000001b594af921 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:Video P:1 #:00346 T:0000001b5b6d8467 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:01680 T:0000001b5955268d M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:Video P:1 #:00347 T:0000001b5b6e6b39 M:xdc.runtime.Main S:omxrpc_module_init_client: Located the remoteCoreRcmServer
    N:VPSS  P:2 #:01681 T:0000001b595603b1 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:Video P:1 #:00348 T:0000001b5b6efffd M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcGetHandle)
    N:VPSS  P:2 #:01682 T:0000001b595953b3 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:Video P:1 #:00349 T:0000001b5b726d5b M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcFreeHandle)
    N:VPSS  P:2 #:01683 T:0000001b595cf73d M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:Video P:1 #:00350 T:0000001b5b755d51 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCreateProxyLite)
    N:VPSS  P:2 #:01684 T:0000001b5960b745 M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.VPSSM3.VFPC.DEIHDUALOUT_Ctrl_2_5>
    N:Video P:1 #:00351 T:0000001b5b785fad M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcGetHeapMemStats)
    N:VPSS  P:2 #:01685 T:0000001b5961e55b M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.VPSSM3.VFPC.DEIHDUALOUT_Ctrl_2_5.Exiting..
    N:Video P:1 #:00352 T:0000001b5b7b3bab M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcDeleteProxyLite)
    N:VPSS  P:2 #:01686 T:0000001b5a59c777 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00353 T:0000001b5b7e3335 M:xdc.runtime.Main S:LayerId: 2
    N:VPSS  P:2 #:01687 T:0000001b5a5aa2d7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:VPSS  P:2 #:01688 T:0000001b5a5e6d39 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00354 T:0000001b5b7f2445 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Ctrl_1_1, priority 14
    N:VPSS  P:2 #:01689 T:0000001b5a5f2ddf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00355 T:0000001b5b7fe5f9 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:01690 T:0000001b5a621325 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00356 T:0000001b5b808fcf M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:01691 T:0000001b5a62d3bd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00357 T:0000001b5b812a6f M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:01692 T:0000001b5a65fcbd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_GetParameter> @line<695>
    N:Video P:1 #:00358 T:0000001b5b885383 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:01693 T:0000001b5a66bff5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:Video P:1 #:00359 T:0000001b5b892221 M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:VPSS  P:2 #:01694 T:0000001b5a8f138f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00360 T:0000001b5b89a91b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:VPSS  P:2 #:01695 T:0000001b5a8fd9c9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00361 T:0000001b5b8a8a17 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:VPSS  P:2 #:01696 T:0000001b5a930369 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_GetParameter> @line<695>
    N:Video P:1 #:00362 T:0000001b5b8b2951 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:VPSS  P:2 #:01697 T:0000001b5a93c1df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:Video P:1 #:00363 T:0000001b5b8bc0f5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:VPSS  P:2 #:01698 T:0000001b5a970f3f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00364 T:0000001b5b8c5d57 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:VPSS  P:2 #:01699 T:0000001b5a97d0eb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00365 T:0000001b5b8d22a5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:VPSS  P:2 #:01700 T:0000001b5a9b4809 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_GetParameter> @line<695>
    N:Video P:1 #:00366 T:0000001b5b8dc955 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:VPSS  P:2 #:01701 T:0000001b5a9c01e5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:Video P:1 #:00367 T:0000001b5b8e6cf3 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:VPSS  P:2 #:01702 T:0000001b5a9f10cb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SetParameter> @line<890>
    N:Video P:1 #:00368 T:0000001b5b8f3a09 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:VPSS  P:2 #:01703 T:0000001b5a9fcd45 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:Video P:1 #:00369 T:0000001b5b8fda81 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:VPSS  P:2 #:01704 T:0000001b5aae814f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00370 T:0000001b5b90760b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:VPSS  P:2 #:01705 T:0000001b5aaf8e2f M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandPortEnable, nParam1: 0
    N:Video P:1 #:00371 T:0000001b5b91151b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:VPSS  P:2 #:01706 T:0000001b5ab06847 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00372 T:0000001b5b91bb9d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:VPSS  P:2 #:01707 T:0000001b5ab2a189 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00373 T:0000001b5b925ba9 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:VPSS  P:2 #:01708 T:0000001b5ab38823 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00374 T:0000001b5b93040f M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:01709 T:0000001b5ab4250f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<631> msg<Processing OMX_CommandPortEnable>
    N:Video P:1 #:00375 T:0000001b5b93fcf5 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:01710 T:0000001b5ab4e015 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EnablePort> @line<777>
    N:Video P:1 #:00376 T:0000001b5b94cc3b M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 1
    N:VPSS  P:2 #:01711 T:0000001b5ab576e9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EnablePort> @line<815> with error<0:ErrorNone>
    N:Video P:1 #:00377 T:0000001b5b954617 M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.DUCATI.VIDENC, Layer:2
    N:VPSS  P:2 #:01712 T:0000001b5ab635f3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00378 T:0000001b5b95f0fb M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFCC idx 0
    N:VPSS  P:2 #:01713 T:0000001b5ab6dc87 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<121> msg<Notify client for port enable>
    N:Video P:1 #:00379 T:0000001b5b9694b5 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFDC idx 1
    N:VPSS  P:2 #:01714 T:0000001b5ab7a5bf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00380 T:0000001b5b971f73 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.DEIHDUALOUT idx 2
    N:VPSS  P:2 #:01715 T:0000001b5ab85ddd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00381 T:0000001b5b97a991 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.DEIMDUALOUT idx 3
    N:VPSS  P:2 #:01716 T:0000001b5ab9c657 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00382 T:0000001b5b9839ab M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.NF idx 4
    N:VPSS  P:2 #:01717 T:0000001b5aba8ff1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00383 T:0000001b5b98c0e1 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VFPC.INDTXSCWB idx 5
    N:VPSS  P:2 #:01718 T:0000001b5abb390b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00384 T:0000001b5b994bb5 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.CTRL.TVP idx 6
    N:VPSS  P:2 #:01719 T:0000001b5abbe15d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<869> msg<Processing OMX_CommandPortEnable>
    N:Video P:1 #:00385 T:0000001b5b99d385 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.CTRL.DC idx 7
    N:VPSS  P:2 #:01720 T:0000001b5abca0bb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00386 T:0000001b5b9a5afd M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.VPSSM3.VSWMOSAIC idx 8
    N:VPSS  P:2 #:01721 T:0000001b5ac1a261 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00387 T:0000001b5b9ae555 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC In table OMX.TI.DUCATI.VIDENC idx 9
    N:VPSS  P:2 #:01722 T:0000001b5ac27767 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00388 T:0000001b5b9b6b99 M:xdc.runtime.Main S:Component OMX.TI.DUCATI.VIDENC found idx: 9
    N:VPSS  P:2 #:01723 T:0000001b5ac32e5b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01724 T:0000001b5ac3f3cf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00389 T:0000001b5b9c3da3 M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.DUCATI.VIDENC, omxhandle 0x9dd2ee70
    N:VPSS  P:2 #:01725 T:0000001b5ac4a005 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00390 T:0000001b5b9f6241 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SetDefaultProperties> @line<1238>
    N:VPSS  P:2 #:01726 T:0000001b5ae5c36f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00391 T:0000001b5ba01b99 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:VPSS  P:2 #:01727 T:0000001b5ae7546b M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandPortEnable, nParam1: 16
    N:Video P:1 #:00392 T:0000001b5ba0ee2b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_ComponentInit> @line<133>
    N:VPSS  P:2 #:01728 T:0000001b5ae81f21 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00393 T:0000001b5ba38266 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_InitializePorts> @line<115>
    N:VPSS  P:2 #:01729 T:0000001b5ae99a39 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00394 T:0000001b5ba674f5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:VPSS  P:2 #:01730 T:0000001b5aea7583 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00395 T:0000001b5bd038b9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:VPSS  P:2 #:01731 T:0000001b5aeb1bcb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<631> msg<Processing OMX_CommandPortEnable>
    N:Video P:1 #:00396 T:0000001b5be1332d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01732 T:0000001b5aebd533 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EnablePort> @line<777>
    N:Video P:1 #:00397 T:0000001b5be1f9bd M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01733 T:0000001b5aec6de9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EnablePort> @line<815> with error<0:ErrorNone>
    N:Video P:1 #:00398 T:0000001b5be2c1fb M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01734 T:0000001b5aed32b3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00399 T:0000001b5be38137 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01735 T:0000001b5aeddf77 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<121> msg<Notify client for port enable>
    N:Video P:1 #:00400 T:0000001b5be48e33 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SetCallbacks> @line<267>
    N:VPSS  P:2 #:01736 T:0000001b5aeee323 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00401 T:0000001b5be529db M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:VPSS  P:2 #:01737 T:0000001b5aef9575 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00402 T:0000001b5be5c7ee M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:VPSS  P:2 #:01738 T:0000001b5af04735 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01739 T:0000001b5af10841 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00403 T:0000001b5be63555 M:xdc.runtime.Main S:Registering the component OMX.TI.DUCATI.VIDENC with TunnelMgr
    N:VPSS  P:2 #:01740 T:0000001b5af1a749 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00404 T:0000001b5be6b84b M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9dd2ee70, 0x9f7074d4)
    N:VPSS  P:2 #:01741 T:0000001b5af24be1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<869> msg<Processing OMX_CommandPortEnable>
    N:Video P:1 #:00405 T:0000001b5be7a753 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9dd2a010, OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Cb_3_7, 4)
    N:VPSS  P:2 #:01742 T:0000001b5af3092d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00406 T:0000001b5be8917d M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:01743 T:0000001b5af75493 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00407 T:0000001b5be92d53 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:01744 T:0000001b5af86b09 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandPortEnable, nParam1: 17
    N:Video P:1 #:00408 T:0000001b5be9ca91 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:01745 T:0000001b5af92c59 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00409 T:0000001b5bf151e9 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:01746 T:0000001b5afb446b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00410 T:0000001b5bf22fef M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:VPSS  P:2 #:01747 T:0000001b5afc12eb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00411 T:0000001b5bf5ae9f M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:VPSS  P:2 #:01748 T:0000001b5afcd1ff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00412 T:0000001b5bf8fe3b M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:VPSS  P:2 #:01749 T:0000001b5afdcbcb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00413 T:0000001b5bfc33dd M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Ctrl_1_1>
    N:VPSS  P:2 #:01750 T:0000001b5afea0f5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00414 T:0000001b5bfd3937 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.DUCATI.VIDENC_Ctrl_1_1.Exiting..
    N:VPSS  P:2 #:01751 T:0000001b5aff3c69 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<631> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:01752 T:0000001b5afff4fb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EnablePort> @line<777>
    N:VPSS  P:2 #:01753 T:0000001b5b008f03 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EnablePort> @line<815> with error<0:ErrorNone>
    N:VPSS  P:2 #:01754 T:0000001b5b0149e3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:01755 T:0000001b5b01f079 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<121> msg<Notify client for port enable>
    N:VPSS  P:2 #:01756 T:0000001b5b02b7b9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:01757 T:0000001b5b037111 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01758 T:0000001b5b042413 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01759 T:0000001b5b058b41 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:01760 T:0000001b5b0639ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01761 T:0000001b5b06e2d7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<869> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:01762 T:0000001b5b079c21 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01763 T:0000001b5b0c253d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01764 T:0000001b5b0d2b7b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01765 T:0000001b5b0de895 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01766 T:0000001b5b0eab91 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01767 T:0000001b5b0f5717 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01768 T:0000001b5b10193f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01769 T:0000001b5b10bb97 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00415 T:0000001b5cf3ac17 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_GetParameter> @line<695>
    N:Video P:1 #:00416 T:0000001b5cf48173 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:Video P:1 #:00417 T:0000001b5cfbab67 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_GetParameter> @line<695>
    N:Video P:1 #:00418 T:0000001b5cfc6dc5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:01770 T:0000001b5d389175 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.VPSSM3.VFDC
    N:VPSS  P:2 #:01771 T:0000001b5d3a2cbf M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:VPSS  P:2 #:01772 T:0000001b5d3ab607 M:xdc.runtime.Main S:LayerId: 2
    N:VPSS  P:2 #:01773 T:0000001b5d3b8e68 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.VPSSM3.VFDC_Ctrl_2_6, priority 14
    N:VPSS  P:2 #:01774 T:0000001b5d3c3cc5 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:01775 T:0000001b5d3cdb5b M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:01776 T:0000001b5d3d740b M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:01777 T:0000001b5d44ba70 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:01778 T:0000001b5d4572e5 M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:VPSS  P:2 #:01779 T:0000001b5d45fa71 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:VPSS  P:2 #:01780 T:0000001b5d46e56b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:VPSS  P:2 #:01781 T:0000001b5d479c1d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:VPSS  P:2 #:01782 T:0000001b5d484447 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:VPSS  P:2 #:01783 T:0000001b5d498037 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:VPSS  P:2 #:01784 T:0000001b5d4a3ebf M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:VPSS  P:2 #:01785 T:0000001b5d4ae999 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:VPSS  P:2 #:01786 T:0000001b5d4b8cd1 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:VPSS  P:2 #:01787 T:0000001b5d4c34d5 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:VPSS  P:2 #:01788 T:0000001b5d4cd7bf M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:VPSS  P:2 #:01789 T:0000001b5d4d8013 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:VPSS  P:2 #:01790 T:0000001b5d4e2499 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:VPSS  P:2 #:01791 T:0000001b5d4ed10b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:VPSS  P:2 #:01792 T:0000001b5d4fa74f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:VPSS  P:2 #:01793 T:0000001b5d50f9d9 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:01794 T:0000001b5d522f3f M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:01795 T:0000001b5d52eabd M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 3
    N:VPSS  P:2 #:01796 T:0000001b5d5381a9 M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.VPSSM3.VFDC, Layer:2
    N:VPSS  P:2 #:01797 T:0000001b5d54424f M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFDC In table OMX.TI.VPSSM3.VFCC idx 0
    N:VPSS  P:2 #:01798 T:0000001b5d54e493 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFDC In table OMX.TI.VPSSM3.VFDC idx 1
    N:VPSS  P:2 #:01799 T:0000001b5d55899d M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.VFDC found idx: 1
    N:VPSS  P:2 #:01800 T:0000001b5d566d31 M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.VPSSM3.VFDC, omxhandle 0x9f27b040
    N:VPSS  P:2 #:01801 T:0000001b5d5e79a5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SetDefaultProperties> @line<1238>
    N:VPSS  P:2 #:01802 T:0000001b5d5f86b7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:VPSS  P:2 #:01803 T:0000001b5d60ab57 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_ComponentInit> @line<133>
    N:VPSS  P:2 #:01804 T:0000001b5d6449c5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_InitializePorts> @line<115>
    N:VPSS  P:2 #:01805 T:0000001b5d7dad79 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:VPSS  P:2 #:01806 T:0000001b5d942713 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:VPSS  P:2 #:01807 T:0000001b5d95e611 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01808 T:0000001b5d968b39 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01809 T:0000001b5d97473b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01810 T:0000001b5d97f707 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01811 T:0000001b5d98a8ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01812 T:0000001b5d99352d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01813 T:0000001b5d99e25b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01814 T:0000001b5d9a8ec3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01815 T:0000001b5d9b3f1f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01816 T:0000001b5d9bd12d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01817 T:0000001b5d9c7fa9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01818 T:0000001b5d9d561d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01819 T:0000001b5d9e0d85 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01820 T:0000001b5d9e9c05 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01821 T:0000001b5d9f4a2f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01822 T:0000001b5d9ff65d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01823 T:0000001b5da0a5cb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01824 T:0000001b5da132a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01825 T:0000001b5da1dff9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01826 T:0000001b5da28c21 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01827 T:0000001b5da34031 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01828 T:0000001b5da3cebb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01829 T:0000001b5da4f54f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01830 T:0000001b5da5a447 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01831 T:0000001b5da65f5b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01832 T:0000001b5da6ef19 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01833 T:0000001b5da79cb5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01834 T:0000001b5da84945 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01835 T:0000001b5da8f789 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01836 T:0000001b5da98456 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01837 T:0000001b5daa31d9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01838 T:0000001b5daae2e1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01839 T:0000001b5dab98d3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01840 T:0000001b5dac4d2f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01841 T:0000001b5dacfde1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01842 T:0000001b5dadaa33 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01843 T:0000001b5dae60a9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01844 T:0000001b5daeed6b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01845 T:0000001b5daf9a57 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01846 T:0000001b5db0468b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01847 T:0000001b5db0f649 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01848 T:0000001b5db182bd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01849 T:0000001b5db23233 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01850 T:0000001b5db2e04b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01851 T:0000001b5db40915 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01852 T:0000001b5db49ac9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01853 T:0000001b5db549ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01854 T:0000001b5db5f5ab M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01855 T:0000001b5db6a6fb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01856 T:0000001b5db733c5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01857 T:0000001b5db7e185 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01858 T:0000001b5db88de1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01859 T:0000001b5db93c85 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01860 T:0000001b5db9cbbb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01861 T:0000001b5dba7c32 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01862 T:0000001b5dbb4d3f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01863 T:0000001b5dbc082f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01864 T:0000001b5dbc9839 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01865 T:0000001b5dbd4803 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01866 T:0000001b5dbdf527 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01867 T:0000001b5dbea3f7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01868 T:0000001b5dbf30ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01869 T:0000001b5dbfde0f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01870 T:0000001b5dc08a2f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01871 T:0000001b5dc1394d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01872 T:0000001b5dc1c971 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01873 T:0000001b5dc278e5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01874 T:0000001b5dc393b5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01875 T:0000001b5dc450d7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01876 T:0000001b5dc4df07 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01877 T:0000001b5dc58c21 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01878 T:0000001b5dc63861 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01879 T:0000001b5dc6e777 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01880 T:0000001b5dc77413 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01881 T:0000001b5dc82141 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01882 T:0000001b5dc8cd95 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01883 T:0000001b5dc997b9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_DIO_Util> @line<546>
    N:VPSS  P:2 #:01884 T:0000001b5dca42cd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<626>
    N:VPSS  P:2 #:01885 T:0000001b5dcb3771 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_DIO_DefaultGetTotalBufferSize> @line<690> with error<0:ErrorNone>
    N:VPSS  P:2 #:01886 T:0000001b5dcbe82d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_DIO_Util> @line<574> with error<0:ErrorNone>
    N:VPSS  P:2 #:01887 T:0000001b5dcc9729 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SetCallbacks> @line<267>
    N:VPSS  P:2 #:01888 T:0000001b5dcd3d6f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:VPSS  P:2 #:01889 T:0000001b5dcde0d3 M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:VPSS  P:2 #:01890 T:0000001b5dce5107 M:xdc.runtime.Main S:Registering the component OMX.TI.VPSSM3.VFDC with TunnelMgr
    N:VPSS  P:2 #:01891 T:0000001b5dced07d M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9f27b040, 0x9f7074d4)
    N:VPSS  P:2 #:01892 T:0000001b5dcfc555 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9f2763d0, OmxRpcRcmServer_OMX.TI.VPSSM3.VFDC_Cb_3_8, 5)
    N:VPSS  P:2 #:01893 T:0000001b5dd073b1 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:01894 T:0000001b5dd11679 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:01895 T:0000001b5dd1aceb M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:01896 T:0000001b5de37c8d M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:01897 T:0000001b5de4530b M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:VPSS  P:2 #:01898 T:0000001b5de7d6eb M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:VPSS  P:2 #:01899 T:0000001b5deafc0d M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:VPSS  P:2 #:01900 T:0000001b5dedfdd1 M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.VPSSM3.VFDC_Ctrl_2_6>
    N:VPSS  P:2 #:01901 T:0000001b5deef485 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.VPSSM3.VFDC_Ctrl_2_6.Exiting..
    N:VPSS  P:2 #:01902 T:0000001b5f01bfaf M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OMX.TI.VPSSM3.CTRL.DC
    N:VPSS  P:2 #:01903 T:0000001b5f02cb45 M:xdc.runtime.Main S:Entered function:omxrpc_module_init_client (3)
    N:VPSS  P:2 #:01904 T:0000001b5f03f4ff M:xdc.runtime.Main S:LayerId: 2
    N:VPSS  P:2 #:01905 T:0000001b5f04d447 M:xdc.runtime.Main S:@ omxrpc_rcm_server_create: rcmServerName OmxRpcRcmServer_OMX.TI.VPSSM3.CTRL.DC_Ctrl_2_7, priority 14
    N:VPSS  P:2 #:01906 T:0000001b5f058257 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<225> msg<Before RcmServer_Params_init>
    N:VPSS  P:2 #:01907 T:0000001b5f061db3 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<229> msg<After RcmServer_Params_init>
    N:VPSS  P:2 #:01908 T:0000001b5f06b439 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<232> msg<Before RcmServer_create>
    N:VPSS  P:2 #:01909 T:0000001b5f0dfb6f M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_create> @line<240> msg<After RcmServer_create>
    N:VPSS  P:2 #:01910 T:0000001b5f0eb5bd M:xdc.runtime.Main S:@ omxrpc_rcm_server_remote_fxn_register regFxnCategory 1
    N:VPSS  P:2 #:01911 T:0000001b5f0f3a8b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetParameter)
    N:VPSS  P:2 #:01912 T:0000001b5f10254f M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetParameter)
    N:VPSS  P:2 #:01913 T:0000001b5f10cef7 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSetConfig)
    N:VPSS  P:2 #:01914 T:0000001b5f11815b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetConfig)
    N:VPSS  P:2 #:01915 T:0000001b5f122819 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetComponentVersion)
    N:VPSS  P:2 #:01916 T:0000001b5f138659 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetExtensionIndex)
    N:VPSS  P:2 #:01917 T:0000001b5f143909 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcGetState)
    N:VPSS  P:2 #:01918 T:0000001b5f14db47 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcSendCommand)
    N:VPSS  P:2 #:01919 T:0000001b5f158431 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcUseBuffer)
    N:VPSS  P:2 #:01920 T:0000001b5f1626a3 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcAllocBuffer)
    N:VPSS  P:2 #:01921 T:0000001b5f16ce6b M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFreeBuffer)
    N:VPSS  P:2 #:01922 T:0000001b5f1774ed M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcEmptyThisBuffer)
    N:VPSS  P:2 #:01923 T:0000001b5f182035 M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcFillThisBuffer)
    N:VPSS  P:2 #:01924 T:0000001b5f18d17d M:xdc.runtime.Main S:Calling RcmServer_addSymbol(OmxRpcTunnelRequest)
    N:VPSS  P:2 #:01925 T:0000001b5f1993ff M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<256> msg<Before RcmServer_start>
    N:VPSS  P:2 #:01926 T:0000001b5f1ab167 M:xdc.runtime.Main S:Module<ti.omx> @<omxrpc_rcm_server_start> @line<258> msg<After RcmServer_start>
    N:VPSS  P:2 #:01927 T:0000001b5f1b6123 M:xdc.runtime.Main S:Instance Register with omxRpc Module.Cnt = 4
    N:VPSS  P:2 #:01928 T:0000001b5f1bd8c3 M:xdc.runtime.Main S:L_create: OmxRpc create: Component:OMX.TI.VPSSM3.CTRL.DC, Layer:2
    N:VPSS  P:2 #:01929 T:0000001b5f1c761b M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFCC idx 0
    N:VPSS  P:2 #:01930 T:0000001b5f1cfe79 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFDC idx 1
    N:VPSS  P:2 #:01931 T:0000001b5f1d81f3 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFPC.DEIHDUALOUT idx 2
    N:VPSS  P:2 #:01932 T:0000001b5f1e1155 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFPC.DEIMDUALOUT idx 3
    N:VPSS  P:2 #:01933 T:0000001b5f1e9e1b M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFPC.NF idx 4
    N:VPSS  P:2 #:01934 T:0000001b5f1f2685 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.VFPC.INDTXSCWB idx 5
    N:VPSS  P:2 #:01935 T:0000001b5f1fb605 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.CTRL.TVP idx 6
    N:VPSS  P:2 #:01936 T:0000001b5f22b90f M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC In table OMX.TI.VPSSM3.CTRL.DC idx 7
    N:VPSS  P:2 #:01937 T:0000001b5f2346c7 M:xdc.runtime.Main S:Component OMX.TI.VPSSM3.CTRL.DC found idx: 7
    N:VPSS  P:2 #:01938 T:0000001b5f23ec43 M:xdc.runtime.Main S:In OMX_GetHandle, component OMX.TI.VPSSM3.CTRL.DC, omxhandle 0x9f2a38b0
    N:VPSS  P:2 #:01939 T:0000001b5f25686b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_SetDefaultProperties> @line<1238>
    N:VPSS  P:2 #:01940 T:0000001b5f260b83 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_SetDefaultProperties> @line<1280> with error<0:ErrorNone>
    N:VPSS  P:2 #:01941 T:0000001b5f26f7b5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_ComponentInit> @line<133>
    N:VPSS  P:2 #:01942 T:0000001b5f29c87d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_InitializePorts> @line<115>
    N:VPSS  P:2 #:01943 T:0000001b5f2ab7bb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_InitializePorts> @line<217> with error<0:ErrorNone>
    N:VPSS  P:2 #:01944 T:0000001b5f3096f1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_ComponentInit> @line<247> with error<0:ErrorNone>
    N:VPSS  P:2 #:01945 T:0000001b5f3742c1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_SetCallbacks> @line<267>
    N:VPSS  P:2 #:01946 T:0000001b5f37eef7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_SetCallbacks> @line<308> with error<0:ErrorNone>
    N:VPSS  P:2 #:01947 T:0000001b5f38be7d M:xdc.runtime.Main S:Result of pComponentInit: ErrorNone
    N:VPSS  P:2 #:01948 T:0000001b5f392d05 M:xdc.runtime.Main S:Registering the component OMX.TI.VPSSM3.CTRL.DC with TunnelMgr
    N:VPSS  P:2 #:01949 T:0000001b5f39b3fb M:xdc.runtime.Main S:Entered: DomxTunnelMgr_registerHandle (0x9f2a38b0, 0x9f7074d4)
    N:VPSS  P:2 #:01950 T:0000001b5f3abbc9 M:xdc.runtime.Main S:Entered function:OmxRpc_rcmClientCreate (0x9f29ec40, OmxRpcRcmServer_OMX.TI.VPSSM3.CTRL.DC_Cb_3_9, 5)
    N:VPSS  P:2 #:01951 T:0000001b5f3b6ca7 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<983> msg<Before RcmClient_Params_init>
    N:VPSS  P:2 #:01952 T:0000001b5f3c0e77 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<985> msg<After RcmClient_Params_init>
    N:VPSS  P:2 #:01953 T:0000001b5f3ca7c1 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<990> msg<Before RcmClient_create>
    N:VPSS  P:2 #:01954 T:0000001b5f4b3903 M:xdc.runtime.Main S:Module<ti.omx> @<OmxRpc_rcmClientCreate> @line<992> msg<After RcmClient_create>
    N:VPSS  P:2 #:01955 T:0000001b5f4c1963 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEventHandler)
    N:VPSS  P:2 #:01956 T:0000001b5f500949 M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbEmptyBufferDone)
    N:VPSS  P:2 #:01957 T:0000001b5f5336ef M:xdc.runtime.Main S:main: calling RcmClient_getSymbolIndex(OmxRpcCbFillBufferDone)
    N:VPSS  P:2 #:01958 T:0000001b5f58430f M:xdc.runtime.Main S:Module<ti.omx> @<domxtmgr_register_skelinfo> @line<417> msg<OmxRpcRcmServer_OMX.TI.VPSSM3.CTRL.DC_Ctrl_2_7>
    N:VPSS  P:2 #:01959 T:0000001b5f5940b5 M:xdc.runtime.Main S:OmxRpc_rcmIfGetHandle:ComponentName:OmxRpcRcmServer_OMX.TI.VPSSM3.CTRL.DC_Ctrl_2_7.Exiting..
    N:VPSS  P:2 #:01960 T:0000001b5ff6234b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_GetParameter> @line<695>
    N:VPSS  P:2 #:01961 T:0000001b5ff6f1ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_GetParameter> @line<858> with error<0:ErrorNone>
    N:VPSS  P:2 #:01962 T:0000001b5ffa8b07 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SetParameter> @line<890>
    N:VPSS  P:2 #:01963 T:0000001b5ffb43ef M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:VPSS  P:2 #:01964 T:0000001b60068b49 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SetParameter> @line<890>
    N:VPSS  P:2 #:01965 T:0000001b6007d00f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SetParameter> @line<1163> with error<0:ErrorNone>
    N:VPSS  P:2 #:01966 T:0000001b600a9d1b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01967 T:0000001b600b90a1 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandPortEnable, nParam1: 0
    N:VPSS  P:2 #:01968 T:0000001b600c5a71 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01969 T:0000001b600dcb49 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01970 T:0000001b600eda45 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:01971 T:0000001b600f79dc M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdEvent> @line<631> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:01972 T:0000001b6010294b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_EnablePort> @line<777>
    N:VPSS  P:2 #:01973 T:0000001b6010bae9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_EnablePort> @line<815> with error<0:ErrorNone>
    N:VPSS  P:2 #:01974 T:0000001b60116db4 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:01975 T:0000001b60120907 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_CB_ReturnEventNotify> @line<121> msg<Notify client for port enable>
    N:VPSS  P:2 #:01976 T:0000001b6012bed1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:01977 T:0000001b601364e7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:01978 T:0000001b60140e2b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:01979 T:0000001b6014c89d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:01980 T:0000001b601563af M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:01981 T:0000001b6016995b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<869> msg<Processing OMX_CommandPortEnable>
    N:VPSS  P:2 #:01982 T:0000001b601755c7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:01983 T:0000001b601c3b3f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:01984 T:0000001b601d4b0b M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:VPSS  P:2 #:01985 T:0000001b601e584f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:01986 T:0000001b601fd335 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01987 T:0000001b60209019 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:VPSS  P:2 #:01989 T:0000001b60224999 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:01990 T:0000001b602413f5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Init> @line<120>
    N:VPSS  P:2 #:01991 T:0000001b6024af47 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9f1f2fb8, 0, OMX.DIO.NONTUNNEL, 0x9f1f297c)
    N:VPSS  P:2 #:01992 T:0000001b602666e3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:VPSS  P:2 #:01993 T:0000001b602712cd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_DIO_Open> @line<252>
    N:VPSS  P:2 #:01994 T:0000001b60362aa5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:VPSS  P:2 #:01988 T:0000001b6021426b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:VPSS  P:2 #:01996 T:0000001b6039f377 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:01997 T:0000001b603ead01 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:01995 T:0000001b6038843d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:01999 T:0000001b60431ce9 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:01998 T:0000001b6041d32d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:02000 T:0000001b6047df65 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:02002 T:0000001b604c655b M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:02001 T:0000001b604a5091 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:02003 T:0000001b604f901d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:02004 T:0000001b60503b25 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:02005 T:0000001b6050e8bd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:02006 T:0000001b605182b5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<_OMX_BASE_HandleStateTransition> @line<339> msg<Loaded to Idle Transition>
    N:VPSS  P:2 #:02007 T:0000001b60567bc3 M:xdc.runtime.Main S: OMX_VFCC_DriverCreate - set storage fmt fieldMerged:0 bufferFmt:FRAME
    N:VPSS  P:2 #:02008 T:0000001b60576809 M:xdc.runtime.Main S: OMX_VFCC_DriverCreate - DONE !!!
    N:VPSS  P:2 #:02009 T:0000001b6057dd41 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:02010 T:0000001b60587f19 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:02011 T:0000001b60593eb7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:02012 T:0000001b6059f2cf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:02013 T:0000001b605add25 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:02014 T:0000001b605b90df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:02015 T:0000001b605c50d1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:Video P:1 #:00419 T:0000001b6110e45b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:02016 T:0000001b605ce97d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00420 T:0000001b6111fdd7 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:VPSS  P:2 #:02017 T:0000001b605d857b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00421 T:0000001b6112e70f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:02018 T:0000001b605e3a03 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:Video P:1 #:00422 T:0000001b61149deb M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:02019 T:0000001b605edd61 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> @<_OMX_BASE_HandleStateTransitionComplete> @line<535> msg<Loaded to Idle Transition>
    N:Video P:1 #:00423 T:0000001b61157999 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:02020 T:0000001b605fa009 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_RestoreDioGroupInfo> @line<1398>
    N:Video P:1 #:00424 T:0000001b611609dd M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:02021 T:0000001b606045fd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_RestoreDioGroupInfo> @line<1453> with error<0:ErrorNone>
    N:Video P:1 #:00425 T:0000001b6116b625 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:02022 T:0000001b6060f9a3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:Video P:1 #:00426 T:0000001b61174bd5 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransition> @line<339> msg<Loaded to Idle Transition>
    N:VPSS  P:2 #:02023 T:0000001b6061af41 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00427 T:0000001b61188773 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3614::VENC->Loaded to Idle Transition Begin
    N:VPSS  P:2 #:02024 T:0000001b606669b9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00428 T:0000001b6119237f M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3618::VENC->Before VIDENC2_Create
    N:VPSS  P:2 #:02025 T:0000001b60678171 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 2
    N:Video P:1 #:00429 T:0000001b6119c0e9 M:xdc.runtime.Main S:Calling VIDENC2_create for ivahd_h264enc_0
    N:VPSS  P:2 #:02026 T:0000001b60685ed3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00430 T:0000001b6125b045 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:02027 T:0000001b606abd21 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00431 T:0000001b612654e1 M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 69376 sizeDim1 = 0 alignment = 32
    N:VPSS  P:2 #:02028 T:0000001b606b85ed M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00432 T:0000001b6127c2e5 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:02029 T:0000001b606c3bef M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00433 T:0000001b612846d5 M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 18240 sizeDim1 = 0 alignment = 32
    N:VPSS  P:2 #:02030 T:0000001b606cf04b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00434 T:0000001b61297845 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:02031 T:0000001b606e6adf M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00435 T:0000001b612a083f M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 2960 sizeDim1 = 0 alignment = 32
    N:VPSS  P:2 #:02032 T:0000001b606efa13 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[0] UseThisBufferDJDBG
    N:Video P:1 #:00436 T:0000001b612b0797 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:02033 T:0000001b6070b133 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Init> @line<120>
    N:Video P:1 #:00437 T:0000001b612b83ff M:xdc.runtime.Main S:accessDimension = 0, accessUnit = 1 sizeDim0 = 36 sizeDim1 = 0 alignment = 32
    N:VPSS  P:2 #:02034 T:0000001b60715527 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9f24da98, 0, OMX.DIO.NONTUNNEL, 0x9f24d468)
    N:Video P:1 #:00438 T:0000001b612c73a5 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:02035 T:0000001b60731839 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:Video P:1 #:00439 T:0000001b612cf081 M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 2 sizeDim0 = 2048 sizeDim1 = 1152 alignment = 32
    N:VPSS  P:2 #:02036 T:0000001b6073c689 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Open> @line<252>
    N:Video P:1 #:00440 T:0000001b612ded01 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:02037 T:0000001b607717bf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:Video P:1 #:00441 T:0000001b612e6eff M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 3 sizeDim0 = 2048 sizeDim1 = 576 alignment = 32
    N:VPSS  P:2 #:02039 T:0000001b607aa041 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00442 T:0000001b612fa471 M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:02040 T:0000001b607b3083 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[1] UseThisBufferDJDBG
    N:Video P:1 #:00443 T:0000001b613028b1 M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 2 sizeDim0 = 2048 sizeDim1 = 1152 alignment = 32
    N:VPSS  P:2 #:02038 T:0000001b6078d80f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFCC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00444 T:0000001b6131430d M:xdc.runtime.Main S:IRESMAN_TILEDMEMORY_getHandles_Plugin 285
    N:VPSS  P:2 #:02042 T:0000001b607f1bab M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00445 T:0000001b6131c4b5 M:xdc.runtime.Main S:accessDimension = 1, accessUnit = 3 sizeDim0 = 2048 sizeDim1 = 576 alignment = 32
    N:VPSS  P:2 #:02043 T:0000001b607fb29b M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[2] UseThisBufferDJDBG
    N:Video P:1 #:00446 T:0000001b6133ef43 M:xdc.runtime.Main S:VIDENC2_control(XDM_GETSTATUS) after VIDENC2_create returned errorcode = 0x0
    N:VPSS  P:2 #:02041 T:0000001b607de1e3 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00447 T:0000001b61376133 M:xdc.runtime.Main S:VIDENC2_control(XDM_GETSTATUS) returned errorcode = 0x0
    N:VPSS  P:2 #:02045 T:0000001b60843a61 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00448 T:0000001b6137f68b M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3633::VENC->VIDENC2_Create Successful
    N:VPSS  P:2 #:02046 T:0000001b6084d2ad M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[3] UseThisBufferDJDBG
    N:Video P:1 #:00449 T:0000001b6138a461 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3665::VENC->Before IvaServer_registerInstance
    N:VPSS  P:2 #:02044 T:0000001b60870a3f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00450 T:0000001b61399d9b M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 665::Width 1920::Height 1080::Resolution 4
    N:VPSS  P:2 #:02048 T:0000001b60890ba1 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00451 T:0000001b613a6d83 M:xdc.runtime.Main S:IvaScheduler_asssignStaticResource::Line 356::CodecId 0::Allocated IVAHD 1::Estimated IVAHD Load of Codec(MHz) 250::Total IVAHD load(MHz) 250
    N:VPSS  P:2 #:02049 T:0000001b60899fd3 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[4] UseThisBufferDJDBG
    N:Video P:1 #:00452 T:0000001b613b42b5 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 816::Scheduling Scheme 0
    N:VPSS  P:2 #:02047 T:0000001b6087c6a9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00453 T:0000001b613bc22d M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 818::Number of IVAHDs 3
    N:VPSS  P:2 #:02051 T:0000001b608ddacf M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:Video P:1 #:00454 T:0000001b613c4401 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 820::Number of registered channels 1
    N:VPSS  P:2 #:02052 T:0000001b608e6d63 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[5] UseThisBufferDJDBG
    N:Video P:1 #:00456 T:0000001b613e3c07 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:02050 T:0000001b608c731f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:Video P:1 #:00457 T:0000001b613ee883 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[0] UseThisBufferDJDBG
    N:VPSS  P:2 #:02053 T:0000001b6091a415 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<_OMX_BASE_HandleStateTransition> @line<339> msg<Loaded to Idle Transition>
    N:Video P:1 #:00458 T:0000001b6140a595 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Init> @line<120>
    N:VPSS  P:2 #:02054 T:0000001b60940701 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00459 T:0000001b614143c5 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9dd2ee70, 0, OMX.DIO.NONTUNNEL, 0x9dd2e800)
    N:VPSS  P:2 #:02055 T:0000001b6095ce2d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Init> @line<120>
    N:Video P:1 #:00460 T:0000001b614256bb M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:VPSS  P:2 #:02056 T:0000001b60966e7d M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9f24da98, 16, OMX.DIO.NONTUNNEL, 0x9f24d45c)
    N:Video P:1 #:00461 T:0000001b6143057f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_DIO_Open> @line<252>
    N:VPSS  P:2 #:02057 T:0000001b6097b44d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:Video P:1 #:00462 T:0000001b614642cd M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:VPSS  P:2 #:02058 T:0000001b60986687 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Open> @line<252>
    N:Video P:1 #:00455 T:0000001b613ccfff M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 825::IVAHD Queue 0::Number of channels 0
    N:VPSS  P:2 #:02059 T:0000001b60a59de7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:Video P:1 #:00463 T:0000001b61489ba3 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 827::IVAHD Queue 0::Number of frames 0
    N:VPSS  P:2 #:02060 T:0000001b60a9825d M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00465 T:0000001b614a46eb M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:02061 T:0000001b60ae0477 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00466 T:0000001b614ae4c7 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[1] UseThisBufferDJDBG
    N:VPSS  P:2 #:02062 T:0000001b60b5822f M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00464 T:0000001b61492d05 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 829::IVAHD Queue 0::Number of commands 0
    N:VPSS  P:2 #:02063 T:0000001b60ba9361 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00468 T:0000001b614ed455 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:02064 T:0000001b60c6b7b9 M:xdc.runtime.Main S:M2M Driver DEI-DualOut Opened!!
    N:Video P:1 #:00469 T:0000001b614f7661 M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[2] UseThisBufferDJDBG
    N:Video P:1 #:00467 T:0000001b614df1f9 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 831::IVAHD Queue 0::Last Codec Id 0
    N:VPSS  P:2 #:02065 T:0000001b60c759dd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:Video P:1 #:00471 T:0000001b615373cb M:xdc.runtime.Main S:Entered Function :omxrpc_skel_usebuffer
    N:VPSS  P:2 #:02066 T:0000001b60c80001 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:Video P:1 #:00472 T:0000001b61540eef M:xdc.runtime.Main S:OMX_BASE_UseBuffer::Line 1383::buffer ::[3] UseThisBufferDJDBG
    N:VPSS  P:2 #:02067 T:0000001b60c8d195 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:Video P:1 #:00470 T:0000001b61526945 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 833::IVAHD Queue 0::Load(MHz) 0
    N:VPSS  P:2 #:02068 T:0000001b60c98797 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:Video P:1 #:00473 T:0000001b61571c57 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 825::IVAHD Queue 1::Number of channels 1
    N:VPSS  P:2 #:02069 T:0000001b60ca44f1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:Video P:1 #:00475 T:0000001b6158c7f5 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:VPSS  P:2 #:02070 T:0000001b60caf721 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00476 T:0000001b615b28ff M:xdc.runtime.Main S: Error in OMX_BASE_AllocateBuffer :: line 1216
    N:VPSS  P:2 #:02071 T:0000001b60ce3157 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:02072 T:0000001b60ced5a9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:Video P:1 #:00477 T:0000001b615bc51d M:xdc.runtime.Main S:OMX_BASE_AllocateBuffer::Line 1341:: Check omx state, port enable and buffer size
    N:VPSS  P:2 #:02073 T:0000001b60cf7af5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00478 T:0000001b615c55b9 M:xdc.runtime.Main S: OMX Error in OMX_TI_VIDENC_AllocateBuffer :: line 606
    N:VPSS  P:2 #:02074 T:0000001b60d031ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:VPSS  P:2 #:02075 T:0000001b60d0dc1b M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> @<_OMX_BASE_HandleStateTransitionComplete> @line<535> msg<Loaded to Idle Transition>
    N:Video P:1 #:00479 T:0000001b615d1ee9 M:xdc.runtime.Main S:PROCESS_AllocBuffer: Error in AllocBuffer 0x80001005
    N:VPSS  P:2 #:02076 T:0000001b60d1b3ad M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_RestoreDioGroupInfo> @line<1398>
    N:Video P:1 #:00474 T:0000001b6157c02f M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 827::IVAHD Queue 1::Number of frames 0
    N:VPSS  P:2 #:02077 T:0000001b60d2692d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_RestoreDioGroupInfo> @line<1453> with error<0:ErrorNone>
    N:Video P:1 #:00480 T:0000001b615f2109 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 829::IVAHD Queue 1::Number of commands 0
    N:VPSS  P:2 #:02078 T:0000001b60d33281 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:Video P:1 #:00481 T:0000001b615fb323 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 831::IVAHD Queue 1::Last Codec Id 0
    N:VPSS  P:2 #:02079 T:0000001b60d3f0a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:Video P:1 #:00482 T:0000001b61604043 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 833::IVAHD Queue 1::Load(MHz) 250
    N:VPSS  P:2 #:02080 T:0000001b60ee21bd M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00483 T:0000001b6160cd8e M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 825::IVAHD Queue 2::Number of channels 0
    N:VPSS  P:2 #:02081 T:0000001b60eff321 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Init> @line<120>
    N:Video P:1 #:00484 T:0000001b61616787 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 827::IVAHD Queue 2::Number of frames 0
    N:VPSS  P:2 #:02082 T:0000001b60f09243 M:xdc.runtime.Main S:Entered: OMX_BASE_DIO_Init (0x9f24da98, 17, OMX.DIO.NONTUNNEL, 0x9f24d45c)
    N:Video P:1 #:00485 T:0000001b61620a59 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 829::IVAHD Queue 2::Number of commands 0
    N:VPSS  P:2 #:02083 T:0000001b60f198e5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Init> @line<172> with error<0:ErrorNone>
    N:Video P:1 #:00486 T:0000001b6162acf3 M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 831::IVAHD Queue 2::Last Codec Id 0
    N:VPSS  P:2 #:02084 T:0000001b60f24ed9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_DIO_Open> @line<252>
    N:Video P:1 #:00487 T:0000001b6163408d M:xdc.runtime.Main S:IvaScheduler_registerInstance::Line 833::IVAHD Queue 2::Load(MHz) 0
    N:VPSS  P:2 #:02085 T:0000001b60fdd6b1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_DIO_Open> @line<258> with error<0:ErrorNone>
    N:Video P:1 #:00488 T:0000001b6163e7f1 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3673::VENC->IvaServer_registerInstance Successful
    N:VPSS  P:2 #:02086 T:0000001b61019f71 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00489 T:0000001b616558e5 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 3745::VENC->Loaded to Idle Transition End
    N:VPSS  P:2 #:02087 T:0000001b6105bfed M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00490 T:0000001b61660f49 M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 4038::VENC->Before OMX_EventCmdComplete Notify
    N:VPSS  P:2 #:02088 T:0000001b6109bb47 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_allocbuffer
    N:Video P:1 #:00491 T:0000001b6166babf M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CB_ReturnEventNotify> @line<100>
    N:VPSS  P:2 #:02089 T:0000001b610fdd57 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<_OMX_BASE_EventNotifyToClient> @line<1172> with error<0:ErrorNone>
    N:Video P:1 #:00492 T:0000001b6167706b M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_CB_ReturnEventNotify> @line<115> msg<Notify client for state transition>
    N:VPSS  P:2 #:02090 T:0000001b6110c7b7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_PROCESS_CmdCompleteEvent> @line<930> with error<0:ErrorNone>
    N:Video P:1 #:00493 T:0000001b6168499d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CB_ReturnEventNotify> @line<224> with error<0:ErrorNone>
    N:VPSS  P:2 #:02091 T:0000001b61118def M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdCompleteEventHandler> @line<496> with error<0:ErrorNone>
    N:Video P:1 #:00494 T:0000001b61690a8f M:xdc.runtime.Main S:OMX_TI_VIDENC_CommandNotifyFromBase::Line 4044::VENC->OMX_EventCmdComplete Notify Done
    N:VPSS  P:2 #:02092 T:0000001b61129863 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00495 T:0000001b6169e78f M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<0:ErrorNone>
    N:VPSS  P:2 #:02093 T:0000001b61135471 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFPC.DEIHDUALOUT> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:Video P:1 #:00496 T:0000001b616aa6d3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<0:ErrorNone>
    N:VPSS  P:2 #:02094 T:0000001b61624d09 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_SendCommand> @line<499>
    N:Video P:1 #:00497 T:0000001b616b756d M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:02095 T:0000001b61635c31 M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 1
    N:Video P:1 #:00498 T:0000001b616c9bf7 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_CmdCompleteEventHandler> @line<483>
    N:VPSS  P:2 #:02096 T:0000001b616437c7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:Video P:1 #:00499 T:0000001b616d4ab3 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_PROCESS_CmdCompleteEvent> @line<809>
    N:VPSS  P:2 #:02098 T:0000001b6167bf31 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:Video P:1 #:00500 T:0000001b616df199 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<OMX_BASE_PROCESS_CmdCompleteEvent> @line<821> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:02099 T:0000001b616a0f25 M:xdc.runtime.Main S: Error in OMX_BASE_FreeBuffer :: line 1489
    N:Video P:1 #:00501 T:0000001b616ea985 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_HandleStateTransitionComplete> @line<506>
    N:Video P:1 #:00502 T:0000001b616f51f7 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> @<_OMX_BASE_HandleStateTransitionComplete> @line<535> msg<Loaded to Idle Transition>
    N:VPSS  P:2 #:02097 T:0000001b61668ff1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:Video P:1 #:00503 T:0000001b61702c99 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<OMX_BASE_RestoreDioGroupInfo> @line<1398>
    N:VPSS  P:2 #:02100 T:0000001b616c2d5d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:Video P:1 #:00504 T:0000001b6170ea43 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<OMX_BASE_RestoreDioGroupInfo> @line<1453> with error<0:ErrorNone>
    N:VPSS  P:2 #:02101 T:0000001b616cd8f7 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:Video P:1 #:00505 T:0000001b61719fa9 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Leaving<_OMX_BASE_HandleStateTransitionComplete> @line<704> with error<0:ErrorNone>
    N:VPSS  P:2 #:02102 T:0000001b616dc52f M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:Video P:1 #:00506 T:0000001b61725621 M:xdc.runtime.Main S:Module<OMX.TI.DUCATI.VIDENC> Entering<_OMX_BASE_EventNotifyToClient> @line<881>
    N:VPSS  P:2 #:02103 T:0000001b616e6a97 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<-2147479534:ErrorSameState>
    N:VPSS  P:2 #:02104 T:0000001b61820dbb M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<-2147479534:ErrorSameState>
    N:VPSS  P:2 #:02105 T:0000001b6182eacf M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<-2147479534:ErrorSameState>
    N:VPSS  P:2 #:02106 T:0000001b61839fbd M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:02107 T:0000001b6184dc01 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.VFDC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>
    N:VPSS  P:2 #:02108 T:0000001b61983195 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:02109 T:0000001b619a8a41 M:xdc.runtime.Main S: Error in OMX_BASE_FreeBuffer :: line 1489
    N:VPSS  P:2 #:02110 T:0000001b61a02795 M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:02111 T:0000001b61a261b7 M:xdc.runtime.Main S: Error in OMX_BASE_FreeBuffer :: line 1489
    N:VPSS  P:2 #:02112 T:0000001b61a9210d M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:02113 T:0000001b61ab82bf M:xdc.runtime.Main S: Error in OMX_BASE_FreeBuffer :: line 1489
    N:VPSS  P:2 #:02114 T:0000001b61afd4ff M:xdc.runtime.Main S:Entered Function :omxrpc_skel_freebuffer
    N:VPSS  P:2 #:02115 T:0000001b61b2abd9 M:xdc.runtime.Main S: Error in OMX_BASE_FreeBuffer :: line 1489
    N:VPSS  P:2 #:02116 T:0000001b61b75f7d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_SendCommand> @line<499>
    N:VPSS  P:2 #:02117 T:0000001b61b86b2b M:xdc.runtime.Main S:OMX_BASE_SendCommand:OMX_CommandStateSet, nParam1: 1
    N:VPSS  P:2 #:02118 T:0000001b61b950a1 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_SendCommand> @line<669> with error<0:ErrorNone>
    N:VPSS  P:2 #:02119 T:0000001b61bb1d13 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:02120 T:0000001b61bbeaf9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_PROCESS_CmdEvent> @line<526>
    N:VPSS  P:2 #:02121 T:0000001b61bc83ff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> @<OMX_BASE_PROCESS_CmdEvent> @line<538> msg<Processing OMX_CommandStateSet>
    N:VPSS  P:2 #:02122 T:0000001b61bd30a9 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<_OMX_BASE_HandleStateTransition> @line<316>
    N:VPSS  P:2 #:02123 T:0000001b61bdcd0d M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<_OMX_BASE_HandleStateTransition> @line<483> with error<-2147479534:ErrorSameState>
    N:VPSS  P:2 #:02124 T:0000001b61c3feff M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_PROCESS_CmdEvent> @line<784> with error<-2147479534:ErrorSameState>
    N:VPSS  P:2 #:02125 T:0000001b61c4d5df M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<-2147479534:ErrorSameState>
    N:VPSS  P:2 #:02126 T:0000001b61c58f99 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Entering<OMX_BASE_CmdEventHandler> @line<434>
    N:VPSS  P:2 #:02127 T:0000001b61c630d5 M:xdc.runtime.Main S:Module<OMX.TI.VPSSM3.CTRL.DC> Leaving<OMX_BASE_CmdEventHandler> @line<466> with error<0:ErrorNone>

  • I've gotten it working at 1080p by severely reducing the size of the second output from the deinterlacer.  It's now forced to 640x480 instead of keeping the same resolution as is done in the capture_encoder example.  Since I'm not currently using the encoder this should work for now.  However, at some point I'm going to want to make use of the encoder and I'll want it to be a reasonable resolution.  From my experiments it seems that the problem occurs when I try to allocate more than about 60 megabytes.  Is there any way to increase the available memory for the omx chain?

    I'd really like some help here, but no one is responding.  Is this because no one knows the answers or because TI is no longer providing support for the DM8168?  It's starting to get pretty frustrating.