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