Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DImageReaderArgs.java36 int maxInputBuffers, boolean has10bitOutput) { in ImageReaderArgs() argument
42 mHas10bitOutput = has10bitOutput; in ImageReaderArgs()
50 int maxInputBuffers, boolean has10bitOutput) { in valueOf() argument
52 inputSize, inputFormat, maxInputBuffers, has10bitOutput); in valueOf()
DItsService.java1604 boolean has10bitOutput = prepareImageReadersWithOutputSpecs(jsonOutputSpecs,
1620 if (has10bitOutput && hlg10Compatible) {
1940 private static long getReaderUsage(int format, boolean has10bitOutput, int inputFormat) {
1946 return (format == ImageFormat.PRIVATE && (has10bitOutput || notForZslReprocess))
1999 boolean has10bitOutput = args.getHas10bitOutput();
2008 getReaderUsage(outputFormats[i], has10bitOutput, inputFormat));
2014 has10bitOutput, inputFormat));
2021 getReaderUsage(inputFormat, has10bitOutput, inputFormat));
2024 inputFormat, maxInputBuffers, has10bitOutput);
2073 boolean has10bitOutput = prepareImageReadersWithOutputSpecs(jsonCaptureOutputSpecs,
[all …]