Home
last modified time | relevance | path

Searched refs:dst_bpp (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/package/libfreeimage/
H A D0003-fix-big-endian-os.patch25 + } else if (dst_bpp == 16) {
34 + } else if (dst_bpp == 24) {
43 + } else if (dst_bpp == 32) {
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Daccel.c40 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_1() argument
79 ret = viafb_set_bpp(engine, dst_bpp); in hw_bitblt_1()
163 tmp = (width * height * (op == VIA_BITBLT_MONO ? 1 : (dst_bpp >> 3)) + in hw_bitblt_1()
173 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_2() argument
212 ret = viafb_set_bpp(engine, dst_bpp); in hw_bitblt_2()
295 tmp = (width * height * (op == VIA_BITBLT_MONO ? 1 : (dst_bpp >> 3)) + in hw_bitblt_2()
H A Dviafbdev.h53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dbmp_helper.c144 int bmpdecoder(void *bmp_addr, void *pdst, int dst_bpp) in bmpdecoder() argument
174 if (dst_bpp != 16) { in bmpdecoder()
176 dst_bpp); in bmpdecoder()
H A Dbmp_helper.h18 int bmpdecoder(void *bmp_addr, void *dst, int dst_bpp);
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_copy.c303 int dst_bpp; in glamor_copy_fbo_cpu() local
320 fbGetDrawable(dst, dst_bits, dst_stride, dst_bpp, dst_xoff, dst_yoff); in glamor_copy_fbo_cpu()
/OK3568_Linux_fs/buildroot/package/directfb/
H A D0001-fix-missing-davinci-voodoo-header.patch1597 + unsigned long dst_bpp;