Searched refs:maxInputBuffers (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ImageReaderArgs.java | 36 int maxInputBuffers, boolean has10bitOutput) { in ImageReaderArgs() argument 41 mMaxInputBuffers = maxInputBuffers; in ImageReaderArgs() 50 int maxInputBuffers, boolean has10bitOutput) { in valueOf() argument 52 inputSize, inputFormat, maxInputBuffers, has10bitOutput); in valueOf()
|
D | ItsService.java | 1998 int maxInputBuffers = args.getMaxInputBuffers(); 2007 MAX_CONCURRENT_READER_BUFFERS + maxInputBuffers, 2020 inputFormat, maxInputBuffers, 2024 inputFormat, maxInputBuffers, has10bitOutput); 2396 Size inputSize, int inputFormat, int maxInputBuffers, 2558 inputFormat, maxInputBuffers,
|