Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java278 YuvImage supportedSdr = new YuvImage( in testCompressYuvToJpegRWithBadInputs() local
295 emptyHdr.compressToJpegR(supportedSdr, 90, stream); in testCompressYuvToJpegRWithBadInputs()
327 supportedHdr.compressToJpegR(supportedSdr, -1, stream); in testCompressYuvToJpegRWithBadInputs()
335 supportedHdr.compressToJpegR(supportedSdr, 101, stream); in testCompressYuvToJpegRWithBadInputs()
343 supportedHdr.compressToJpegR(supportedSdr, 90, null); in testCompressYuvToJpegRWithBadInputs()
365 hdrWithNotSupportedColorSpace.compressToJpegR(supportedSdr, 90, stream); in testCompressYuvToJpegRWithBadInputs()