Searched defs:yuv (Results 1 – 5 of 5) sorted by relevance
678 private double computeVariance(RawResource yuv) throws IOException { in computeVariance()741 RawResource yuv = yuvRes.getDecodedYuv(); in testVideoEdit() local
109 DecodeStreamToYuv yuv = new DecodeStreamToYuv(res.mMediaType, res.mResFile, in decodeStreamsToYuv() local
615 private void argb2yuv(int argb, byte[] yuv) { in argb2yuv()
387 private static byte[] YUV420ToNV(int width, int height, byte[] yuv) { in YUV420ToNV()624 FileOutputStream yuv = null; in decode() local
252 sFormatMap.put(ImageFormat.YUV_420_888, "yuv"); in sFormatMap.put()