Searched defs:bitsPerPixel (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/ui/
H A DPixelFormat.cpp39 uint32_t bitsPerPixel(PixelFormat format) { function in namespace:android
/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java98 info.bitsPerPixel = 32;
102 info.bitsPerPixel = 24;
109 info.bitsPerPixel = 16;
115 info.bitsPerPixel = 8;
120 info.bitsPerPixel = 16;
124 info.bitsPerPixel = 12;
147 public int bitsPerPixel; field in class:PixelFormat
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h103 uint bitsPerPixel; member in struct:tagVol

Completed in 154 milliseconds