File: spcadecoder.h

package info (click to toggle)
spca5xx 20060501-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,196 kB
  • ctags: 1,473
  • sloc: ansic: 22,146; makefile: 183; python: 12; sh: 8
file content (15 lines) | stat: -rwxr-xr-x 421 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#ifndef SPCADECODER_H
#define SPCADECODER_H

#include "spca5xx.h"
/*********************************/


int spca50x_outpicture(struct spca50x_frame *myframe);
void init_jpeg_decoder(struct usb_spca50x *spca50x);
void init_sonix_decoder(struct usb_spca50x *spca50x);
void init_pixart_decoder(struct usb_spca50x *spca50x);
void init_qTable(struct usb_spca50x *spca50x, unsigned int qIndex);

#endif				/* SPCADECODER_H */