Searched refs:formatName (Results 1 – 2 of 2) sorted by relevance
76 String formatName = SurfaceCompositionMeasuringActivity.getPixelFormatInfo(pixelFormat); in testSurfaceCompositionPerformance() local78 Log.i(TAG, "testSurfaceCompositionPerformance(" + formatName + ") = " + score); in testSurfaceCompositionPerformance()79 assertTrue("Device does not support surface(" + formatName + ") composition " + in testSurfaceCompositionPerformance()99 String formatName = SurfaceCompositionMeasuringActivity.getPixelFormatInfo(pixelFormat); in testSurfaceAllocationPerformance() local101 Log.i(TAG, "testSurfaceAllocationPerformance(" + formatName + ") = " + score); in testSurfaceAllocationPerformance()102 assertTrue("Device does not support surface(" + formatName + ") allocation " + in testSurfaceAllocationPerformance()
1991 private void addPhotoBytes(String formatName, byte[] photoBytes, boolean isPrimary) { in addPhotoBytes() argument1995 final PhotoData photoData = new PhotoData(formatName, photoBytes, isPrimary); in addPhotoBytes()2290 String formatName = null; in addProperty() local2296 } else if (formatName == null) { in addProperty()2297 formatName = typeValue; in addProperty()2301 addPhotoBytes(formatName, propertyBytes, isPrimary); in addProperty()