OSDN Git Service

Default W, H allowed in SurfaceMediaSource dequeue
authorPannag Sanketi <psanketi@google.com>
Thu, 25 Aug 2011 00:39:09 +0000 (17:39 -0700)
committerPannag Sanketi <psanketi@google.com>
Thu, 25 Aug 2011 00:51:05 +0000 (17:51 -0700)
commitf76e1672c674620cb056f338a25ee4826d55dfcb
treed09da6ba0e48617adc7a7ccd12f6dd9f3c26492b
parented422aa0dfab77312d25d52e7f204744ba16dc27
Default W, H allowed in SurfaceMediaSource dequeue

The client does not have to send (w, h) = (0,0) in dequeuebuffer. It can
set the same w, h as the default width and height.

Change-Id: I8202f90261ccaebbd35ea28c153a7472f01912f1
media/libstagefright/SurfaceMediaSource.cpp