Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java259 String hdrInput = Utils.obtainPath(R.raw.raw_p010_image, 0); in testCompressYuvToJpegRWithBadInputs() local
269 byte[] hdrData = Files.readAllBytes(Paths.get(hdrInput)); in testCompressYuvToJpegRWithBadInputs()
378 String hdrInput = Utils.obtainPath(R.raw.raw_p010_image, 0); in testCompressYuvToJpegR() local
387 byte[] hdrData = Files.readAllBytes(Paths.get(hdrInput)); in testCompressYuvToJpegR()
411 String hdrInput = Utils.obtainPath(R.raw.raw_p010_image, 0); in testCompressYuvToJpegRWithExif() local
421 byte[] hdrData = Files.readAllBytes(Paths.get(hdrInput)); in testCompressYuvToJpegRWithExif()
457 String hdrInput = Utils.obtainPath(R.raw.raw_p010_image, 0); in testCompressYuvToJpegRWithStrides() local
467 byte[] hdrData = Files.readAllBytes(Paths.get(hdrInput)); in testCompressYuvToJpegRWithStrides()