Home
last modified time | relevance | path

Searched refs:Bpp (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bktr/
HDbktr_core.c1206 pixfmt_table[ bktr->pixfmt ].public.Bpp; in video_read()
2687 if (( pf->type == METEOR_PIXTYPE_RGB ) && ( pf->Bpp == 3 ))
2770 u_int Bpp = pf_int->public.Bpp;
2814 pitch = cols*Bpp;
2848 Bpp, (volatile u_char **)(uintptr_t)&target, cols);
2855 Bpp, (volatile u_char **)(uintptr_t)&target, cols);
2861 Bpp, (volatile u_char **)(uintptr_t)&target, cols);
2905 Bpp, (volatile u_char **)(uintptr_t)&target, cols);
2911 Bpp, (volatile u_char **)(uintptr_t)&target,
2917 Bpp, (volatile u_char **)(uintptr_t) &target, cols);
[all …]
HDioctl_bt848.h197 unsigned int Bpp; /* Bytes per pixel */ member