Home
last modified time | relevance | path

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

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java104 public int bitsPerPixel; field in PixelFormat
111 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()
/aosp12/frameworks/native/libs/ui/
H A DPixelFormat.cpp42 uint32_t bitsPerPixel(PixelFormat format) { in bitsPerPixel() function
H A DGralloc4.cpp209 int32_t bitsPerPixel = planeLayouts.front().sampleIncrementInBits; in lock() local
211 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()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DPixelFormat.h70 uint32_t bitsPerPixel(PixelFormat format);
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DPixelFormat.h70 uint32_t bitsPerPixel(PixelFormat format);
/aosp12/frameworks/native/include/ui/
H A DPixelFormat.h70 uint32_t bitsPerPixel(PixelFormat format);
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h103 uint bitsPerPixel; member
H A Dvop.cpp471 currVol->bitsPerPixel = BitstreamReadBits16(stream, 4); in DecodeVOLHeader()
479 currVol->bitsPerPixel = 8; in DecodeVOLHeader()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DPanoramaActivity.java435 return (mPreviewWidth * mPreviewHeight * pixelInfo.bitsPerPixel / 8) + 32; in getPreviewBufSize()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt15906 field public int bitsPerPixel;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt11264 field public int bitsPerPixel;