#include "tll_common.h"
#include "chunk_d.h"
Include dependency graph for chunk_d.c:
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"
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 |