Searched refs:bitsPerPixel (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | PixelFormatTest.java | 45 assertEquals(32, mPixelFormat.bitsPerPixel); in testGetPixelFormatInfo() 49 assertEquals(32, mPixelFormat.bitsPerPixel); in testGetPixelFormatInfo() 53 assertEquals(24, mPixelFormat.bitsPerPixel); in testGetPixelFormatInfo() 57 assertEquals(16, mPixelFormat.bitsPerPixel); in testGetPixelFormatInfo() 61 assertEquals(16, mPixelFormat.bitsPerPixel); in testGetPixelFormatInfo() 65 assertEquals(16, mPixelFormat.bitsPerPixel); in testGetPixelFormatInfo() 69 assertEquals(8, mPixelFormat.bitsPerPixel); in testGetPixelFormatInfo() 73 assertEquals(8, mPixelFormat.bitsPerPixel); in testGetPixelFormatInfo() 77 assertEquals(16, mPixelFormat.bitsPerPixel); in testGetPixelFormatInfo() 81 assertEquals(8, mPixelFormat.bitsPerPixel); in testGetPixelFormatInfo()
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | CameraTest.java | 229 int bitsPerPixel = ImageFormat.getBitsPerPixel(format); in onPreviewFrame() local 231 format, bitsPerPixel) != data.length) { in onPreviewFrame() 233 + ". height=" + size.height + ". bitsPerPixel=" + bitsPerPixel); in onPreviewFrame() 1057 int bitsPerPixel = ImageFormat.getBitsPerPixel(format); in testPreviewCallbackWithBufferByCamera() local 1058 callback.mBuffer1 = new byte[size.width * size.height * bitsPerPixel / 8]; in testPreviewCallbackWithBufferByCamera() 1059 callback.mBuffer2 = new byte[size.width * size.height * bitsPerPixel / 8]; in testPreviewCallbackWithBufferByCamera() 1060 callback.mBuffer3 = new byte[size.width * size.height * bitsPerPixel / 8]; in testPreviewCallbackWithBufferByCamera() 1631 int bitsPerPixel = ImageFormat.getBitsPerPixel(format); 1634 format, bitsPerPixel) != data.length) { 1638 Log.e(TAG, "Frame data length=" + data.length + ". bitsPerPixel=" + bitsPerPixel); [all …]
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 33707 public int bitsPerPixel
|