Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | pwc_dec23_private |
Functions | |
void | pwc_dec23_init (struct pwc_device *pdev, const unsigned char *cmd) |
void | pwc_dec23_decompress (struct pwc_device *pdev, const void *src, void *dst) |
Uncompress a pwc23 buffer.
src: raw data dst: image output
Definition at line 658 of file pwc-dec23.c.
void pwc_dec23_init | ( | struct pwc_device * | pdev, |
const unsigned char * | cmd | ||
) |
Definition at line 297 of file pwc-dec23.c.