[android-developers] New OMX component integration into Opencore

2010-08-01 Thread praji
I am trying to integrate VP8 video codec into PV opencore FW in Froyo & test at PV test application level. I have done the following steps, 1. Made a new folder for vp8 @ external/opencore/codecs_v2/omx/ omx_vp8. 2. Made appropriate modifications in the omx_baseclass, omx_common etc. 3. Modified

[android-developers] Re: PV omx_test_app missing in Froyo source code

2010-07-26 Thread praji
Hi Guys, I got the problem. Its a mistake from my side. I was giving an MP4 container format stream(test.mp4) for the PV OMX mpeg4 component. We need to give elementary streams(e.g. test.m4v) for the component (M4V). Sorry for the confusions. Thanks, Prajeesh On Jul 21, 11:02 am, praji wrote

[android-developers] PV omx_test_app missing in Froyo source code

2010-07-21 Thread praji
Hi Guys, In the Froyo release code, the PV omx_test_app & omx_test_app_enc folders are missing. path - external/opencore/codecs_V2/omx/ But these folders are available in the android GIT. I wanted to run the decoder test application for MP4. Since the test app is not available in the source pac

[android-developers] PV omx_test_app missing in Froyo source code

2010-07-21 Thread praji
Hi Guys, In the froyo source code, the PV omx_test_app & omx_test_app_enc folders are missing. path - external/opencore/codecs_V2/omx/ But i can see these folders in the android GIT. I want to run the PV test application for testing MP4 files. For that, i compiled the froyo code after adding thes