inc/chunk.h File Reference

More...

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

int chunk_copy (chunk_t *pSrc, chunk_t *pDst)
 copy on chunk into nother

Detailed Description

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

Author:
Gunar Schirner Rohan Kangralkar
Date:
03/15/2009
LastChange:
Id
chunk.h 1123 2013-04-07 00:53:45Z ovaskevi

Define Documentation

#define SAMPLE_SIZE   (1024*5)

Size of one chunk.


Enumeration Type Documentation

enum e_buff_status_t

Chunk status enumeration.

Enumerator:
START 
PROGRESS  startup
COMPLETE  in progress -- don't touch otherwise
FREE  free


Function Documentation

int chunk_copy ( chunk_t pSrc,
chunk_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_init ( chunk_t pThis  ) 

Initialize buffer chunk

Parameters:
pThis pointer to own object
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