Hello,
[quote user="priyanka tevare"]TI8168-GP rev 1.1 [/quote]
You are using 1.1 just for information there is limitation for 1080i: for 1080i we are using 422 format, and pitch would be 2 x width. On PG1.1 DM8168, this pitch is not supported for > 1920, so you would see the error(OMX_ErrorInsufficientResources). PG2.0 supports this.
What is the resolution which your video source provides 1080p, 720p, 1080i?
[quote user="priyanka tevare"]N:Video P:1 #:00000 T:00000000019b86f9 S:Enabling Status Logger
N:VPSS P:2 #:00000 T:0000000007321eb9 S:Enabling Status Logger
N:Video P:1 #:00001 T:00000000019bbd57 S:Enabling User1 Logs
N:VPSS P:2 #:00001 T:00000000073252ad S:Enabling User1 Logs
N:Video P:1 #:00002 T:00000000019c0be1 S:Disabling User1 Logs
N:VPSS P:2 #:00002 T:000000000732a129 S:Disabling User1 Logs
N:Video P:1 #:00003 T:00000000019c4f91 S:Disabling User1 Logs
N:VPSS P:2 #:00003 T:000000000732e669 S:Disabling User1 Logs
N:Video P:1 #:00004 T:00000000019c92e7 S:Disabling User1 Logs
N:VPSS P:2 #:00004 T:00000000073329ff S:Disabling User1 Logs
N:Video P:1 #:00005 T:00000000019cd68b S:Disabling User1 Logs
N:VPSS P:2 #:00005 T:0000000007336d89 S:Disabling User1 Logs
N:Video P:1 #:00006 T:00000000019d1d0d S:Enabling Analysis Logs
N:VPSS P:2 #:00006 T:000000000733b431 S:Enabling Analysis Logs
N:Video P:1 #:00007 T:0000000001a2b53b S:Module<ti.omx> Entering<DomxCore_procI
N:VPSS P:2 #:00007 T:00000000074b89b7 S:=== HDVPSS Clocks are enabled === [/quote]
Please follow this step and attach me the debug prints:
/etc/init.d/matrix-gui-e stop
/etc/init.d/pvr-init stop
cd /usr/share/ti/ti-uia/
./loggerSMDump.out 0x9e400000 0x100000 all &
./capture_encode_a8host_debug.xv5T -o sample.264 -m 1080p -f 60 -b 1000000 -d 0 -n 1000
This is in case you video source provides 1080p60"-m 1080p -f 60 " .
[quote user="priyanka tevare"]Kernel command line: console=ttyO2,115200n8 rootwait root=/dev/mmcblk0p2 rw memd[/quote]
Could you set the default bootargs :
console=ttyO2,115200n8 rootwait root=/dev/mmcblk0p2 rw mem=364M@0x80000000 mem=320M@0x9FC00000 vmalloc=500M notifyk.vpssm3_sva=0xBF900000 ip=off noinitrd
Best Regards,
Margarita