rockbox/apps/recorder
2010-06-06 08:43:02 +00:00
..
albumart.c
albumart.h
bmp.c
bmp.h
icons.c
icons.h
jpeg_common.h
jpeg_idct_arm.S
jpeg_load.c
jpeg_load.h
keyboard.c Virtual keyboard: enable line edit mode as an alternative on all target. There were only a very few that didn't offer it yet. The KBD_MODES define could be removed too now but I leave that to someone else. ;) 2010-06-06 08:43:02 +00:00
pcm_record.c Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API. 2010-05-24 16:42:32 +00:00
pcm_record.h
peakmeter.c slightly rework peakmeter handling to make it cleaner and be able to be used in conditionals 2010-05-09 13:01:59 +00:00
peakmeter.h slightly rework peakmeter handling to make it cleaner and be able to be used in conditionals 2010-05-09 13:01:59 +00:00
recording.c Fix r26298 yellow: Somehow missed those warnings. Need playback.h. 2010-05-26 04:59:39 +00:00
recording.h
resize.c
resize.h