Home
last modified time | relevance | path

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

/cts/tests/videocodec/src/android/videocodec/cts/
DVideoEncoderPsnrTest.java130 final ArrayList<double[]> framesPSNR = cs.getFramesPSNR(); in testPsnr() local
131 for (int j = 0; j < framesPSNR.size(); j++) { in testPsnr()
132 double[] framePSNR = framesPSNR.get(j); in testPsnr()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecEncoderTestBase.java196 public static void validateEncodedPSNR(@NonNull ArrayList<double[]> framesPSNR, in validateEncodedPSNR() argument
200 for (int j = 0; j < framesPSNR.size(); j++) { in validateEncodedPSNR()
201 double[] framePSNR = framesPSNR.get(j); in validateEncodedPSNR()