HomeSort by relevance Sort by last modified time
    Searched defs:mPixelFormat (Results 1 - 7 of 7) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
PixelFormatTest.java 28 private PixelFormat mPixelFormat;
33 mPixelFormat = null;
42 mPixelFormat = null;
44 mPixelFormat = new PixelFormat();
55 mPixelFormat = new PixelFormat();
57 PixelFormat.getPixelFormatInfo(PixelFormat.RGBA_8888, mPixelFormat);
58 assertEquals(4, mPixelFormat.bytesPerPixel);
59 assertEquals(32, mPixelFormat.bitsPerPixel);
61 PixelFormat.getPixelFormatInfo(PixelFormat.RGBX_8888, mPixelFormat);
62 assertEquals(4, mPixelFormat.bytesPerPixel)
    [all...]
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.h 234 return mPixelFormat;
467 uint32_t mPixelFormat;
  /frameworks/base/core/java/android/view/
Display.java 281 return mPixelFormat;
388 private int mPixelFormat;
  /frameworks/base/include/gui/
SurfaceTexture.h 381 // mPixelFormat holds the pixel format of allocated buffers. It is used
383 uint32_t mPixelFormat;
  /frameworks/base/include/media/stagefright/
SurfaceMediaSource.h 266 // mPixelFormat holds the pixel format of allocated buffers. It is used
268 uint32_t mPixelFormat;
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 174 const char *mPixelFormat;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 148 int mPixelFormat;
311 mPixelFormat = PixelFormat.OPAQUE;
    [all...]

Completed in 137 milliseconds