> If i want to access hw decoders which is the best approach other than
> OpenCore?
stagefirght.
and highlight of froyo is - stagefright is made as default media
framework (you need to explicitly enable opencore if u want)

> And one more thing what is the difference between OMX and IOMX? Is
> stagefright is wrapper arround
OMX => mulitimedia openmax standard between
applicaiton/framework/codecs (AL/IL/DL)
IOMX => omx interface class, to make omx calls from mediaplayer
service.. (h/w abstraction., this class is android specific, and will
result in omx calls to omx core underneath)

android video framework got major components like:
 media player application (java),
 native media library (c++ behind jni
libmeda+libmediaplayerservice+libmediajni),
 media engine/framework (stagefright/opencore., u can put
gstreamer/helix/etc here at your own porting cost),
 codecs (s/w codecs or custom h/w codecs)

say, now you want to add your h/w codec to froyo, you can modify
stagefright libararies.,
fyi - you might want to refer changes involved in TI omap h/w codec integratoin
 
http://git.omapzoom.org/?p=platform/frameworks/base.git;a=commitdiff;h=261e3fc3534ed83d76f6856234748ede12fbb8fc

-- 
Regards,
Deva
www.bittoggler.com

On Thu, Oct 28, 2010 at 11:29 AM, Butchi Peddi <butchi.pe...@gmail.com> wrote:
> I am new to this android platform and need some help regarding
> accessing hw decoders on android for froyo.
>
> If i want to access hw decoders which is the best approach other than
> OpenCore?
>
> And one more thing what is the difference between OMX and IOMX? Is
> stagefright is wrapper arround OMX?
>
> Thanks in advance.
>
> Regards,
> Butchi
>
> --
> You received this message because you are subscribed to the Google Groups 
> "android-platform" group.
> To post to this group, send email to android-platf...@googlegroups.com.
> To unsubscribe from this group, send email to 
> android-platform+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/android-platform?hl=en.
>
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to