Re: [android-porting] Need to get videoframes on android

2010-10-06 Thread Deva R
You can refer how various stagefright drivers work with decoder instance., and handle to decoded buffers. - player drvier http://git.omapzoom.org/?p=platform/frameworks/base.git;a=blob;f=media/libstagefright/AwesomePlayer.cpp;hb=refs/heads/p-froyo#l1017 decodes a buffer, once ready -> posts i

[android-porting] Need to get videoframes on android

2010-10-06 Thread kalyan
Hi, I need to get video frames and the frame rate of the videos stored on the sdcard. I need to supply these frames and the framerate to the UI to do further processing. Is there any way to get video frames from the application??.. One possible way to get the video frames would be to add my own AP