Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java260 String sdrInput = Utils.obtainPath(R.raw.raw_yuv420_image, 0); in testCompressYuvToJpegRWithBadInputs() local
270 byte[] sdrData = Files.readAllBytes(Paths.get(sdrInput)); in testCompressYuvToJpegRWithBadInputs()
379 String sdrInput = Utils.obtainPath(R.raw.raw_yuv420_image, 0); in testCompressYuvToJpegR() local
388 byte[] sdrData = Files.readAllBytes(Paths.get(sdrInput)); in testCompressYuvToJpegR()
412 String sdrInput = Utils.obtainPath(R.raw.raw_yuv420_image, 0); in testCompressYuvToJpegRWithExif() local
422 byte[] sdrData = Files.readAllBytes(Paths.get(sdrInput)); in testCompressYuvToJpegRWithExif()
458 String sdrInput = Utils.obtainPath(R.raw.raw_yuv420_image, 0); in testCompressYuvToJpegRWithStrides() local
468 byte[] sdrData = Files.readAllBytes(Paths.get(sdrInput)); in testCompressYuvToJpegRWithStrides()