From 91efc162564cd9c04677e2e38550cde21995b06e Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 9 May 2009 07:31:27 +0000 Subject: Split 8-bit-to-native conversion in bmp.c into a function, add support for plugging unscaled output in BMP and JPEG loaders, use output_row_8_native in JPEG decoder when possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20884 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/bmp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/recorder/bmp.h') diff --git a/apps/recorder/bmp.h b/apps/recorder/bmp.h index c570a3d6bd..6437e42d26 100644 --- a/apps/recorder/bmp.h +++ b/apps/recorder/bmp.h @@ -212,4 +212,8 @@ int read_bmp_fd(int fd, int format, const struct custom_format *cformat); +#if LCD_DEPTH > 1 +void output_row_8_native(uint32_t row, void * row_in, + struct scaler_context *ctx); +#endif #endif -- cgit v1.2.3