Searched defs:pitch (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dplay.c111 grub_uint16_t pitch; member in struct:note
125 beep_on (grub_uint16_t pitch) argument
130 if (pitch < 20)
131 pitch = 20;
132 else if (pitch > 20000)
133 pitch = 20000;
135 counter = PIT_FREQUENCY / pitch;
154 if (note->pitch == T_FINE || grub_checkkey () >= 0)
157 grub_dprintf ("play", "pitch = %d, duration = %d\n", note->pitch,
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dbochs.c210 int pitch, bytes_per_pixel; local
274 pitch = width / 2;
276 pitch = width * bytes_per_pixel;
278 page_size = pitch * height;
322 framebuffer.mode_info.pitch = pitch;
H A Dcirrus.c246 int pitch, bytes_per_pixel; local
305 pitch = width * bytes_per_pixel;
307 if (pitch > CIRRUS_MAX_PITCH)
312 framebuffer.page_size = pitch * height;
341 .pitch = pitch / GRUB_VGA_CR_PITCH_DIVISOR,
356 grub_vga_cr_write ((config.pitch >> CIRRUS_CR_EXTENDED_DISPLAY_PITCH_SHIFT)
403 framebuffer.mode_info.pitch = pitch;
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dnetbsd_bootinfo.h133 grub_uint16_t pitch; member in struct:grub_netbsd_btinfo_framebuf
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvga.h325 unsigned pitch; member in struct:grub_video_hw_config
383 cr_write (config->pitch & 0xff, GRUB_VGA_CR_PITCH);
H A Dvideo.h137 unsigned int pitch; member in struct:grub_video_mode_info

Completed in 34 milliseconds