OSDN Git Service

Multiple changes to ACodec/codec tools:
authorAndreas Huber <andih@google.com>
Tue, 28 Jun 2011 17:51:41 +0000 (10:51 -0700)
committerAndreas Huber <andih@google.com>
Tue, 28 Jun 2011 17:51:41 +0000 (10:51 -0700)
commit1065b3f17d3048948e7d522049d1980b90df3dc1
treedbe2c8d5a540ec07e7ef74929808401b71004cd5
parent1e06f435434681f8750cc21763868fd025e8480e
Multiple changes to ACodec/codec tools:

Make sure sf2 does not coalesce input buffers, generalize ACodec's codec
instantiation based on OMXCodec's list of eligible component names.

Some changes/additions to the "sf2" commandline tool

Make surface options consistent with stagefright tool, i.e. use '-S' instead of '-s'
New option '-R' renders surface-allocated buffers.

Also fixes a longstanding bug introduced when generalizing from surfaces to native windows that never used surface-allocated buffers in sf2 even when the option was specified.

Change-Id: I59fd533f0f6ef0337ebe2806ddc81a46878eb3ae
cmds/stagefright/sf2.cpp
include/media/stagefright/OMXCodec.h
media/libstagefright/ACodec.cpp