REVISION
Definition in file coder.h.
#include "../feature.h"
#include "../AUDIO/audio.h"
#include "../fat/fat.h"
Include dependency graph for coder.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | st_CODER |
| Coder control structure definition. More... | |
| struct | st_WAVHEADER |
| WAV header structure definition. More... | |
Functions | |
| void | CODER_main (void) |
| Function serves as the encoder/decoder task handle. | |
| void | CODER_submain (void) |
| Function serves as the sub decoder task handle. | |
| void | CODER_media (void) |
| Function serves as the encoder/decoder media data task handle. | |
| void | CODER_cache (void) |
| Function serves as the encoder/decoder cache task handle. | |
| void | CODER_waitDecoderIdle (void) |
| Function waits till decoder is idle. | |
| void | CODER_waitEncoderIdle (void) |
| Function waits till encoder is idle. | |
| void | CODER_cacheShutdown (void) |
| Function waits to shut down cache task. | |
| void | CODER_waitCacheIdle (void) |
| Function waits till cache task is idle. | |
Variables | |
| SEM_Handle | SEM_coder |
| These semaphores are used to sync UI and Audio system, they have to sit in internal memory. | |
1.3.9.1