This graph shows which files directly or indirectly include this file:
Data Structures | |
struct | chunk_t |
Chunk Object. More... | |
Defines | |
#define | SAMPLE_SIZE (1024*5) |
Size of one chunk. | |
Enumerations | |
enum | e_buff_status_t { START, PROGRESS, COMPLETE, FREE } |
Chunk status enumeration. More... | |
Functions | |
int | chunk_init (chunk_t *pThis) |
Initialize buffer chunk
| |
int | chunk_copy (chunk_t *pSrc, chunk_t *pDst) |
copy on chunk into nother |
Target: TLL6527v1-0 Compiler: VDSP++ Output format: VDSP++ "*.dxe"
#define SAMPLE_SIZE (1024*5) |
Size of one chunk.
enum e_buff_status_t |
copy on chunk into nother
pSrc | pointer to source object (will not be modified) | |
pDst | pointer to destination object (will get the data of the src object) |
int chunk_init | ( | chunk_t * | pThis | ) |
Initialize buffer chunk
pThis | pointer to own object |