HomeSort by relevance Sort by last modified time
    Searched refs:BYTES_PER_PIXEL (Results 1 - 3 of 3) 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);
  /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 62 private static final int BYTES_PER_PIXEL = 4;
533 * BYTES_PER_PIXEL;
776 * mRenderSpec.bitmapHeight * BYTES_PER_PIXEL;
    [all...]

Completed in 328 milliseconds