I want to write a android progrom,now i access the codec via the openmax by use jni in android's ui,I found there is no video audio source or framebuffer in openmax components.My cell phone is qualcomm's msm7227 platform. in the qualcomm's website it says there is an amr codec int the SOC.
can i use V4L2 to access the camera and directy access the audio device like /dev/XX to capture audio data?
for example i want to capture a pic and encode it,first I allocate a buffer,fill the buffer with data by V4L2 then pass the address and other paremeters to openmax video encoder componenet. i don't know is it a good way.
some one has experience can help me ?
by the way,the java is very slow,i want to code in C or C++.