Searched defs:bytesPerPixel (Results 1 – 11 of 11) 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
103 public int bytesPerPixel; field in PixelFormat
135 int32_t bytesPerPixel; in AHardwareBuffer_lockAndGetInfo() local153 int32_t bytesPerPixel; in AHardwareBuffer_lock() local
134 int bytesPerPixel = 0; in getLockedImageInfo() local
206 const int bytesPerPixel = 4; in checkPixel() local260 const int bytesPerPixel = 4; in fillRgba8888Buffer() local
425 int bytesPerPixel = 0; in getPlaneData() local
512 int32_t bytesPerPixel, int32_t bytesPerStride) { in map()625 int32_t bytesPerPixel, int32_t bytesPerStride) { in map()
110 const int bytesPerPixel = SkColorTypeBytesPerPixel(bitmap->colorType()); in allocPixelRef() local
2456 uint32_t bytesPerPixel = SAMPLES_PER_RGB_PIXEL * BYTES_PER_RGB_SAMPLE; in DngCreator_nativeWriteImage() local2562 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