HomeSort by relevance Sort by last modified time
    Searched refs:BYTES_PER_PIXEL (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 57 final int BYTES_PER_PIXEL = 4;
91 ByteBuffer pixelBuf = ByteBuffer.allocateDirect(WIDTH * HEIGHT * BYTES_PER_PIXEL);
101 pixelBuf.position((WIDTH * (HEIGHT / 2) + (WIDTH / 2)) * BYTES_PER_PIXEL);
112 pixelBuf.position((WIDTH * (HEIGHT / 2) + (WIDTH / 2)) * BYTES_PER_PIXEL);
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 69 const int BYTES_PER_PIXEL = 4;
86 if (rgba_data_length != rgba_area * BYTES_PER_PIXEL)
106 size_t rgba_index = t * BYTES_PER_PIXEL;
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 91 public static final int BYTES_PER_PIXEL =
484 int image_size = mWidth * mHeight * VideoDumpConfig.BYTES_PER_PIXEL;
501 Integer.toString(VideoDumpConfig.BYTES_PER_PIXEL));
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
PageContentRepository.java 61 private static final int BYTES_PER_PIXEL = 4;
567 * BYTES_PER_PIXEL;
724 * mRenderSpec.bitmapHeight * BYTES_PER_PIXEL;

Completed in 113 milliseconds