History log of /frameworks/base/media/libstagefright/VideoSourceDownSampler.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
06a1d619aad17be48f6636b8dd68914da9e9ee53 30-Aug-2010 Nipun Kwatra <nkwatra@google.com> Added VideoSourceDownSampler

VideoSourceDownSampler takes in a real video source. The MediaSource
interface is then implemented by shortcircuiting calls to this real source,
except for the read() function. For read we first call read of the real
source, then downsample the frame to the desired size and return that.

Change-Id: I6e1b377e043e136a70a7b03792eb9165bbe26398
/frameworks/base/media/libstagefright/VideoSourceDownSampler.cpp