commit | 74701a16a547ab4a68fc9c5a32d939e7a9c91531 | [log] [tgz] |
---|---|---|
author | William Wilgus <me.theuser@yahoo.com> | Sat Dec 08 17:50:01 2018 -0600 |
committer | William Wilgus <me.theuser@yahoo.com> | Sat Dec 08 18:05:13 2018 -0600 |
tree | 31d44077ca63b29b953847563f5a008c274ca357 | |
parent | 7907eb894677e48cdd46861a6b0888b81e2c390d [diff] |
Decrease static code size recording.c Forgot static for recording_step_levels() There is no need to re-calculate split_time or split_bytes each loop you can't change them within recording screen -- these become constants We don't need longs to store the conversion of minutes to seconds or MB to bytes these are now shorts and the conversion takes place within rec_timesplit_seconds() and rec_sizesplit_bytes() respectively Change-Id: Ie1514085e92e00e67eb1942c0f4f8820714587e9