BUILD_WITH_FULL_STAGEFRIGHT is already enabled in froyo., but stagefright framework is by default enabled. BUILD_WITH_FULL_STAGEFRIGHT controls few add-on components (few codec libraries,etc.., which remain unused today).,
No docs for h/w codec integration, but its simple., At highlevel, below steps are big blocks, and you can have a look of omap hw codec integration patches for reference. - publish our OMX core. As expected by OMXMaster.cpp, publish our OMX core via custom libstagefrighthw library. Reference patch - http://git.omapzoom.org/?p=platform/hardware/ti/omap3.git;a=tree;f=libstagefrighthw;h=65b06c6dc571915994ae7a6905054dfb6c3c81e7;hb=refs/heads/froyo - Add your hw codecs to stagfright. modify OMXCodec.cpp 's codec table, to introduce your codec components. Refer - http://git.omapzoom.org/?p=platform/frameworks/base.git;a=commitdiff;h=261e3fc3534ed83d76f6856234748ede12fbb8fc#patch5 On Tue, Aug 17, 2010 at 12:25 PM, anddev <[email protected]> wrote: > Thanks Deva/Srikant > Can you give me some clue, how to integrate stagefright with h/w > codec? > just enabling the BUILD_WITH_FULL_STAGEFRIGHT is enough? > > any doc likes that of opencore integration guide will help. > > sj > > On Aug 17, 3:18 am, Deva R <[email protected]> wrote: > > >I cannt locate the h264 formate parser in the opencore directory. > > > > Parser is file format specific (container), rather than video compression > > format. > > H264 compressed data in a MP4 container is parsed > > at > /external/opencore/nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.cpp > > (link - > http://git.omapzoom.org/?p=platform/external/opencore.git;a=blob;f=no... > > ) > > > > You can see it got support for lot of compression formats (mpeg4, h264, > aac, > > mp3, etc) in MP4 container.., > > > > //Deva > > > > > > > > On Mon, Aug 16, 2010 at 2:20 PM, anddev <[email protected]> wrote: > > > Hi all, > > > I am new to Android and opencore. > > > I cannt locate the h264 formate parser in the opencore directory. > > > Is it possible to parse the video file and obtain the Hight and width > > > of the file in opencore.if yes, then where i can find the info. > > > please help me to locate the portion of the code or file. > > > > > Thanks in Advance. > > > > > sj > > > > > -- > > > unsubscribe: > > > [email protected]<android-porting%[email protected]> > <android-porting%2Bunsubscribe@ googlegroups.com> > > > website:http://groups.google.com/group/android-porting > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
