Searched refs:Raw2YUVStats (Results 1 – 3 of 3) sorted by relevance
466 bool Raw2YUVStats(jlong rawStats[10], jfloat stats[9]) { in Raw2YUVStats() function529 if (Raw2YUVStats(rawStats, stats)) { in Java_android_media_cts_CodecUtils_getYUVStats()549 if (Raw2YUVStats(rawStats, stats)) { in Java_android_media_cts_CodecUtils_Raw2YUVStats()
148 public native static float[] Raw2YUVStats(long[] rawStats); in Raw2YUVStats() method in CodecUtils
628 Log.v(TAG, Arrays.toString(CodecUtils.Raw2YUVStats(rawStats[lastLayer]))); in validateSwirl()642 float[] stats = CodecUtils.Raw2YUVStats(rawStats[layer]); in validateSwirl()