Home
last modified time | relevance | path

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

/Zephyr-latest/samples/drivers/video/capture/src/
Dcheck_test_pattern.h37 static inline CIELAB rgb888_to_lab(const uint8_t r, const uint8_t g, const uint8_t b) in rgb888_to_lab() function
73 return rgb888_to_lab(r, g, b); in xrgb32_to_lab()
87 return rgb888_to_lab(r, g, b); in rgb565_to_lab()