Hello,
This is the configuartion I am using:-
Android Release:- IcecreamSandwich 4.0.4 (MR1.1)
Profile:-BaseLine
Resolution: -1080p(Encoder)
Board:-Blaze tablet 2(OMAP4460 platform
When I make video call from Blaze to Video conferencing endpoint ,it works for the first time, and when after disconnect and reconnect the video call
I found encoder hangs(does not start) . and the encoder throw an OMX_EventError (data1 = 0x80001001 , data2 = 0) .
I am getting omx camera buffer (12bytes) and send this to encoder , and i found something different from log on dependency
camera using :
02-21 06:52:42.069 E/CameraHal( 127): (7ed680) hardware/ti/omap4xxx/camera/OMXCameraAdapter/OMXAlgo.cpp:1153 setVFramerate - Error while setting VFR min = 5, max = 27, error = 0x80001005
and something else maybe encoder using
02-21 06:53:20.506 D/DOMX ( 127): hardware/ti/domx/domx/omx_proxy_common/src/omx_proxy_common.c:1444 __PROXY_SetConfig()
and i have check ducati log and it looks similar describe on topic http://e2e.ti.com/support/omap/f/849/t/204223.aspx
As there is too much logs on application , i simplify the logs and attach it .