Searched refs:bitsPerPixel (Results 1 – 12 of 12) sorted by relevance
104 public int bitsPerPixel; field in PixelFormat111 info.bitsPerPixel = 32; in getPixelFormatInfo()116 info.bitsPerPixel = 24; in getPixelFormatInfo()123 info.bitsPerPixel = 16; in getPixelFormatInfo()129 info.bitsPerPixel = 8; in getPixelFormatInfo()134 info.bitsPerPixel = 16; in getPixelFormatInfo()138 info.bitsPerPixel = 12; in getPixelFormatInfo()142 info.bitsPerPixel = 64; in getPixelFormatInfo()
42 uint32_t bitsPerPixel(PixelFormat format) { in bitsPerPixel() function
209 int32_t bitsPerPixel = planeLayouts.front().sampleIncrementInBits; in lock() local211 if (bitsPerPixel != planeLayout.sampleIncrementInBits) { in lock()212 bitsPerPixel = -1; in lock()215 if (bitsPerPixel >= 0 && bitsPerPixel % 8 == 0) { in lock()216 *outBytesPerPixel = bitsPerPixel / 8; in lock()
70 uint32_t bitsPerPixel(PixelFormat format);
103 uint bitsPerPixel; member
471 currVol->bitsPerPixel = BitstreamReadBits16(stream, 4); in DecodeVOLHeader()479 currVol->bitsPerPixel = 8; in DecodeVOLHeader()
435 return (mPreviewWidth * mPreviewHeight * pixelInfo.bitsPerPixel / 8) + 32; in getPreviewBufSize()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
15906 field public int bitsPerPixel;
11264 field public int bitsPerPixel;