yep .. am trying to build it outside android. My plan is to try my new
nodes alone with core first and then integrate the same with
android :)

Do let me know of the possibility to integrate my own platform
implementations with the core ?


On Jan 31, 11:48 pm, Dave Sparks <davidspa...@android.com> wrote:
> You're building the code outside Android on a PC? Frankly, that's not
> really relevant to Android, but I guess we'll try to help you out.
>
> If you are using the player engine test code, I think it writes the
> raw output to a file. You should get a 16-bit linear PCM WAVE file and
> a raw YUV AVI stream, if I remember correctly. Take a look the audio
> MIO and video MIO to see what they are doing with the data.
>
> On Jan 30, 9:22 pm, jerand <ljer...@gmail.com> wrote:
>
>
>
> > am not clear with the option provided in quick start.
>
> > for eg : if i specify like
> > make -f makefile_nr run_pe_test TEST_ARGS="-source myfile.aac"
>
> > 1. where will the output be stored ?
> > 2. what is the output format ?
> > 3. Is there a possibility for me to attach my platform implementation
> > w.r.t the interface defined and render the data through the speakers ?
> > 4. basically am trying to learn through the open core to make new
> > nodes - so I would like to explore such options.
>
> > On Jan 30, 10:04 pm, rktb <yend...@pv.com> wrote:
>
> > > On Jan 30, 8:27 pm, jerand <ljer...@gmail.com> wrote:> I have built open 
> > > core2.0 outside android with reference to quick
> > > > start guide.
> > > > I would like to know
> > > >  - how to run the PV player engine with user defined input on PC
>
> > > This is also described in the quick_start.txt.
>
> > > >  - Is there a possibility to render my data submitted to PV engine or
> > > > I can test it only using raw dumps ?
>
> > > I guess you can look at android_surface_output.cpp to see how you can
> > > render this data. But, it is not recommended to touch this area as it
> > > is bound to change, and is not theoretically supported. Dave may
> > > provide more comments here.
>
> > > > On Jan 30, 7:19 am, rktb <yend...@pv.com> wrote:
>
> > > > > What you did was to build pvplayer_engine_test outside of Android,
> > > > > i.e., built using the native linux toolchain. Such an executable
> > > > > *cannot* be run on the emulator which is arm based.
>
> > > > > To run an executable on the emulator/device, you need to compile using
> > > > > the provided Android toolchain.
>
> > > > > -Ravi
>
> > > > > On Jan 30, 2:11 am, "rcp2...@gmail.com" <rcp2...@gmail.com> wrote:
>
> > > > > > BTW, just a follow up.
>
> > > > > > I tried running pvplayer_engine_test running on the host and 
> > > > > > followed
> > > > > > the steps according to the quick_start.txt and everything works 
> > > > > > fine.
>
> > > > > > However, not the same behavior when running it on the target
> > > > > > (emulator).  Here's what I did:
>
> > > > > > 1) adb push <opencore>/engines/player/test/data/ /sdcard
> > > > > > 2) adb push 
> > > > > > <opencore>/build_config/opencore_dynamic/build/bin/linux/
> > > > > > pvplayer_engine_test /data # this wasn't in the original text, but I
> > > > > > had to push the binary to the emulator since the binary is not 
> > > > > > located
> > > > > > in /sdcard
> > > > > > 3) adb shell "cd /data; ./pvplayer_engine_test -test L -source
> > > > > > test.mp4 -logfile -logall" # note that I cd'ed to /data since that's
> > > > > > where I pushed the binary
>
> > > > > > I got the following error:
>
> > > > > > ./pvplayer_engine_test: 1: Syntax error: "(" unexpected"
>
> > > > > > However, running the test program on host (Ubuntu 8.04) works fine.
>
> > > > > > rcp2278
>
> > > > > > On Jan 29, 12:43 pm, "rcp2...@gmail.com" <rcp2...@gmail.com> wrote:
>
> > > > > > > Thanks!  It seems to be working now.  Followed the steps in the
> > > > > > > quick_start.txt and everything seems to be fine now.
>
> > > > > > > rcp2278- Hide quoted text -
>
> > > - Show quoted text -- 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 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to