Searched refs:bitsPerPixel (Results 1 – 7 of 7) sorted by relevance
107 public int bitsPerPixel; field in PixelFormat114 info.bitsPerPixel = 32; in getPixelFormatInfo()119 info.bitsPerPixel = 24; in getPixelFormatInfo()126 info.bitsPerPixel = 16; in getPixelFormatInfo()132 info.bitsPerPixel = 8; in getPixelFormatInfo()137 info.bitsPerPixel = 16; in getPixelFormatInfo()141 info.bitsPerPixel = 12; in getPixelFormatInfo()145 info.bitsPerPixel = 64; in getPixelFormatInfo()149 info.bitsPerPixel = 8; in getPixelFormatInfo()
48 int32_t bitsPerPixel = planeLayouts.front().sampleIncrementInBits; in resolveLegacyByteLayoutFromPlaneLayout() local50 if (bitsPerPixel != planeLayout.sampleIncrementInBits) { in resolveLegacyByteLayoutFromPlaneLayout()51 bitsPerPixel = -1; in resolveLegacyByteLayoutFromPlaneLayout()54 if (bitsPerPixel >= 0 && bitsPerPixel % 8 == 0) { in resolveLegacyByteLayoutFromPlaneLayout()55 *outBytesPerPixel = bitsPerPixel / 8; in resolveLegacyByteLayoutFromPlaneLayout()
103 uint bitsPerPixel; member
503 currVol->bitsPerPixel = BitstreamReadBits16(stream, 4); in DecodeVOLHeader()511 currVol->bitsPerPixel = 8; in DecodeVOLHeader()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11264 field public int bitsPerPixel;
16861 field public int bitsPerPixel;