From f3a63e25fac571e222b969f0d16c542061190797 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 3 Feb 2011 23:37:20 +0200 Subject: dfxvideo: add bgr888->rgb565 converter for maemo port --- frontend/arm_utils.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/arm_utils.h (limited to 'frontend/arm_utils.h') diff --git a/frontend/arm_utils.h b/frontend/arm_utils.h new file mode 100644 index 0000000..f7d637e --- /dev/null +++ b/frontend/arm_utils.h @@ -0,0 +1,3 @@ +void bgr555_to_rgb565(void *dst, void *src, int bytes); +void bgr888_to_rgb888(void *dst, void *src, int bytes); +void bgr888_to_rgb565(void *dst, void *src, int bytes); -- cgit v1.2.3