Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java287 Set<ColorSpace.Named> availableColorSpaces = in testDisplayP3Yuv() local
291 if (!availableColorSpaces.contains(ColorSpace.Named.DISPLAY_P3)) { in testDisplayP3Yuv()
316 Set<ColorSpace.Named> availableColorSpaces = in testDisplayP3YuvRepeating() local
320 if (!availableColorSpaces.contains(ColorSpace.Named.DISPLAY_P3)) { in testDisplayP3YuvRepeating()
345 Set<ColorSpace.Named> availableColorSpaces = in testDisplayP3Heic() local
348 if (!availableColorSpaces.contains(ColorSpace.Named.DISPLAY_P3)) { in testDisplayP3Heic()
373 Set<ColorSpace.Named> availableColorSpaces = in testDisplayP3HeicRepeating() local
376 if (!availableColorSpaces.contains(ColorSpace.Named.DISPLAY_P3)) { in testDisplayP3HeicRepeating()
401 Set<ColorSpace.Named> availableColorSpaces = in testDisplayP3Jpeg() local
404 if (!availableColorSpaces.contains(ColorSpace.Named.DISPLAY_P3)) { in testDisplayP3Jpeg()
[all …]