Arun,

IMO it is surely possible to use openmax APIs for your use case. Stagefright
has an iOMX interface to the openMAX APIs that you may wish to re-use.

I hope you would require it only to decode the de-multiplexed streams for
audio and video. You would have to look out for openMAX components that meet
your criteria. Possibly, you should check with your hardware vendor for an
openMAX implementation of the codecs or else you would have to write one for
same. It is simple if you understand the driver code for your vendor
hardware.

Bellagio should work if it has been ported by your vendor to work with their
hardware.

Regards
Deepesh

On Mon, Aug 29, 2011 at 8:28 PM, B.Arunkumar
<[email protected]>wrote:

> Hi,
>
>   This is in addition to the mail I sent below a few days back. Can
> somebody let me know if Bellagio Openmax source code would be useful?
> Essentially, we are looking for a way to integrate Hardware Decoder
> with the RTSP Stack that we have created to render frames on an
> ImageView?
>
> Thank you,
> B.Arunkumar
>
> On Aug 26, 10:48 am, "B.Arunkumar" <[email protected]>
> wrote:
> > Hi,
> >
> >     We have created our own RTSP stack which gets frames from camera
> > and gets decoded by FFMPEG and is rendered on ImageView. We areusing
> > an LG Optimus One device. The problem is that we are finding the frame
> > rate to be slower than the actual frame rate. We, therefore would like
> > to use thehardwaredecoderin StageFright framework.
> >
> >       Currently we have downloaded the entire Froyo source code and
> > compiled the StageFright Library. My question is if it possible to use
> > OMXCodec::Create with the RTSP stack we have created. The test
> > application shows ARTPSession class used with the OMXCodec::Create.
> > Any suggestions on how to use the OMXCodec::Create with the RTSP Stack
> > that we have created?
> >
> > Thank you,
> > B.Arunkumar
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to