Home
last modified time | relevance | path

Searched refs:is_gray (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2021-3695-video-readers-png-Drop-greyscale-support-to-fix-heap.patch55 - int raw_bytes, is_gray, is_alpha, is_palette;
64 - data->is_gray = 1;
72 - || !(data->is_gray || data->is_palette)))
81 - if (data->is_16bit || data->is_gray || data->is_palette)
90 - if (data->is_gray)
120 - if (data->is_gray)
H A Dvideo-Remove-trailing-whitespaces.patch540 if (data->is_gray)
/OK3568_Linux_fs/kernel/drivers/video/logo/
H A Dpnmtologo.c218 static inline int is_gray(struct color c) in is_gray() function
404 if (!is_gray(logo_data[i][j])) in write_logo_gray256()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch1323 if (data->is_16bit || data->is_gray || data->is_palette)
H A D0005-calloc-Use-calloc-at-most-places.patch1625 if (data->is_16bit || data->is_gray || data->is_palette)