OSDN Git Service

Minor style cleanups.
authorJeff Brown <jeffbrown@google.com>
Tue, 6 Aug 2013 03:39:29 +0000 (20:39 -0700)
committerJeff Brown <jeffbrown@google.com>
Tue, 6 Aug 2013 03:39:29 +0000 (20:39 -0700)
commitef961215599b1c154130d4e64e46a401d6bfef67
tree534aefb6914db7b3547c34ee16a9470d17bc7498
parent0281b406365080bce90d8562950cfcfd83b48303
Minor style cleanups.

A few changes to demonstrate a slightly cleaner way to write
JNI code in the framework especially when multiple types are
involved.  We use this pattern in many other places outside
of the media stack.

Added more detail to the UnsupportedOperationException that
occurs when buffer formats don't match.

Change-Id: Ic894dc1bd71b387f1be6ea1798fa59e533e9574f
media/jni/android_media_ImageReader.cpp