hi Robert,
Please check the wiki:
https://gforge.ti.com/gf/project/omapandroid/wiki/?pagename=Package+and+Release+Notes
Audio Decoder, Audio Encoder, Video Encoder, Audio/Video Decoder and
JPEG Decoder
Change list:
/hardware/ti/omap3/libskiahw/Android.mk
/hardware/ti/omap3/libskiahw/SkImageDecoderTest?.cpp
/hardware/ti/omap3/libskiahw/SkImageDecoder?_libtijpeg.cpp
/hardware/ti/omap3/libskiahw/SkImageDecoder?_libtijpeg.h
/hardware/ti/omap3/libskiahw/SkImageEncoderTest?.cpp
/hardware/ti/omap3/libskiahw/SkImageEncoder?_libtijpeg.cpp
/hardware/ti/omap3/libskiahw/SkImageEncoder?_libtijpeg.h
You can refer to the modifications from OMAPZoom Android.
Sincerely,
Jim Huang (jserv)
http://0xlab.org/
--
unsubscribe: android-porti...@googlegroups.com
website: http://groups.google.com/group/android-porting
>and, how the generated libskiahw.so is link with android system?I just found the TIOMX_GetHandle() will call dlopen() to load .so
PS.
this thread talks about multiple OMX codecs
http://groups.google.com/group/android-porting/browse_thread/thread/04f3060352c1d1af/4dc14413d98a6b95
On Thu, Apr 1, 2010 at 11:42 AM, Gary Wang <zcw...@gmail.com> wrote:
> Dear all,
> Any advice on following this question?
> I also have the same question: how the TI own hw jpeg codec
> (i.e. libskiahw.so) be resisted when using following
> SkImageDecoder* decoder = SkImageDecoder::Factory(stream);
> I can't found any part related to its codec registration.
> static SkTRegistry<SkImageDecoder*, SkStream*> gDReg(DFactory);
> static SkTRegistry<SkImageEncoder*, SkImageEncoder::Type> gEReg(EFactory);
> Thanks!
> Sincerely, ~Gary Wang~
> Facebook: http://www.facebook.com/crazygary
> Albums: www.flickr.com/photos/garywang2007/, photo.xuite.net/zcwang
> Twitter: http://twitter.com/garywang
> Plurk: http://www.plurk.com/garywang
>
>
> On Mon, Jan 11, 2010 at 11:26 AM, liang ming-chuan <lmc8...@gmail.com>
Could you explain what does it mean? Thank you.
On 4月1日, 下午3時10分, Deva R <r.deva...@gmail.com> wrote:
> codec component lists are prepared from /etc/<omx-componets>.cfg files..
> make sure you rename yours as 0001_<my-omx>.cfg, so as to be picked first.
> PS.
> this thread talks about multiple OMX codecshttp://groups.google.com/group/android-porting/browse_thread/thread/0...
> $ cat /etc/01_qcomm_omx.cfg
> (0xa054369c,0x22c5,0x412e,0x19,0x17,0x87,0x4c,0x1a,
> 0x19,0xd4,0x5f),"libqcomm_omx.so"
> Could you explain what does it mean? Thank you.
The .cfg file contrains ('api id for OMX interface', 'library name')..
More details can be found in PV Core OMX integartion guide..
Link: http://git.omapzoom.org/?p=patch/platform/external/opencore.git;a=tree;f=doc
->omx_core_integration_guide.pdf
it will be handy for u, provided that u work on adding a new codec
>>I also have the same question: how the TI own hw jpeg codec (i.e. libskiahw.so) be resisted when using following
> $ cat /etc/01_qcomm_omx.cfg
> (0xa054369c,0x22c5,0x412e,0x19,0x17,0x87,0x4c,0x1a,
> 0x19,0xd4,0x5f),"libqcomm_omx.so"
Are you sure about qcomm OMX libraries, provided you are working on TI
h/w codec??
TI OMX libraries are available at
http://android.git.kernel.org/?p=platform/hardware/ti/omap3.git;a=tree;f=omx
and probably the config parser u should have is,
http://android.git.kernel.org/?p=platform/hardware/ti/omap3.git;a=blob;f=omx/core_plugin/01_Vendor_ti_omx.cfg
> --
> unsubscribe: android-porti...@googlegroups.com
> website: http://groups.google.com/group/android-porting
>
> To unsubscribe, reply using "remove me" as the subject.
>