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

  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image.c 347 scaler_make_image_scaler_tables(image_output_width, BYTES_PER_PIXEL(image_output_width),
348 image_info->scaled_width, BYTES_PER_PIXEL(image_info->scaled_width),
375 int unscaled_size = BYTES_PER_PIXEL(
582 return (BYTES_PER_PIXEL(width * image_info->output_rows));
626 rbytes = BYTES_PER_PIXEL(image_info->output_width);
629 int padding_left = ((padding_options & PAD_LEFT) ? BYTES_PER_PIXEL(
631 int padding_right = ((padding_options & PAD_RIGHT) ? BYTES_PER_PIXEL(
637 col_offset = BYTES_PER_PIXEL(image_info->col_offset);
666 memcpy(image_info->output_cache[image_x] + BYTES_PER_PIXEL(
668 image_data + BYTES_PER_PIXEL(
    [all...]
wprint_image.h 33 #define BYTES_PER_PIXEL(X) ((X)*3)
lib_pwg.c 261 job_info->scan_line_width = BYTES_PER_PIXEL(pixel_width);
290 for (readIndex = writeIndex = 0; readIndex < nbytes; readIndex += BYTES_PER_PIXEL(1)) {
lib_pclm.c 235 for (readIndex = writeIndex = 0; readIndex < nbytes; readIndex += BYTES_PER_PIXEL(1)) {
plugin_pcl.c 389 msg.param.send.bytes_per_row = BYTES_PER_PIXEL(wprint_image_get_width(
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
BitmapLoader.java 48 static final int BYTES_PER_PIXEL = 4;
65 int maxBytes = (int) (width * height * BYTES_PER_PIXEL * CACHE_SIZE_TO_SCREEN);
  /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 70 private static final int BYTES_PER_PIXEL = 4;
591 * BYTES_PER_PIXEL;
839 * mRenderSpec.bitmapHeight * BYTES_PER_PIXEL;
    [all...]

Completed in 270 milliseconds