[android-porting] Playing of opencore test output .dat file for VIDEO

2010-10-11 Thread journeyer
Hi list, I am recently testing opencore test code following the document "quick_start.txt" under "external/opencore" from Android-x86 project(Donut-x86) Once I executed any test using "make run_pe_test TEST_ARGS=\"-test # # \"", I got output .dat files under "external\opencore\build_config \openc

[android-porting] Segmentation fault while testing Opencore Unit Test Apps

2010-10-18 Thread journeyer
Hello List! I'd like to ask for help for trouble-shooting my problem __; I am now trying to test Opencore with it's Unit Test Apps. Among hundreds of those tests, I use simple play-pause-stop test. What I actually need to test is the 'PVPlayerTrackSelectionInterface'. So I added some additional cod

[android-porting] Re: Segmentation fault while testing Opencore Unit Test Apps

2010-10-19 Thread journeyer
race will have I/DEBUG crash report, with PC, LR,etc. get it and > check whats issue with addr2line tool > more > infohttp://omappedia.org/wiki/Android_Debugging#Debugging_segmentation_fault > > -- > Regards, > Devawww.bittoggler.com > > > > On Mon, Oct 18, 20

[android-porting] Re: Playing of opencore test output .dat file for VIDEO

2010-10-21 Thread journeyer
Hi list, I verified the video output file with a free trial program below : http://www.yuvplayer.com/ The output video format was raw YUV with no header. Thank you all. On 10월12일, 오후12시21분, journeyer wrote: > Hi list, > > I am recently testing opencore test code following the