Home
last modified time | relevance | path

Searched refs:fillImageRectWithYUV (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DCodecUtils.java134 public native static void fillImageRectWithYUV( in fillImageRectWithYUV() method in CodecUtils
137 public static void fillImageRectWithYUV(Image image, Rect area, int y, int u, int v) { in fillImageRectWithYUV() method in CodecUtils
138 fillImageRectWithYUV(ImageWrapper.createFromImage(image), area, y, u, v); in fillImageRectWithYUV()