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

/u-boot/drivers/video/
H A Dbcm2835.c19 int w, h, pitch, bpp; local
30 &fb_base, &fb_size, &pitch);
44 bpp = pitch / w;
53 printf("bcm2835: unexpected bpp %d, pitch %d, width %d\n",
54 bpp, pitch, w);
/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddisplay2.h64 u32 pitch[3]; member in struct:de_vi::__anon187
81 u32 pitch; member in struct:de_ui::__anon188
/u-boot/arch/arm/mach-bcm283x/
H A Dmsg.c46 struct bcm2835_mbox_tag_pitch pitch; member in struct:msg_setup
190 BCM2835_MBOX_INIT_TAG_NO_REQ(&msg_setup->pitch, GET_PITCH);
199 *pitchp = msg_setup->pitch.body.resp.pitch;
/u-boot/arch/sandbox/cpu/
H A Dsdl.c37 * @pitch: Number of bytes per line of the display
58 int pitch; member in struct:sdl_info
159 sdl.pitch = sdl.width * sdl.depth / 8;
195 int pitch, x, y; local
202 SDL_UpdateTexture(sdl.texture, NULL, lcd_base, sdl.pitch);
215 ret = SDL_LockTexture(sdl.texture, NULL, &pixels, &pitch);
226 dest = pixels + y * pitch;
/u-boot/arch/arm/mach-bcm283x/include/mach/
H A Dmbox.h418 u32 pitch; member in struct:bcm2835_mbox_tag_pitch::__anon47::__anon49
/u-boot/drivers/video/sunxi/
H A Dsunxi_de2.c173 writel((bpp / 8) * mode->hactive.typ, &de_ui_regs->cfg[0].pitch);

Completed in 298 milliseconds