Home
last modified time | relevance | path

Searched refs:bitsPerPixel (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPixelFormat.java107 public int bitsPerPixel; field in PixelFormat
114 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()
/frameworks/native/libs/ui/
DGraphicBuffer.cpp48 int32_t bitsPerPixel = planeLayouts.front().sampleIncrementInBits; in resolveLegacyByteLayoutFromPlaneLayout() local
50 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()
/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Dmp4lib_int.h103 uint bitsPerPixel; member
Dvop.cpp503 currVol->bitsPerPixel = BitstreamReadBits16(stream, 4); in DecodeVOLHeader()
511 currVol->bitsPerPixel = 8; in DecodeVOLHeader()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11264 field public int bitsPerPixel;
/frameworks/base/core/api/
Dcurrent.txt16861 field public int bitsPerPixel;