Searched defs:bytesPerPixel (Results 1 – 14 of 14) sorted by relevance
289 final int bytesPerPixel = 2; in testCopyWithDirectByteBuffer() local327 final int bytesPerPixel = 2; in testCopyWithDirectShortBuffer() local366 final int bytesPerPixel = 2; in testCopyWithDirectIntBuffer() local405 final int bytesPerPixel = 2; in testCopyWithHeapByteBuffer() local442 final int bytesPerPixel = 2; in testCopyWithHeapShortBuffer() local479 final int bytesPerPixel = 2; in testCopyWithHeapIntBuffer() local
23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() function
83 int32_t bytesPerPixel = -1; member
232 int32_t bytesPerPixel; in AHardwareBuffer_lockAndGetInfo() local250 int32_t bytesPerPixel; in AHardwareBuffer_lock() local328 int32_t bytesPerPixel; in AHardwareBuffer_lockPlanes() local
108 public int bytesPerPixel; field in PixelFormat
202 const int bytesPerPixel = 4; in checkPixel() local256 const int bytesPerPixel = 4; in fillRgba8888Buffer() local
183 int bytesPerPixel = 0; in getLockedImageInfo() local
2500 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage() local2619 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteInputStream() local
455 int bytesPerPixel = 0; in getPlaneData() local
413 int bytesPerPixel = bitmap.getRowBytes() / bitmap.getWidth(); in fixMaxBitmapSize() local
113 const int bytesPerPixel = SkColorTypeBytesPerPixel(bitmap->colorType()); in allocPixelRef() local
112 int bytesPerPixel; member in BitmapGuard
900 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage() local