Searched defs:mPixelFormat (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java148 int mPixelFormat; field in class:PhoneStatusBar
311 mPixelFormat = PixelFormat.OPAQUE;
/frameworks/base/include/gui/
H A DSurfaceTexture.h381 // mPixelFormat holds the pixel format of allocated buffers. It is used
383 uint32_t mPixelFormat; member in class:android::SurfaceTexture
/frameworks/base/include/media/stagefright/
H A DSurfaceMediaSource.h266 // mPixelFormat holds the pixel format of allocated buffers. It is used
268 uint32_t mPixelFormat; member in class:android::SurfaceMediaSource
/frameworks/base/core/java/android/view/
H A DDisplay.java281 return mPixelFormat;
388 private int mPixelFormat; field in class:Display

Completed in 73 milliseconds