Re: [android-porting] How to Benchmark Video Playback performance?

2010-10-11 Thread Deva R
similar thread - http://groups.google.com/group/android-porting/browse_thread/thread/8e60ef93ce4e464e You can profile the frames passed to display device at VideoMIO for opencore, Renderer level for stagefright., also, its possible to detect and track how many frames are dropped. (w both opencore/

[android-porting] How to Benchmark Video Playback performance?

2010-10-11 Thread Marvin Hsu
Hello, We are trying to compare different SW/HW solutions in terms of video playback performance. Ideally we want to play a series of videos with different bit rate and resolution, and check how well the platform can play it. For example, counting how many frames are dropped in each scenario. How