From 932e78e9903342e3494983fd3463084caab4ba42 Mon Sep 17 00:00:00 2001 From: Tim Murray Date: Tue, 3 Sep 2013 11:42:26 -0700 Subject: Add YUV element convenience function. Change-Id: Ie67dfba6a4c4f1913875ad9817c53e45d56809ae --- api/current.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'api/current.txt') diff --git a/api/current.txt b/api/current.txt index 4e1051b..e4ed49d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -21881,6 +21881,7 @@ package android.renderscript { method public static android.renderscript.Element U8_2(android.renderscript.RenderScript); method public static android.renderscript.Element U8_3(android.renderscript.RenderScript); method public static android.renderscript.Element U8_4(android.renderscript.RenderScript); + method public static android.renderscript.Element YUV(android.renderscript.RenderScript); method public static android.renderscript.Element createPixel(android.renderscript.RenderScript, android.renderscript.Element.DataType, android.renderscript.Element.DataKind); method public static android.renderscript.Element createVector(android.renderscript.RenderScript, android.renderscript.Element.DataType, int); method public int getBytesSize(); -- cgit v1.1