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=nodes/pvomxvideodecnode/src/pvmf_omx_videodec_node.cpp;h=efaf27f0d0f92b45832d19cfbde9a41eaf3b3eac;hb=refs/heads/p-froyo#l1088


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 <mprut...@gmail.com> 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: 
> android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to