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%2Bunsubscribe@ > > googlegroups.com> > > website:http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
