| /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/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/qemu/include/ui/ |
| H A D | surface.h | 35 int linesize, uint8_t *data);
|
| /openbmc/qemu/pc-bios/dtb/ |
| 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/qemu/target/arm/ |
| H A D | cpu-features.h | 1122 unsigned linesize, unsigned cachesize, in make_ccsidr() argument 1125 unsigned lg_linesize = ctz32(linesize); in make_ccsidr() 1130 assert(is_power_of_2(linesize)); in make_ccsidr() 1134 sets = cachesize / (assoc * linesize); in make_ccsidr() 1135 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/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/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] ) ||
|