Thanks Dev. I have currently managed to change the buffersize through -> Providebufferstocomponent() -> which uses usebuffer() APIs. Please let me know if there is any better way to do this.
On Aug 9, 8:27 pm, Deva R <[email protected]> wrote: > you can intimate the omx-component about increased buffer size, in video > decode node, NegotiateParameters stage., > > our implementaiton > reference.http://git.omapzoom.org/?p=platform/external/opencore.git;a=blob;f=no... > > btw, it also depends how you get buffers in first place (ask component to > allocatebuffer or provide local buffers via usebuffer) and you should have > taken care of buffer size there earlier. > > On Fri, Aug 6, 2010 at 11:18 AM, Pruthvi <[email protected]> wrote: > > Hi All, > > > I want to increase Output buffer size for MPEG-4 video decoder in > > Opencore in Android. > > Currently the allocated buffer size is for video format YUV4:2:0, and > > size is 1.5x times the resolution. > > > I want to change the buffer size to 2x times the resolution. > > > Any help would be helpful... > > thanks in advance. > > > Regards, > > Pruthvi > > > -- > > unsubscribe: > > [email protected]<android-porting%[email protected]> > > website:http://groups.google.com/group/android-porting -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
