Home
last modified time | relevance | path

Searched refs:linesize (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/hw/display/
H A Dramfb.c52 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 Dvga-helpers.h38 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 Dvga.c1190 int cx_min, cx_max, linesize, x_incr, line, line1; in vga_draw_text() local
1282 linesize = surface_stride(surface); in vga_draw_text()
1314 vga_draw_glyph16(d1, linesize, in vga_draw_text()
1317 vga_draw_glyph8(d1, linesize, in vga_draw_text()
1325 vga_draw_glyph9(d1, linesize, in vga_draw_text()
1340 d = d1 + linesize * line_start; in vga_draw_text()
1345 vga_draw_glyph8(d, linesize, in vga_draw_text()
1348 vga_draw_glyph9(d, linesize, in vga_draw_text()
1362 dest += linesize * cheight; in vga_draw_text()
1660 linesize = surface_stride(surface); in vga_draw_graphic()
[all …]
H A Domap_lcdc.c205 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 Dxenfb.c600 + (line * linesize) \
637 int linesize = surface_stride(surface); in xenfb_guest_copy() local
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_image.c113 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 Deasylogo.c211 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 Darcfb.c252 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 Dinit.c196 #define CSHAPE(totalsize, linesize, assoc) \ argument
197 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/openbmc/qemu/pc-bios/
H A Dpetalogix-s3adsp1800.dts201 xlnx,xcl0-linesize = <0x04>;
203 xlnx,xcl1-linesize = <0x04>;
205 xlnx,xcl2-linesize = <0x04>;
207 xlnx,xcl3-linesize = <0x04>;
/openbmc/qemu/include/ui/
H A Dsurface.h36 int linesize, uint8_t *data);
/openbmc/linux/arch/mips/kernel/
H A Dbmips_5xxx_init.S28 #define cacheop(kva, size, linesize, op) \ argument
31 subu t2, linesize, 1 ; \
38 addu t0, linesize ; \
/openbmc/linux/arch/microblaze/boot/dts/
H A Dsystem.dts194 xlnx,xcl0-linesize = <0x4>;
196 xlnx,xcl1-linesize = <0x4>;
198 xlnx,xcl2-linesize = <0x4>;
200 xlnx,xcl3-linesize = <0x4>;
/openbmc/u-boot/tools/env/
H A Dfw_env.c741 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/qemu/target/arm/tcg/
H A Dcpu64.c32 static uint64_t make_ccsidr64(unsigned assoc, unsigned linesize, in make_ccsidr64() argument
35 unsigned lg_linesize = ctz32(linesize); in make_ccsidr64()
46 assert(is_power_of_2(linesize)); in make_ccsidr64()
50 sets = cachesize / (assoc * linesize); in make_ccsidr64()
51 assert(cachesize % (assoc * linesize) == 0); in make_ccsidr64()
/openbmc/linux/arch/alpha/kernel/
H A Dsetup.c1239 #define CSHAPE(totalsize, linesize, assoc) \ argument
1240 ((totalsize & ~0xff) | (linesize << 4) | assoc)
/openbmc/qemu/ui/
H A Dconsole.c556 int linesize, uint8_t *data) in qemu_create_displaysurface_from() argument
563 (void *)data, linesize); in qemu_create_displaysurface_from()
/openbmc/linux/arch/sparc/mm/
H A Dultra.S813 sub %g3, (1 << 5), %g3 ! D$ linesize == 32
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch38182 + FFMAX3(frame->linesize[0], frame->linesize[1],
46652 + ++i, psrc += src->linesize[0], pdest += dest->linesize[0])
46658 + ++i, psrc += src->linesize[1], pdest += dest->linesize[1])
46664 + ++i, psrc += src->linesize[2], pdest += dest->linesize[2])
47199 + frame->linesize[0], frame->linesize[1], frame->linesize[2], frame->linesize[3],
50380 + frame->linesize[1] = frame->linesize[0];
50391 + frame->linesize[1] = frame->linesize[0] / 2;
50392 + frame->linesize[2] = frame->linesize[1];
65137 + map->linesize[0],
65138 + map->linesize[1],
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch5360 + frame->data[i]) / frame->linesize[i];
5364 + .i_pitch = frame->linesize[i],
6918 +// ( !p_sys->p_va && !frame->linesize[0] ) ||
6919 + ( !frame->linesize[0] ) ||