Searched defs:bytesPerPixel (Results 1 – 12 of 12) sorted by relevance
23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() function
275 final int bytesPerPixel = 2; in testCopyWithDirectByteBuffer() local313 final int bytesPerPixel = 2; in testCopyWithDirectShortBuffer() local352 final int bytesPerPixel = 2; in testCopyWithDirectIntBuffer() local391 final int bytesPerPixel = 2; in testCopyWithHeapByteBuffer() local428 final int bytesPerPixel = 2; in testCopyWithHeapShortBuffer() local465 final int bytesPerPixel = 2; in testCopyWithHeapIntBuffer() local
106 public int bytesPerPixel; field in PixelFormat
138 int32_t bytesPerPixel; in AHardwareBuffer_lockAndGetInfo() local156 int32_t bytesPerPixel; in AHardwareBuffer_lock() local
170 int bytesPerPixel = 0; in getLockedImageInfo() local
206 const int bytesPerPixel = 4; in checkPixel() local260 const int bytesPerPixel = 4; in fillRgba8888Buffer() local
455 int bytesPerPixel = 0; in getPlaneData() local
372 int bytesPerPixel = bitmap.getRowBytes() / bitmap.getWidth(); in fixMaxBitmapSize() local
115 const int bytesPerPixel = SkColorTypeBytesPerPixel(bitmap->colorType()); in allocPixelRef() local
112 int bytesPerPixel; member in BitmapGuard
2494 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage() local2613 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteInputStream() local
898 int bytesPerPixel = ImageFormat.getBitsPerPixel(format) / 8; in getDataFromImage() local