Searched refs:rgb24_decompose (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/hpc/ |
H A D | video_subr.h | 40 void rgb24_decompose(u_int32_t *, u_int8_t *, u_int8_t *, u_int8_t *, int);
|
H A D | video_subr.c | 201 rgb24_decompose(u_int32_t *rgb24, u_int8_t *r, u_int8_t *g, u_int8_t *b, in rgb24_decompose() function
|
/netbsd-src/sys/arch/hpcmips/tx/ |
H A D | tx3912video.c | 527 rgb24_decompose(rgb, r, g, b, cnt); in tx3912video_ioctl()
|
/netbsd-src/sys/arch/hpcmips/dev/ |
H A D | plumvideo.c | 451 rgb24_decompose(rgb, r, g, b, cnt); in plumvideo_ioctl()
|