Searched refs:Raw2YUVStats (Results 1 – 3 of 3) sorted by relevance
445 bool Raw2YUVStats(jlong rawStats[10], jfloat stats[9]) { in Raw2YUVStats() function508 if (Raw2YUVStats(rawStats, stats)) { in Java_android_media_cts_CodecUtils_getYUVStats()528 if (Raw2YUVStats(rawStats, stats)) { in Java_android_media_cts_CodecUtils_Raw2YUVStats()
153 public native static float[] Raw2YUVStats(long[] rawStats); in Raw2YUVStats() method in CodecUtils
685 Log.v(TAG, Arrays.toString(CodecUtils.Raw2YUVStats(rawStats[lastLayer]))); in validateSwirl()699 float[] stats = CodecUtils.Raw2YUVStats(rawStats[layer]); in validateSwirl()