Searched refs:fillImageRectWithYUV (Results 1 – 1 of 1) sorted by relevance
134 public native static void fillImageRectWithYUV( in fillImageRectWithYUV() method in CodecUtils137 public static void fillImageRectWithYUV(Image image, Rect area, int y, int u, int v) { in fillImageRectWithYUV() method in CodecUtils138 fillImageRectWithYUV(ImageWrapper.createFromImage(image), area, y, u, v); in fillImageRectWithYUV()