Hello Robert,
Thanks your for time.
Now i am not getting CMEM error, i have used following CMEM configuration .
insmod cmemk.ko phys_start=0x87800000 phys_end=0x88E00000
pools=3x131072,1x1244162,25x829442
insmod dsplinkk.ko ddr_start=0x8F800000 ddr_size=0x600000
I am using following gstreamer statements to run h264 video files (I used
video files which i got along with demo)
gst-launch-0.10 -v filesrc location=$1 ! gdecoder Codec=0 ! queue !
fbvideosink device=/dev/fb/3
but i do not see any video on my LCD screen .I even tried playing some
MPEG4,AVI files with corresponding codec value in gstreamer statement .I
have observed form trace that dsp image is getting loaded along with all memory
allocation is fine
and even video decode process is going through and after some time entire
pipeline hangs.I have attached in log for your kind reference.I have tested
frame buffer(/dev/fb/3, cp rgb16 /dev/fb/3) by copying some rgb16 image it
works fine.
Thanks & Regards,
Anil
----- Original Message -----
From: Tivy, Robert
To: Anil ; [email protected]
Sent: Friday, August 29, 2008 6:19 AM
Subject: RE: Need Help on Gstreamer AVI - 264 video files
Anil,
It sounds like you're doing the right things with CMEM, so I can't directly
answer your problem but do have some suggestions...
First, make sure that cmemk.ko insmod's correctly, without error (errors will
go to the console, and/or retrieved with the 'dmesg' command).
Second, after getting the failure, you can do
% cat /proc/cmem
to see the allocation status of all buffers in all pools. You might see the
problem from this output, but if you still believe that it's failing when it
should be succeeding, email me (and/or this list) and we'll take it from there.
Regards,
- Rob
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anil
Sent: Thursday, August 28, 2008 1:46 AM
To: [email protected]
Subject: Need Help on Gstreamer AVI - 264 video files
Hi,
I have issue with playing AVI / 264 video file using Gstreamer Release
2008.07.26
Followings are default parameter which I got with this release for
cmemk and dsplink
insmod cmemk.ko phys_start=0x87800000 phys_end=0x88E00000
pools=20x4096,8x202752,10x131072,2x1048576,1x2097152,18x614400
insmod dsplinkk.ko ddr_start=0x8F800000 ddr_size=0x60000
Following is the error what I got while running demo test script for avi
files
CMEMK Error: Failed to find a pool which fits 691200
I added pool of 25x691200 by adjusting the pools which I got with
gstreamer release for CMEMK.
I even tried to play video files of CIF ,4CIF,QCIF resolution of h264
format files using following
gst-launch-0.10 filesrc location=$1 ! queue max-size-buffers=60 !
gdecoder Codec=0 ! fbvideosink device=/dev/fb/3
I even tried to change the resolution in gstdecoder.h default was
(720x480) which it seems is in NTSC format
so i changed it to PAL format (720x576) ,and adjusted the cmemk memory
poll to accommodate 25x829440
but still get the following error
CMEMK Error: Failed to find a pool which fits 829440
Thank's & Regards,
Anil
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
TraceUtil> Relevant environment variables:
TraceUtil> CE_TRACE = *=01234567
TraceUtil> CE_TRACEFILE = undefined
TraceUtil> TRACEUTIL_DSP0TRACEFILE = undefined
TraceUtil> TRACEUTIL_DSP0BIOSFILE = undefined
TraceUtil> TRACEUTIL_DSP0TRACEMASK = *=01234567
TraceUtil> TRACEUTIL_REFRESHPERIOD = undefined
TraceUtil> CE_TRACEFILEFLAGS = undefined
TraceUtil> TRACEUTIL_CMDPIPE = undefined
TraceUtil> TRACEUTIL_VERBOSE = 1
TraceUtil> Local trace file name: stdout
TraceUtil> DSP CE trace file name: stdout
TraceUtil> DSP/BIOS log file name: none
TraceUtil> Command pipe name: /tmp/cecmdpipe
TraceUtil> Arm trace mask: "*=01234567"
TraceUtil> DSP trace mask: "*=01234567"
@0x000580a0:[T:0x41955b60] CE - Engine_open('H264Engine', 0x0, 0x41955164)
@0x0005826f:[T:0x41955b60] CE - rserverOpen('./H264Combo.x64P'), count = 0
@0x00058346:[T:0x41955b60] OP - Process_create>
Enter(imageName='./H264Combo.x64P', attrs=0x41955168)
@0x00058567:[T:0x42155b60] OP - daemon> thread created.
@0x000587ad:[T:0x42155b60] OP - Process_create_d> Enter(proc=0x74a30)
@0x0005884f:[T:0x42155b60] OP - Process_create_d> Initializing DSP PROC...
@0x00058c59:[T:0x42155b60] OP - Process_create_d> Attaching to DSP PROC...
@0x0005909a:[T:0x42155b60] OP - Process_create_d> Opening MSGQ pool...
@0x000592dc:[T:0x42155b60] OP - Process_create_d> Loading ./H264Combo.x64P on
DSP (2 args)...
@0x00072834:[T:0x42155b60] OP - Process_create_d> Starting DSP PROC...
@0x000735f6:[T:0x42155b60] OP - Process_create_d> Opening remote transport...
@0x000737bd:[T:0x42155b60] OP - Process_create_d> return (1)
@0x00073918:[T:0x41955b60] OP - Process_create> return (0x74a30)
@0x000739db:[T:0x41955b60] CE - rserverOpen('./H264Combo.x64P'): 0x405bf86c
done.
@0x00073aa4:[T:0x41955b60] OC - Comm_create> Enter(queueName='H264Engine',
queue=0x75c10, attrs=0x0)
@0x00073c4d:[T:0x41955b60] OC - Comm_create> return (0x75c40)
@0x00073d18:[T:0x41955b60] OC - Comm_alloc> Enter(poolId=0x0, msg=0x75c1c,
size=576)
@0x00073ded:[T:0x41955b60] OC - Comm_alloc> msg=0x42158900, returning (0)
@0x00073e92:[T:0x41955b60] OC - Comm_locate> Enter(queueName='rmsq',
queue=0x75c0c)
@0x000758a4:[T:0x41955b60] OC - Comm_locate> return (0)
@0x0007596c:[T:0x41955b60] CE - checkServer(0x75c00)
@0x00075a19:[T:0x41955b60] OC - Comm_put> Enter(queue=0x0, msg=0x42158900)
@0x00075aeb:[T:0x41955b60] OC - Comm_put> return (0)
@0x00075bd5:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10000, msg=0x41955160,
timeout=-1)
@0x00075cad:[T:0x41955b60] OC - Comm_get> return (0)
@0x00075da7:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_create> Enter
(server=0x75c00, name='h264mpdec', p)
@0x00075eab:[T:0x41955b60] CV - VISA_create(0x75c00, 'h264mpdec', 0x419552d0,
0x836, 'ti.sdo.ce.video.IVIDDEC)
@0x00075f89:[T:0x41955b60] CE - Engine_createNode(0x75c00, 'h264mpdec', 836,
0x419552d0)
@0x00076045:[T:0x41955b60] OC - Comm_create> Enter(queueName='gppfromnode',
queue=0x74480, attrs=0x0)
@0x0007621f:[T:0x41955b60] OC - Comm_create> return (0x744a0)
@0x000762ff:[T:0x41955b60] OC - Comm_put> Enter(queue=0x0, msg=0x42158900)
@0x000763d5:[T:0x41955b60] OC - Comm_put> return (0)
@0x0007646a:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10000, msg=0x41955144,
timeout=-1)
@0x000814df:[T:0x41955b60] OC - Comm_get> return (0)
@0x000815ee:[T:0x41955b60] OC - Comm_put> Enter(queue=0x0, msg=0x42158900)
@0x000816c5:[T:0x41955b60] OC - Comm_put> return (0)
@0x00081798:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10000, msg=0x41955144,
timeout=-1)
@0x0008188d:[T:0x41955b60] OC - Comm_get> return (0)
@0x0008191e:[T:0x41955b60] CE - Engine_createNode> created node(stdIn=0x2,
stdOut=0x10001, msgq=0x744a0, algN)
@0x00081a0c:[T:0x41955b60] CE - Engine_createNode> Returning 0x74478
@0x00081a95:[T:0x41955b60] OC - Comm_alloc> Enter(poolId=0x0, msg=0x75c8c,
size=836)
@0x00081b5b:[T:0x41955b60] OC - Comm_alloc> msg=0x42159900, returning (0)
@0x00081c15:[T:0x41955b60] CV - VISA_create> remote codec created
(name='h264mpdec', localQueueID=0x10001, re)
@0x00081ceb:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_create> return
(0x75c80)
@0x00081d8e:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=2, params=0x4198
@0x00081e81:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212cd
@0x00081f2c:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212cd, command=0x1
@0x00081fe2:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x000820a2:[T:0x41955b60] OC - Comm_put> return (0)
@0x00082131:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x41955184,
timeout=-1)
@0x000823d4:[T:0x41955b60] OC - Comm_get> return (0)
@0x0008247f:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212cd,
command=0x1, return(status=0)
@0x00082542:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212cd
@0x000825fb:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
@0x00082698:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=1, params=0x4198
@0x00082765:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212ce
@0x00082805:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212ce, command=0x1
@0x000828bb:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x00082999:[T:0x41955b60] OC - Comm_put> return (0)
@0x00082a2c:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x41955184,
timeout=-1)
@0x00082b69:[T:0x41955b60] OC - Comm_get> return (0)
@0x00082c11:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212ce,
command=0x1, return(status=0)
@0x00082cd1:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212ce
@0x00082d88:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
@0x00082e25:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=5, params=0x4190
@0x000d6472:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212cf
@0x000d654a:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212cf, command=0x1
@0x000d660e:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x000d66d1:[T:0x41955b60] OC - Comm_put> return (0)
@0x000d675e:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419552b4,
timeout=-1)
@0x000d689b:[T:0x41955b60] OC - Comm_get> return (0)
@0x000d6946:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212cf,
command=0x1, return(status=0)
@0x000d6a27:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212cf
@0x000d6ae1:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
TraceUtil> Relevant environment variables:
TraceUtil> CE_TRACE = *=01234567
TraceUtil> CE_TRACEFILE = undefined
TraceUtil> TRACEUTIL_DSP0TRACEFILE = undefined
TraceUtil> TRACEUTIL_DSP0BIOSFILE = undefined
TraceUtil> TRACEUTIL_DSP0TRACEMASK = *=01234567
TraceUtil> TRACEUTIL_REFRESHPERIOD = undefined
TraceUtil> CE_TRACEFILEFLAGS = undefined
TraceUtil> TRACEUTIL_CMDPIPE = undefined
TraceUtil> TRACEUTIL_VERBOSE = 1
TraceUtil> Local trace file name: stdout
TraceUtil> DSP CE trace file name: stdout
TraceUtil> DSP/BIOS log file name: none
TraceUtil> Command pipe name: /tmp/cecmdpipe
TraceUtil> Arm trace mask: "*=01234567"
TraceUtil> DSP trace mask: "*=01234567"
@0x000d7434:[T:0x41955b60] OM - Memory_contigAlloc> Enter(size=1244162,
align=-1)
@0x000d7622:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_alloc(1244162) =
0x421c8000.
@0x000d7705:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_getPhys(0x421c8000) =
0x88c70000.
@0x000d77b4:[T:0x41955b60] OM - Memory__addContigBuf>
Enter(virtAddr=0x421c8000, size=1244162, physAddr=0x88c)
@0x000d7872:[T:0x41955b60] OM - Memory__addContigBuf> creating new contigBuf
object
@0x000d7909:[T:0x41955b60] OM - Memory__addContigBuf> returning:
cb->phys=0x88c70000, cb->size=1244162, cb->v0
@0x000d79cc:[T:0x41955b60] OM - Memory_contigAlloc> return (0x421c8000)
@0x000d7a7f:[T:0x41955b60] OM - Memory_getPhysicalAddress>
Enter(virtAddr=0x421c8000)
@0x000d7b21:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x421c8000, size=1)
@0x000d7bc5:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x421c8000, Ec=0x422f7c02, Ss=0x42)
@0x000d7c97:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88c70000
@0x000d7d29:[T:0x41955b60] OM - Memory_getPhysicalAddress> return (0x88c70000)
@0x000d7df9:[T:0x41955b60] OM - Memory_contigAlloc> Enter(size=829442, align=-1)
@0x000d7f5f:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_alloc(829442) =
0x422f8000.
@0x000d805b:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_getPhys(0x422f8000) =
0x88ba5000.
@0x000d810a:[T:0x41955b60] OM - Memory__addContigBuf>
Enter(virtAddr=0x422f8000, size=829442, physAddr=0x88ba)
@0x000d81c5:[T:0x41955b60] OM - Memory__addContigBuf> creating new contigBuf
object
@0x000d8264:[T:0x41955b60] OM - Memory__addContigBuf> returning:
cb->phys=0x88ba5000, cb->size=829442, cb->vi0
@0x000d832b:[T:0x41955b60] OM - Memory_contigAlloc> return (0x422f8000)
@0x000d83bc:[T:0x41955b60] OM - Memory_getPhysicalAddress>
Enter(virtAddr=0x422f8000)
@0x000d8452:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x422f8000, size=1)
@0x000d84ee:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x422f8000, Ec=0x423c2802, Ss=0x42)
@0x000d85e2:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88ba5000
@0x000d867d:[T:0x41955b60] OM - Memory_getPhysicalAddress> return (0x88ba5000)
@0x000e1bd5:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_process> Enter
(handle=0x75c80, inBufs=0x6f0dc, ou)
@0x000e1d0e:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212d0
@0x000e1dcb:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress>
Enter(virtAddr=0x421c8000, size=1244162)
@0x000e1e85:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x421c8000, size=1244162)
@0x001350df:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x421c8000, Ec=0x422f7c02, Ss=0x42)
@0x001351e9:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88c70000
@0x0013528e:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress> return
(0x88c70000)
@0x00135330:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress>
Enter(virtAddr=0x422f8000, size=829442)
@0x001353dd:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x422f8000, size=829442)
@0x00135484:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x422f8000, Ec=0x423c2802, Ss=0x42)
@0x00135555:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88ba5000
@0x001355ed:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress> return
(0x88ba5000)
@0x001356a8:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212d0, command=0x0
@0x00135763:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x0013582a:[T:0x41955b60] OC - Comm_put> return (0)
@0x001358be:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550b4,
timeout=-1)
@0x001399b0:[T:0x41955b60] OC - Comm_get> return (0)
@0x00139a69:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212d0,
command=0x0, return(status=0)
@0x00139b35:[T:0x41955b60] OM - Memory_getBufferVirtualAddress>
Enter(physAddr=0x88ba5000, size=829442)
@0x00139be6:[T:0x41955b60] OM - Memory__getVirtualAddress>
Enter(physAddr=0x88ba5000, size=829442)
@0x00139c8b:[T:0x41955b60] OM - Memory__getVirtualAddress> found in
cb(Sc=0x88ba5000, Ec=0x88c6f802, Ss=0x88b)
@0x00139d50:[T:0x41955b60] OM - Memory__getVirtualAddress> returning
virtAddr=0x422f8000
@0x00139de7:[T:0x41955b60] OM - Memory_getBufferVirtualAddress> return
(0x422f8000)
@0x00139e98:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212d0
@0x00139f55:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_process> Exit
(handle=0x75c80, retVal=0x0)
@0x0013a008:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=0, params=0x4198
@0x0013a0da:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212d1
@0x0013a17d:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212d1, command=0x1
@0x0013a232:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x0013a2f9:[T:0x41955b60] OC - Comm_put> return (0)
@0x0013a38e:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550c4,
timeout=-1)
@0x0013a4b1:[T:0x41955b60] OC - Comm_get> return (0)
@0x0013a54e:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212d1,
command=0x1, return(status=0)
@0x0013a609:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212d1
@0x0013a6c3:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
@0x0013a7a2:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=5, params=0x4198
@0x0013a88b:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212d2
@0x0013a937:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212d2, command=0x1
@0x0013aa17:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x0013aadf:[T:0x41955b60] OC - Comm_put> return (0)
@0x0013ab75:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550c4,
timeout=-1)
@0x0013ac9a:[T:0x41955b60] OC - Comm_get> return (0)
@0x0013ad41:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212d2,
command=0x1, return(status=0)
@0x0013ae60:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212d2
@0x0013af4d:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
/pipeline0/gdecoder0.src: caps = video/x-raw-yuv, format=(fourcc)UYVY,
framerate=(fraction)30000/1001, width=6
@0x0013e5cb:[T:0x41955b60] OM - Memory_contigAlloc> Enter(size=829442, align=-1)
@0x0013e79a:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_alloc(829442) =
0x423c3000.
@0x0013e87f:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_getPhys(0x423c3000) =
0x88ada000.
@0x00191c3b:[T:0x41955b60] OM - Memory__addContigBuf>
Enter(virtAddr=0x423c3000, size=829442, physAddr=0x88ad)
@0x00191d2a:[T:0x41955b60] OM - Memory__addContigBuf> creating new contigBuf
object
@0x00191dd3:[T:0x41955b60] OM - Memory__addContigBuf> returning:
cb->phys=0x88ada000, cb->size=829442, cb->vi0
@0x00191e9b:[T:0x41955b60] OM - Memory_contigAlloc> return (0x423c3000)
@0x00191f31:[T:0x41955b60] OM - Memory_getPhysicalAddress>
Enter(virtAddr=0x423c3000)
@0x00191fcb:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x423c3000, size=1)
@0x0019206a:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x423c3000, Ec=0x4248d802, Ss=0x42)
@0x00192138:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88ada000
@0x001921ef:[T:0x41955b60] OM - Memory_getPhysicalAddress> return (0x88ada000)
@0x001922ad:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_process> Enter
(handle=0x75c80, inBufs=0x6f0dc, ou)
@0x001923ac:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212d3
@0x00192455:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress>
Enter(virtAddr=0x421c88fc, size=1241862)
@0x00192506:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x421c88fc, size=1241862)
@0x001925af:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x421c8000, Ec=0x422f7c02, Ss=0x42)
@0x00192681:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88c708fc
@0x00192734:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress> return
(0x88c708fc)
@0x001927d4:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress>
Enter(virtAddr=0x423c3000, size=829442)
@0x0019287f:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x423c3000, size=829442)
@0x00192923:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x423c3000, Ec=0x4248d802, Ss=0x42)
@0x001929f8:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88ada000
@0x00192a8e:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress> return
(0x88ada000)
@0x00192b25:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212d3, command=0x0
@0x00192bd9:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x00192d0a:[T:0x41955b60] OC - Comm_put> return (0)
@0x00192dac:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550b4,
timeout=-1)
@0x0019700b:[T:0x41955b60] OC - Comm_get> return (0)
@0x001970c1:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212d3,
command=0x0, return(status=0)
@0x0019718a:[T:0x41955b60] OM - Memory_getBufferVirtualAddress>
Enter(physAddr=0x88ada000, size=829442)
@0x0019723e:[T:0x41955b60] OM - Memory__getVirtualAddress>
Enter(physAddr=0x88ada000, size=829442)
@0x001972e3:[T:0x41955b60] OM - Memory__getVirtualAddress> found in
cb(Sc=0x88ada000, Ec=0x88ba4802, Ss=0x88a)
@0x001973a6:[T:0x41955b60] OM - Memory__getVirtualAddress> returning
virtAddr=0x423c3000
@0x0019743b:[T:0x41955b60] OM - Memory_getBufferVirtualAddress> return
(0x423c3000)
@0x001974ee:[T:0x41955b60] OM - Memory_getBufferVirtualAddress>
Enter(physAddr=0x88ba5000, size=829440)
@0x001975a0:[T:0x41955b60] OM - Memory__getVirtualAddress>
Enter(physAddr=0x88ba5000, size=829440)
@0x00197645:[T:0x41955b60] OM - Memory__getVirtualAddress> found in
cb(Sc=0x88ba5000, Ec=0x88c6f802, Ss=0x88b)
@0x0019770a:[T:0x41955b60] OM - Memory__getVirtualAddress> returning
virtAddr=0x422f8000
@0x0019779f:[T:0x41955b60] OM - Memory_getBufferVirtualAddress> return
(0x422f8000)
@0x00197833:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212d3
@0x001978e8:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_process> Exit
(handle=0x75c80, retVal=0x0)
@0x00197997:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=0, params=0x4198
@0x00197adf:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212d4
@0x001eb036:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212d4, command=0x1
@0x001eb120:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x001eb1ef:[T:0x41955b60] OC - Comm_put> return (0)
@0x001eb282:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550c4,
timeout=-1)
@0x001eb3ca:[T:0x41955b60] OC - Comm_get> return (0)
@0x001eb477:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212d4,
command=0x1, return(status=0)
@0x001eb55b:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212d4
@0x001eb61d:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
@0x001eb6bf:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=5, params=0x4198
@0x001eb794:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212d5
@0x001eb838:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212d5, command=0x1
@0x001eb8ed:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x001eb9ad:[T:0x41955b60] OC - Comm_put> return (0)
@0x001eba3d:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550c4,
timeout=-1)
@0x001ebb57:[T:0x41955b60] OC - Comm_get> return (0)
@0x001ebbf4:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212d5,
command=0x1, return(status=0)
@0x001ebcb2:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212d5
@0x001ebd69:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
@0x001ebe54:[T:0x41955b60] OM - Memory_contigAlloc> Enter(size=829442, align=-1)
@0x001ebfbf:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_alloc(829442) =
0x4248e000.
@0x001ec0b7:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_getPhys(0x4248e000) =
0x88a0f000.
@0x001ec16b:[T:0x41955b60] OM - Memory__addContigBuf>
Enter(virtAddr=0x4248e000, size=829442, physAddr=0x88a0)
@0x001ec227:[T:0x41955b60] OM - Memory__addContigBuf> creating new contigBuf
object
@0x001ec2c6:[T:0x41955b60] OM - Memory__addContigBuf> returning:
cb->phys=0x88a0f000, cb->size=829442, cb->vi0
@0x001ec389:[T:0x41955b60] OM - Memory_contigAlloc> return (0x4248e000)
@0x001ec41c:[T:0x41955b60] OM - Memory_getPhysicalAddress>
Enter(virtAddr=0x4248e000)
@0x001ec4b7:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x4248e000, size=1)
@0x001ec558:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x4248e000, Ec=0x42558802, Ss=0x42)
@0x001ec63f:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88a0f000
@0x001ec6dc:[T:0x41955b60] OM - Memory_getPhysicalAddress> return (0x88a0f000)
@0x001ec79a:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_process> Enter
(handle=0x75c80, inBufs=0x6f0dc, ou)
@0x001ec89c:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212d6
@0x001ec94b:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress>
Enter(virtAddr=0x421c8e3d, size=1240517)
@0x001ec9fc:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x421c8e3d, size=1240517)
@0x001ecaaa:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x421c8000, Ec=0x422f7c02, Ss=0x42)
@0x001ecb9b:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88c70e3d
@0x001ecc3b:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress> return
(0x88c70e3d)
@0x001eccd2:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress>
Enter(virtAddr=0x4248e000, size=829442)
@0x001ecd7b:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x4248e000, size=829442)
@0x001ece21:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x4248e000, Ec=0x42558802, Ss=0x42)
@0x00240139:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88a0f000
@0x00240240:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress> return
(0x88a0f000)
@0x002402f8:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212d6, command=0x0
@0x002403bc:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x00240489:[T:0x41955b60] OC - Comm_put> return (0)
@0x0024051e:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550b4,
timeout=-1)
@0x00244063:[T:0x41955b60] OC - Comm_get> return (0)
@0x00244115:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212d6,
command=0x0, return(status=0)
@0x002441dc:[T:0x41955b60] OM - Memory_getBufferVirtualAddress>
Enter(physAddr=0x88a0f000, size=829442)
@0x00244288:[T:0x41955b60] OM - Memory__getVirtualAddress>
Enter(physAddr=0x88a0f000, size=829442)
@0x0024432c:[T:0x41955b60] OM - Memory__getVirtualAddress> found in
cb(Sc=0x88a0f000, Ec=0x88ad9802, Ss=0x88a)
@0x00244418:[T:0x41955b60] OM - Memory__getVirtualAddress> returning
virtAddr=0x4248e000
@0x002444b5:[T:0x41955b60] OM - Memory_getBufferVirtualAddress> return
(0x4248e000)
@0x00244550:[T:0x41955b60] OM - Memory_getBufferVirtualAddress>
Enter(physAddr=0x88ada000, size=829440)
@0x002445f9:[T:0x41955b60] OM - Memory__getVirtualAddress>
Enter(physAddr=0x88ada000, size=829440)
@0x0024469b:[T:0x41955b60] OM - Memory__getVirtualAddress> found in
cb(Sc=0x88ada000, Ec=0x88ba4802, Ss=0x88a)
@0x00244759:[T:0x41955b60] OM - Memory__getVirtualAddress> returning
virtAddr=0x423c3000
@0x002447ed:[T:0x41955b60] OM - Memory_getBufferVirtualAddress> return
(0x423c3000)
@0x00244881:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212d6
@0x0024494e:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_process> Exit
(handle=0x75c80, retVal=0x0)
@0x00244a0a:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=0, params=0x4198
@0x00244adf:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212d7
@0x00244b82:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212d7, command=0x1
@0x00244c34:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x00244cf6:[T:0x41955b60] OC - Comm_put> return (0)
@0x00244d88:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550c4,
timeout=-1)
@0x00244ee4:[T:0x41955b60] OC - Comm_get> return (0)
@0x00244f90:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212d7,
command=0x1, return(status=0)
@0x002450f6:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212d7
@0x002451c4:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
@0x0024526c:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=5, params=0x4198
@0x00245344:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212d8
@0x002453ed:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212d8, command=0x1
@0x002454c8:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x0024558f:[T:0x41955b60] OC - Comm_put> return (0)
@0x00245623:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550c4,
timeout=-1)
@0x00245761:[T:0x41955b60] OC - Comm_get> return (0)
@0x0024580c:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212d8,
command=0x1, return(status=0)
@0x002458d2:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212d8
@0x002459a2:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
@0x00245a9a:[T:0x41955b60] OM - Memory_contigAlloc> Enter(size=829442, align=-1)
@0x00245c23:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_alloc(829442) =
0x42559000.
@0x00245d06:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_getPhys(0x42559000) =
0x88944000.
@0x00245dba:[T:0x41955b60] OM - Memory__addContigBuf>
Enter(virtAddr=0x42559000, size=829442, physAddr=0x8894)
@0x00298f75:[T:0x41955b60] OM - Memory__addContigBuf> creating new contigBuf
object
@0x00299041:[T:0x41955b60] OM - Memory__addContigBuf> returning:
cb->phys=0x88944000, cb->size=829442, cb->vi0
@0x00299112:[T:0x41955b60] OM - Memory_contigAlloc> return (0x42559000)
@0x002991a7:[T:0x41955b60] OM - Memory_getPhysicalAddress>
Enter(virtAddr=0x42559000)
@0x00299245:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x42559000, size=1)
@0x002992e4:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x42559000, Ec=0x42623802, Ss=0x42)
@0x002993b6:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88944000
@0x0029944d:[T:0x41955b60] OM - Memory_getPhysicalAddress> return (0x88944000)
@0x0029952d:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_process> Enter
(handle=0x75c80, inBufs=0x6f0dc, ou)
@0x00299631:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212d9
@0x002996db:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress>
Enter(virtAddr=0x421c917a, size=1239688)
@0x0029979d:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x421c917a, size=1239688)
@0x0029984e:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x421c8000, Ec=0x422f7c02, Ss=0x42)
@0x00299923:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88c7117a
@0x002999b8:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress> return
(0x88c7117a)
@0x00299a67:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress>
Enter(virtAddr=0x42559000, size=829442)
@0x00299b17:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x42559000, size=829442)
@0x00299bbd:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x42559000, Ec=0x42623802, Ss=0x42)
@0x00299c8e:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88944000
@0x00299d22:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress> return
(0x88944000)
@0x00299dbb:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212d9, command=0x0
@0x00299e70:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x00299f34:[T:0x41955b60] OC - Comm_put> return (0)
@0x00299fe1:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550b4,
timeout=-1)
@0x0029d7c6:[T:0x41955b60] OC - Comm_get> return (0)
@0x0029d87d:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212d9,
command=0x0, return(status=0)
@0x0029d95b:[T:0x41955b60] OM - Memory_getBufferVirtualAddress>
Enter(physAddr=0x88944000, size=829442)
@0x0029da0d:[T:0x41955b60] OM - Memory__getVirtualAddress>
Enter(physAddr=0x88944000, size=829442)
@0x0029dab0:[T:0x41955b60] OM - Memory__getVirtualAddress> found in
cb(Sc=0x88944000, Ec=0x88a0e802, Ss=0x889)
@0x0029db72:[T:0x41955b60] OM - Memory__getVirtualAddress> returning
virtAddr=0x42559000
@0x0029dc06:[T:0x41955b60] OM - Memory_getBufferVirtualAddress> return
(0x42559000)
@0x0029dc9a:[T:0x41955b60] OM - Memory_getBufferVirtualAddress>
Enter(physAddr=0x88a0f000, size=829440)
@0x0029dd62:[T:0x41955b60] OM - Memory__getVirtualAddress>
Enter(physAddr=0x88a0f000, size=829440)
@0x0029de08:[T:0x41955b60] OM - Memory__getVirtualAddress> found in
cb(Sc=0x88a0f000, Ec=0x88ad9802, Ss=0x88a)
@0x0029dec9:[T:0x41955b60] OM - Memory__getVirtualAddress> returning
virtAddr=0x4248e000
@0x0029df5d:[T:0x41955b60] OM - Memory_getBufferVirtualAddress> return
(0x4248e000)
@0x0029dff3:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212d9
@0x0029e0aa:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_process> Exit
(handle=0x75c80, retVal=0x0)
@0x0029e15a:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=0, params=0x4198
@0x0029e22b:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212da
@0x002f1817:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212da, command=0x1
@0x002f1903:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x002f19d2:[T:0x41955b60] OC - Comm_put> return (0)
@0x002f1a68:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550c4,
timeout=-1)
@0x002f1bac:[T:0x41955b60] OC - Comm_get> return (0)
@0x002f1c59:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212da,
command=0x1, return(status=0)
@0x002f1d35:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212da
@0x002f1dfa:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
@0x002f1e9e:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=5, params=0x4198
@0x002f1f72:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212db
@0x002f2019:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212db, command=0x1
@0x002f20cf:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x002f2190:[T:0x41955b60] OC - Comm_put> return (0)
@0x002f2222:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550c4,
timeout=-1)
@0x002f233b:[T:0x41955b60] OC - Comm_get> return (0)
@0x002f23d8:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212db,
command=0x1, return(status=0)
@0x002f2495:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212db
@0x002f25a1:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
@0x002f26ac:[T:0x41955b60] OM - Memory_contigAlloc> Enter(size=829442, align=-1)
@0x002f281f:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_alloc(829442) =
0x42624000.
@0x002f2917:[T:0x41955b60] OM - Memory_contigAlloc> CMEM_getPhys(0x42624000) =
0x88879000.
@0x002f29c5:[T:0x41955b60] OM - Memory__addContigBuf>
Enter(virtAddr=0x42624000, size=829442, physAddr=0x8887)
@0x002f2a81:[T:0x41955b60] OM - Memory__addContigBuf> creating new contigBuf
object
@0x002f2b19:[T:0x41955b60] OM - Memory__addContigBuf> returning:
cb->phys=0x88879000, cb->size=829442, cb->vi0
@0x002f2bdb:[T:0x41955b60] OM - Memory_contigAlloc> return (0x42624000)
@0x002f2c6c:[T:0x41955b60] OM - Memory_getPhysicalAddress>
Enter(virtAddr=0x42624000)
@0x002f2d03:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x42624000, size=1)
@0x002f2da4:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x42624000, Ec=0x426ee802, Ss=0x42)
@0x002f2e96:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88879000
@0x002f2f2c:[T:0x41955b60] OM - Memory_getPhysicalAddress> return (0x88879000)
@0x002f2fe2:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_process> Enter
(handle=0x75c80, inBufs=0x6f0dc, ou)
@0x002f30e2:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212dc
@0x002f319f:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress>
Enter(virtAddr=0x421c950a, size=1238776)
@0x002f3252:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x421c950a, size=1238776)
@0x002f32fc:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x421c8000, Ec=0x422f7c02, Ss=0x42)
@0x002f33e4:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88c7150a
@0x002f3483:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress> return
(0x88c7150a)
@0x002f351c:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress>
Enter(virtAddr=0x42624000, size=829442)
@0x002f35c7:[T:0x41955b60] OM - Memory__getPhysicalAddress>
Enter(virtAddr=0x42624000, size=829442)
@0x002f366d:[T:0x41955b60] OM - Memory__getPhysicalAddress> found in
cb(Sc=0x42624000, Ec=0x426ee802, Ss=0x42)
@0x0034691a:[T:0x41955b60] OM - Memory__getPhysicalAddress> returning
physAddr=0x88879000
@0x003469ea:[T:0x41955b60] OM - Memory_getBufferPhysicalAddress> return
(0x88879000)
@0x00346a95:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212dc, command=0x0
@0x00346b53:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x00346c19:[T:0x41955b60] OC - Comm_put> return (0)
@0x00346ca9:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550b4,
timeout=-1)
@0x0034a847:[T:0x41955b60] OC - Comm_get> return (0)
@0x0034a8fc:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212dc,
command=0x0, return(status=0)
@0x0034a9c8:[T:0x41955b60] OM - Memory_getBufferVirtualAddress>
Enter(physAddr=0x88879000, size=829442)
@0x0034aa7a:[T:0x41955b60] OM - Memory__getVirtualAddress>
Enter(physAddr=0x88879000, size=829442)
@0x0034ab1f:[T:0x41955b60] OM - Memory__getVirtualAddress> found in
cb(Sc=0x88879000, Ec=0x88943802, Ss=0x888)
@0x0034ac08:[T:0x41955b60] OM - Memory__getVirtualAddress> returning
virtAddr=0x42624000
@0x0034acab:[T:0x41955b60] OM - Memory_getBufferVirtualAddress> return
(0x42624000)
@0x0034ad43:[T:0x41955b60] OM - Memory_getBufferVirtualAddress>
Enter(physAddr=0x88944000, size=829440)
@0x0034adeb:[T:0x41955b60] OM - Memory__getVirtualAddress>
Enter(physAddr=0x88944000, size=829440)
@0x0034ae8e:[T:0x41955b60] OM - Memory__getVirtualAddress> found in
cb(Sc=0x88944000, Ec=0x88a0e802, Ss=0x889)
@0x0034af4e:[T:0x41955b60] OM - Memory__getVirtualAddress> returning
virtAddr=0x42559000
@0x0034afe3:[T:0x41955b60] OM - Memory_getBufferVirtualAddress> return
(0x42559000)
@0x0034b079:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212dc
@0x0034b147:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_process> Exit
(handle=0x75c80, retVal=0x0)
@0x0034b200:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=0, params=0x4198
@0x0034b2d1:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212dd
@0x0034b373:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212dd, command=0x1
@0x0034b428:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x0034b4ec:[T:0x41955b60] OC - Comm_put> return (0)
@0x0034b57b:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550c4,
timeout=-1)
@0x0034b6d7:[T:0x41955b60] OC - Comm_get> return (0)
@0x0034b780:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212dd,
command=0x1, return(status=0)
@0x0034b841:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212dd
@0x0034b8f8:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
@0x0034b99a:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> Enter
(handle=0x75c80, id=5, params=0x4198
@0x0034ba68:[T:0x41955b60] CV - VISA_allocMsg> Allocating message for
messageId=0x000212de
@0x0034bb0a:[T:0x41955b60] CV - VISA_call(visa=0x75c80, msg=0x42159900):
messageId=0x000212de, command=0x1
@0x0034bbbc:[T:0x41955b60] OC - Comm_put> Enter(queue=0x2, msg=0x42159900)
@0x0034bc97:[T:0x41955b60] OC - Comm_put> return (0)
@0x0034bd30:[T:0x41955b60] OC - Comm_get> Enter(queue=0x10001, msg=0x419550c4,
timeout=-1)
@0x0034be69:[T:0x41955b60] OC - Comm_get> return (0)
@0x0034bf14:[T:0x41955b60] CV - VISA_call Completed: messageId=0x000212de,
command=0x1, return(status=0)
@0x0034bfd7:[T:0x41955b60] CV - VISA_freeMsg(0x75c80, 0x42159900): Freeing
message with messageId=0x000212de
@0x0034c094:[T:0x41955b60] ti.sdo.ce.video.VIDDEC - VIDDEC_control> return (0)
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source