HomeSort by relevance Sort by last modified time
    Searched defs:Raw2YUVStats (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
CodecUtils.java 153 public native static float[] Raw2YUVStats(long[] rawStats);
  /cts/tests/tests/media/libmediandkjni/
codec-utils-jni.cpp 445 bool Raw2YUVStats(jlong rawStats[10], jfloat stats[9]) {
508 if (Raw2YUVStats(rawStats, stats)) {
528 if (Raw2YUVStats(rawStats, stats)) {

Completed in 558 milliseconds