7a3878cd8f
Recent changes to SkPixelRef (from which SkOmxPixelRef inherited) added abstract functions which SkOmxPixelRef does not implement. Solution: remove SkOmxPixelRef, which is completely unused. The only code that created one was commented out at the same time as it was added in 2009, so there's likely no benefit to reviving it. Change-Id: Icbf2537fcc03fd464fd791ff91659a1812019623
MediaFrameworkTest/ Uses instrumentation and so can be run with runtest. It assumes /sdcard/media_api/ has been populated. contents/media_api/ Push to /sdcard/media_api/ for use with MediaFrameworkTest: adb shell mkdir /sdcard/media_api adb push contents/media_api/ /sdcard/media_api/ All other subdirectories are manual tests or sample apps.