Hello ,
@Deva -
I disable h/w acceleration by removing 01_Vendor_ti_omx.cfg file . now its using s/w codecs . But still same error comes up . logcat says :
***********
D/omx_interface( 906): DLOPEN SUCCEEDED (libOMX_Core.so)
D/omx_interface( 906): TIOMXInterface: library lookup success
D/TIOMX_CORE( 906): init count = 1
D/TIOMX_CORE( 906): Found component OMX.TI.AMR.decode with refCount 0
D/OMX_NBAMRDEC( 906): OMX_ComponentInit():202 202 ::OMX_ComponentInit
D/OMX_NBAMRDEC( 906): NBAMRDECHandleCommand():829 829 :: OMX_AmrDec_Utils.c :: Error returned from LCML_Init()
W/MediaPlayer( 1441): info/warning (1, 26)
D/OMX_NBAMRDEC( 906): NBAMRDEC_ComponentThread():102 :: Comp Thrd Exiting here...
I/DEBUG ( 904): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 904): Build fingerprint: 'NEC/pine/pine/pine:2.1/ERD79/eng.root.20100429.171703:eng/test-keys'
I/DEBUG ( 904): pid: 906, tid: 1523 >>> /system/bin/mediaserver <<<
I/DEBUG ( 904): signal 11 (SIGSEGV), fault addr 00000000
I/DEBUG ( 904): r0 0004a218 r1 80c20f18 r2 000006f4 r3 80c229f0
I/DEBUG ( 904): r4 80c230f8 r5 40b0dbac r6 00035420 r7 00021bb8
I/DEBUG ( 904): r8 00100000 r9 a9d1b8e5 10 40a0e000 fp 00021b58
I/DEBUG ( 904): ip 00000000 sp 40b0db30 lr 80c1a69d pc 00000000 cpsr a0000010
I/DEBUG ( 904): #00 pc 00000000
I/DEBUG ( 904): #01 pc 0001a69a /system/lib/
libOMX.TI.AMR.decode.so
I/DEBUG ( 904): #02 pc 000010ca /system/lib/libOMX_Core.so
************
@Ricardo
my file is AMR-NB formatted (mimetype set as audio/3gp in mediascanner.java ), I can find
{"OMX.TI.AMR.encode", "audio_encoder.amrnb"},
{"OMX.TI.AMR.decode", "audio_decoder.amrnb"},
in platform/hardware/ti/omx/system/src/openmax_il/omx_core/src/OMX_core.c . so codecs support seem to listed there .
error comes up from LCML_Init () call in OMX_AmrDec_Utils.c . that means its unable to load codec .
Thanks :
Uander