src/chunk_d.c File Reference

More...

#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
  • set max size of buffer and the current fill level Parameters:.

int chunk_d_copy (chunk_d_t *pSrc, chunk_d_t *pDst)
 copy on chunk into nother

Detailed Description

Target: TLL6527v1-0 Compiler: VDSP++ Output format: VDSP++ "*.dxe"

Author:
Gunar Schirner Rohan Kangralkar Oleg Vaskevich
Date:
05/14/2012
LastChange:
Id
chunk_d.c 1069 2013-02-25 18:19:21Z ovaskevi

Function Documentation

int chunk_d_copy ( chunk_d_t pSrc,
chunk_d_t pDst 
)

copy on chunk into nother

Parameters:
pSrc pointer to source object (will not be modified)
pDst pointer to destination object (will get the data of the src object)
Returns:
PASS/0 success, non-zero otherwise

int chunk_d_init ( chunk_d_t pThis,
int  chunkSize 
)

Initialize buffer chunk

Parameters:
pThis pointer to own object
chunkSize size of provided chunk
Returns:
PASS/Zero on success. FAIL/Negative value on failure.


Generated on 3 Mar 2014 for PAL bare-c Library by  doxygen 1.4.7