Home
last modified time | relevance | path

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

/cts/hostsidetests/videoencodingminimum/src/android/videoqualityfloor/cts/
DCtsVideoQualityFloorHostTest.java249 String outputVmafPath = outDir + "/" + outputName + ".txt"; in testEncoding() local
256 cmd += " > " + outputVmafPath + " 2>&1"; in testEncoding()
263 new FileReader(sHostWorkDir.getPath() + "/" + outputVmafPath))) { in testEncoding()
/cts/hostsidetests/mediapc/videoencodingquality/src/
DCtsVideoEncodingQualityHostTest.java427 String outputVmafPath = outDir + "/" + outputName + ".txt"; in testEncoding() local
434 cmd += " > " + outputVmafPath + " 2>&1"; in testEncoding()
441 new FileReader(sHostWorkDir.getPath() + "/" + outputVmafPath))) { in testEncoding()