rockbox/apps/recorder
Boris Gjenero 8e6030c822 FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 a1c6a512-1295-4272-9138-f99709370657
2011-12-14 21:45:25 +00:00
..
albumart.c Use buflib for all skin engine allocations. 2011-11-15 14:11:08 +00:00
albumart.h Fix warning in android build. 2011-02-27 21:09:36 +00:00
bmp.c Handle 32bit bitmaps with all-zero alpha channel as fully opaque. 2011-11-11 22:03:29 +00:00
bmp.h Support for transparency in 32bit bitmaps on color targets. 2011-11-08 21:36:49 +00:00
icons.c FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. 2011-12-14 21:45:25 +00:00
icons.h FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. 2011-12-14 21:45:25 +00:00
jpeg_common.h Move YUV->RGB in JPEG load from before scaler to after scaler. Required change to struct custom_format, so sorted the plugin API as well. 2009-05-06 04:53:56 +00:00
jpeg_idct_arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
jpeg_load.c Set alpha_offset to zero when loading a JPEG. 2011-11-09 23:25:36 +00:00
jpeg_load.h Embedded album art support in MP3/ID3v2 tags. 2011-02-09 20:13:13 +00:00
keyboard.c Sansa Connect: Add keymap for YesNo dialog and keyboard 2011-11-29 11:18:59 +00:00
pcm_record.c Add a second boost condition to the recording PCM buffer to boost the CPU when 75% full or more. This is especially important for small memory when the 1-second condition frequency cannot be reached. 2011-12-08 21:30:37 +00:00
pcm_record.h Move the PCMREC_E/W_* defines back to pcm_record.h because they're part of the recording engine interface. Leave the low-level DMA error defines in pcm.h. 2011-12-08 21:45:53 +00:00
peakmeter.c Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. 2011-10-15 19:35:02 +00:00
peakmeter.h Make function calc_db in peakmeter.c static 2011-10-04 21:25:26 +00:00
recording.c Closing recording before initializing it the first time isn't needed and may also interfere with playback. Remove audio_close_recording call upon first entering recording screen. 2011-12-11 00:53:46 +00:00
recording.h Fix yellow 2011-01-29 15:14:23 +00:00
resize.c Document the internal alpha channel format better, and fixes for 32bit alpha bitmaps. 2011-11-11 19:05:11 +00:00
resize.h Adapt the resize-on-load image scalers to support the alpha channel. 2011-11-08 21:39:23 +00:00