Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
av7110_ipack.h File Reference

Go to the source code of this file.

Functions

int av7110_ipack_init (struct ipack *p, int size, void(*func)(u8 *buf, int size, void *priv))
 
void av7110_ipack_reset (struct ipack *p)
 
int av7110_ipack_instant_repack (const u8 *buf, int count, struct ipack *p)
 
void av7110_ipack_free (struct ipack *p)
 
void av7110_ipack_flush (struct ipack *p)
 

Function Documentation

void av7110_ipack_flush ( struct ipack p)

Definition at line 111 of file av7110_ipack.c.

void av7110_ipack_free ( struct ipack p)

Definition at line 38 of file av7110_ipack.c.

int av7110_ipack_init ( struct ipack p,
int  size,
void(*)(u8 *buf, int size, void *priv func 
)

Definition at line 23 of file av7110_ipack.c.

int av7110_ipack_instant_repack ( const u8 buf,
int  count,
struct ipack p 
)

Definition at line 145 of file av7110_ipack.c.

void av7110_ipack_reset ( struct ipack p)

Definition at line 7 of file av7110_ipack.c.