Searched refs:getOutputs (Results 1 – 7 of 7) sorted by relevance
60 StreamConfigurationMap.imageFormatToInternal(value.getOutputs(input)); in marshal()112 int[] outputs = value.getOutputs(input); in calculateMarshalSize()
178 public int[] getOutputs(final int format) { in getOutputs() method in ReprocessFormatsMap
418 int[] outputs = mInputOutputFormatsMap.getOutputs(inputFormat); in getValidOutputFormatsForInput()
121 e.getDescriptor(), e.getReport(), e.getFeatureReports(), e.getOutputs()); in registerDevice()
105 public Map<ByteBuffer, byte[]> getOutputs() { in getOutputs() method in Event
929 assertArrayEquals(expectedYuvOutputs, map.getOutputs(ImageFormat.YUV_420_888)); in testReadWriteReprocessFormatsMap()934 assertArrayEquals(expectedRaw16Outputs, map.getOutputs(ImageFormat.RAW_SENSOR)); in testReadWriteReprocessFormatsMap()
19355 Landroid/hardware/camera2/params/ReprocessFormatsMap;->getOutputs(I)[I