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

Data Structures | |
| struct | chunk_d_t |
| Chunk Object. More... | |
Enumerations | |
| enum | e_buff_status_d_t { START, PROGRESS, COMPLETE, FREE } |
| Chunk status enumeration. More... | |
Functions | |
| int | chunk_d_init (chunk_d_t *pThis, int chunkSize) |
Initialize buffer chunk
| |
| int | chunk_d_copy (chunk_d_t *pSrc, chunk_d_t *pDst) |
| copy on chunk into nother | |
Target: TLL6527v1-0 Compiler: VDSP++ Output format: VDSP++ "*.dxe"
| enum e_buff_status_d_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_d_init | ( | chunk_d_t * | pThis, | |
| int | chunkSize | |||
| ) |
Initialize buffer chunk
| pThis | pointer to own object | |
| chunkSize | size of provided chunk |
1.4.7