HomeSort by relevance Sort by last modified time
    Searched refs:bytes_per_line (Results 1 - 25 of 48) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 151 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
168 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
185 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
201 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
222 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
239 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
280 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
303 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
326 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
348 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
    [all...]
xm_tri.c 100 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
134 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
168 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
200 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
263 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
293 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
351 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
378 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
405 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
432 #define BYTES_PER_ROW (xrb->ximage->bytes_per_line)
    [all...]
xm_buffer.c 91 b->shminfo.shmid = shmget(IPC_PRIVATE, b->backxrb->ximage->bytes_per_line
201 8, 0); /* pad, bytes_per_line */
207 * b->backxrb->ximage->bytes_per_line);
295 xrb->width2 = xrb->ximage->bytes_per_line / 2;
299 xrb->width3 = xrb->ximage->bytes_per_line;
444 + y2 * ximage->bytes_per_line
469 int bytes_per_line = local
472 char *image = (char *) malloc(bytes_per_line *
483 bytes_per_line);
496 + (h - 1) * ximage->bytes_per_line;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XWDFile.h 76 /* bytes_per_line is pixmap_width padded to bitmap_unit (bitmaps)
79 CARD32 bytes_per_line B32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XWDFile.h 76 /* bytes_per_line is pixmap_width padded to bitmap_unit (bitmaps)
79 CARD32 bytes_per_line B32;
  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc 137 IPC_PRIVATE, x_image_->bytes_per_line * x_image_->height,
251 rect.top() * x_image_->bytes_per_line +
272 int src_stride = x_image_->bytes_per_line;
290 int src_stride = x_image_->bytes_per_line;
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-dis.c 81 if (info->bytes_per_line == 0)
82 info->bytes_per_line = 6;
85 slot_multiplier = info->bytes_per_line;
rx-dis.c 101 dis->bytes_per_line = 10;
tilegx-dis.c 48 info->bytes_per_line = TILEGX_BUNDLE_SIZE_IN_BYTES;
tilepro-dis.c 96 info->bytes_per_line = TILEPRO_BUNDLE_SIZE_IN_BYTES;
d30v-dis.c 332 info->bytes_per_line = 8;
347 info->bytes_per_line = 8;
rl78-dis.c 99 dis->bytes_per_line = 10;
s390-dis.c 236 info->bytes_per_line = 6;
tic80-dis.c 315 info->bytes_per_line = 8;
xtensa-dis.c 155 /* Set bytes_per_line to control the amount of whitespace between the hex
159 bytes_per_line but that makes it hard to fit 64-bit instructions on
160 an 80-column screen.) The value of bytes_per_line here is not exactly
165 info->bytes_per_line = MAX (maxsize, 4);
  /external/mesa3d/src/glx/
drisw_glx.c 105 0); /* bytes_per_line */
166 bytes_per_line(unsigned pitch_bits, unsigned mul) function
202 ximage->bytes_per_line = bytes_per_line(w * ximage->bits_per_pixel, 32);
226 ximage->bytes_per_line = bytes_per_line(w * ximage->bits_per_pixel, 32);
  /system/core/libmemunreachable/
MemUnreachable.cpp 434 const int bytes_per_line = 16; local
443 for (size_t i = 0; i < bytes; i += bytes_per_line) {
447 for (j = i; j < bytes && j < i + bytes_per_line; j++) {
451 for (; j < i + bytes_per_line; j++) {
454 for (j = i; j < bytes && j < i + bytes_per_line; j++) {
  /system/extras/libfec/
fec_read.cpp 33 const int bytes_per_line = 16; local
34 char hex[bytes_per_line * 3 + 1];
35 char prn[bytes_per_line + 1];
44 for (size_t n = 0; n < size; n += bytes_per_line) {
48 for (size_t m = 0; m < bytes_per_line; ++m) {
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 218 ximg->data = (char *) malloc(ximg->bytes_per_line * height);
228 uint32_t *dest_even = (uint32_t *)(ximg->data + y * ximg->bytes_per_line);
229 uint32_t *dest_odd = (uint32_t *)(ximg->data + (y + 1) * ximg->bytes_per_line);
  /toolchain/binutils/binutils-2.25/cpu/
epiphany.opc 358 info->bytes_per_line = buflen = cd->base_insn_bitsize / 8;
364 info->bytes_per_line = buflen = cd->min_insn_bitsize / 8;
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.cc 253 _shminfo.shmid = shmget(IPC_PRIVATE, (_image->bytes_per_line
  /toolchain/binutils/binutils-2.25/include/
dis-asm.h 167 int bytes_per_line; member in struct:disassemble_info
170 /* For example, if bytes_per_line is 8 and bytes_per_chunk is 4, the */
  /external/opencv3/3rdparty/libtiff/
tif_ojpeg.c 323 uint32 bytes_per_line; /* if the codec outputs subsampled data, a 'line' in bytes_per_line */ member in struct:__anon20995
764 sp->skip_buffer=_TIFFmalloc(sp->bytes_per_line);
    [all...]
  /external/pdfium/third_party/libtiff/
tif_ojpeg.c 332 uint32 bytes_per_line; /* if the codec outputs subsampled data, a 'line' in bytes_per_line */ member in struct:__anon22273
778 sp->skip_buffer=_TIFFmalloc(sp->bytes_per_line);
825 if (cc%sp->bytes_per_line!=0)
860 m+=sp->bytes_per_line;
861 n-=sp->bytes_per_line;
873 if (cc%sp->bytes_per_line!=0)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 274 /* see bytes_per_line in libGL */
276 bytes_per_line(unsigned pitch_bits, unsigned mul) function
297 xrb->pitch = bytes_per_line(width * xrb->bpp, 32);

Completed in 1136 milliseconds

1 2