/openbmc/qemu/hw/display/ |
H A D | ramfb.c | 52 hwaddr size, mapsize, linesize; in ramfb_create_display_surface() local 60 linesize = width * PIXMAN_FORMAT_BPP(format) / 8; in ramfb_create_display_surface() 62 stride = linesize; in ramfb_create_display_surface() 65 mapsize = size = stride * (height - 1) + linesize; in ramfb_create_display_surface()
|
H A D | vga-helpers.h | 38 static void vga_draw_glyph8(uint8_t *d, int linesize, in vga_draw_glyph8() argument 49 d += linesize; in vga_draw_glyph8() 53 static void vga_draw_glyph16(uint8_t *d, int linesize, in vga_draw_glyph16() argument 67 d += linesize; in vga_draw_glyph16() 71 static void vga_draw_glyph9(uint8_t *d, int linesize, in vga_draw_glyph9() argument 94 d += linesize; in vga_draw_glyph9()
|
H A D | vga.c | 1198 int cx_min, cx_max, linesize, x_incr, line, line1; in vga_draw_text() local 1290 linesize = surface_stride(surface); in vga_draw_text() 1322 vga_draw_glyph16(d1, linesize, in vga_draw_text() 1325 vga_draw_glyph8(d1, linesize, in vga_draw_text() 1333 vga_draw_glyph9(d1, linesize, in vga_draw_text() 1348 d = d1 + linesize * line_start; in vga_draw_text() 1350 vga_draw_glyph16(d, linesize, in vga_draw_text() 1353 vga_draw_glyph8(d, linesize, in vga_draw_text() 1356 vga_draw_glyph9(d, linesize, in vga_draw_text() 1370 dest += linesize * cheight; in vga_draw_text() [all …]
|
H A D | omap_lcdc.c | 205 int width, linesize, step, bpp, frame_offset; in omap_update_display() local 307 linesize = surface_stride(surface); in omap_update_display() 316 step, linesize, 0, in omap_update_display()
|
H A D | xenfb.c | 601 + (line * linesize) \ 638 int linesize = surface_stride(surface); in xenfb_guest_copy() local
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_image.c | 113 int linesize = width * depth / 8; in qxl_image_init_helper() local 140 if (stride == linesize && chunk_stride == stride) { in qxl_image_init_helper() 141 remain = linesize * height; in qxl_image_init_helper() 170 remain = linesize; in qxl_image_init_helper()
|
/openbmc/u-boot/tools/easylogo/ |
H A D | easylogo.c | 211 int linesize = image->pixel_size * image->width; in image_load_tga() local 213 *source = temp + image->size - linesize; in image_load_tga() 223 i++, dest += linesize, source -= linesize) in image_load_tga() 224 memcpy (dest, source, linesize); in image_load_tga()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | arcfb.c | 252 unsigned int xindex, yindex, chipindex, linesize; in arcfb_lcd_update_page() local 263 linesize = par->info->var.xres/8; in arcfb_lcd_update_page() 265 (upper * linesize); in arcfb_lcd_update_page() 274 val |= (*(src + (i*linesize)) & bitmask) in arcfb_lcd_update_page() 277 val |= (*(src + (i*linesize)) & bitmask) in arcfb_lcd_update_page()
|
/openbmc/linux/arch/sh/kernel/cpu/ |
H A D | init.c | 196 #define CSHAPE(totalsize, linesize, assoc) \ argument 197 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
/openbmc/qemu/pc-bios/ |
H A D | petalogix-s3adsp1800.dts | 201 xlnx,xcl0-linesize = <0x04>; 203 xlnx,xcl1-linesize = <0x04>; 205 xlnx,xcl2-linesize = <0x04>; 207 xlnx,xcl3-linesize = <0x04>;
|
/openbmc/linux/arch/mips/kernel/ |
H A D | bmips_5xxx_init.S | 28 #define cacheop(kva, size, linesize, op) \ argument 31 subu t2, linesize, 1 ; \ 38 addu t0, linesize ; \
|
/openbmc/qemu/include/ui/ |
H A D | surface.h | 34 int linesize, uint8_t *data);
|
/openbmc/linux/arch/microblaze/boot/dts/ |
H A D | system.dts | 194 xlnx,xcl0-linesize = <0x4>; 196 xlnx,xcl1-linesize = <0x4>; 198 xlnx,xcl2-linesize = <0x4>; 200 xlnx,xcl3-linesize = <0x4>;
|
/openbmc/qemu/target/arm/ |
H A D | cpu-features.h | 1042 unsigned linesize, unsigned cachesize, in make_ccsidr() argument 1045 unsigned lg_linesize = ctz32(linesize); in make_ccsidr() 1050 assert(is_power_of_2(linesize)); in make_ccsidr() 1054 sets = cachesize / (assoc * linesize); in make_ccsidr() 1055 assert(cachesize % (assoc * linesize) == 0); in make_ccsidr()
|
/openbmc/u-boot/tools/env/ |
H A D | fw_env.c | 741 size_t linesize = 0; in fw_parse_script() local 767 while ((len = getline(&line, &linesize, fp)) != -1) { in fw_parse_script() 1764 size_t linesize = 0; in get_config() local 1771 while (i < 2 && getline(&line, &linesize, fp) != -1) { in get_config()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | setup.c | 1239 #define CSHAPE(totalsize, linesize, assoc) \ argument 1240 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
/openbmc/qemu/ui/ |
H A D | console.c | 480 int linesize, uint8_t *data) in qemu_create_displaysurface_from() argument 490 (void *)data, linesize); in qemu_create_displaysurface_from() 498 linesize, in qemu_create_displaysurface_from()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 2046 + av_rpi_sand_to_planar_y8(dst, width, frame->data[0], frame->linesize[0], frame->linesize[3], x… 2049 + frame->data[1], frame->linesize[1], av_rpi_sand_frame_stride2(frame), x0… 2069 + av_rpi_sand_to_planar_y16(dst, width * 2, frame->data[0], frame->linesize[0], frame->linesize[… 2072 + frame->data[1], frame->linesize[1], av_rpi_sand_frame_stride2(frame), x0… 2092 …i_sand30_to_planar_y16(dst, width * 2, frame->data[0], frame->linesize[0], frame->linesize[3], x0,… 2095 + frame->data[1], frame->linesize[1], av_rpi_sand_frame_stride2(frame), x0… 2138 (const uint8_t **)frame->data, frame->linesize, 2747 frame->linesize[i] = avbuf->plane_info[i].bytesperline; 2756 - frame->linesize[1] = avbuf->plane_info[0].bytesperline; 2758 + frame->linesize[1] = frame->linesize[0]; [all …]
|
/openbmc/linux/arch/sparc/mm/ |
H A D | ultra.S | 813 sub %g3, (1 << 5), %g3 ! D$ linesize == 32
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 5360 + frame->data[i]) / frame->linesize[i]; 5364 + .i_pitch = frame->linesize[i], 6918 +// ( !p_sys->p_va && !frame->linesize[0] ) || 6919 + ( !frame->linesize[0] ) ||
|