Jason,

I am not very sure about the test cases that are supplied along with
the pv test frame work but i have successfully executed the test
cases. As per my understanding they are trying to execute test cases
which we come accross regularly.

and
Like

1.playing the file normally
2.Playing , Pausing , Stopping
3.Playing for 5 seconds , pausing and stopping
and many .....

I guess test frame work tries to test the multimedia frame work
robustly ..

Once you are compiled with push pvplayer_engine_test to /data

Also push  test file to /data (I think this is also hardcoded as
test.mp4)

go to adb shell

cd /data

There try ./pvplayer_engine_test

This will run all the test cases and out puts the yuvs and pcms on
the /data folder..

Most of them will fail to produce YUV and PCMs.

May be Ravi from packet video can put more light on this on what the
test framework exactly tries to do.

Regards
Girish


On Dec 4, 11:10 pm, jason <[EMAIL PROTECTED]> wrote:
> Hi,
>
> The binary built are x86, but the player engine test can not executed.
> There is always a segmentation fault is reported. Does anyone run the
> test on emulator successfully?
>
> Best Regards
> Jason
>
> On Nov 28, 5:40 am, rktb <[EMAIL PROTECTED]> wrote:
>
> > (i) Building the libraries
>
> > cd <dir>/external/opencore/tools_v2/build/package/nj_rel
> > . ./setup.ksh <dir>/external/opencore
> > make -f <dir>/external/opencore/engines/player/build/makefile.conf
>
> > (ii) Building the player engine test executable
> > cd <dir>/external/opencore/engines/player/test/build/linux_nj
> > make
>
> > (iii) Building the author engine test executable
> > cd <dir>/external/opencore/engines/author/test/build/linux_nj
> > make
>
> > A couple of notes:
> > - Building outside of Android, the method to build is via a recursive
> > make system, which is, as expected, very slow. In the next update to
> > opencore project, we will provide the facility to build using a non-
> > recursive build system to make things much faster.
> > - The codebase has not been completely compiled and tested on the
> > later versions of gcc, and hence newer warnings crop up. That fails
> > the compilation of few libraries that treat warnings as errors. To get
> > around this, you may make the following change to get your build
> > going:
> > In <dir>/external/opencore/tools_v2/build/make/linux_g++_library.mak,
> > comment out the line "FLAG_COMPILE_WARNINGS_AS_ERRORS = -Werror".
>
> > On Nov 25, 2:50 am, Girish <[EMAIL PROTECTED]> wrote:
>
> > > Hi ,
>
> > > Is it possible to run the multimedia test cases which are provided in /
> > > external/opencore/engines/player ?
>
> > > are u able to test any of them ?
>
> > > Regards
> > > Girish
>
> > > On Nov 15, 10:59 pm, "Android PT" <[EMAIL PROTECTED]> wrote:
>
> > > > I think you can build it outside the Android also.
> > > > PV has provided an independent test frame work (command line).
> > > > So I guess you can build it.
> > > > Dependency  : OSCL and underlying kernel.
>
> > > > On Sat, Nov 15, 2008 at 10:24 PM, rednoah <[EMAIL PROTECTED]> wrote:
>
> > > > > Hi
>
> > > > > I extracted /platform/external/opencore dir. from Android source code
> > > > > and compile it with attached makefile.
>
> > > > > But I got some errors while I did "make".
>
> > > > > Does there have a standard rule to build "External Project" outside of
> > > > > Android ?
>
> > > > > Thanks.
>
> > > > > ps. I worked with Fedora 7 , GNU gcc/g++ 4.1.2- Hide quoted text -
>
> > - Show quoted text -
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to