Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
enc.c File Reference
#include <linux/kernel.h>
#include <linux/slab.h>
#include "solo6x10.h"
#include "osd-font.h"

Go to the source code of this file.

Macros

#define CAPTURE_MAX_BANDWIDTH   32 /* D1 4channel (D1 == 4) */
 
#define OSG_BUFFER_SIZE   1024
 
#define VI_PROG_HSIZE   (1280 - 16)
 
#define VI_PROG_VSIZE   (1024 - 16)
 

Functions

int solo_osd_print (struct solo_enc_dev *solo_enc)
 
int solo_enc_init (struct solo_dev *solo_dev)
 
void solo_enc_exit (struct solo_dev *solo_dev)
 

Macro Definition Documentation

#define CAPTURE_MAX_BANDWIDTH   32 /* D1 4channel (D1 == 4) */

Definition at line 25 of file enc.c.

#define OSG_BUFFER_SIZE   1024

Definition at line 26 of file enc.c.

#define VI_PROG_HSIZE   (1280 - 16)

Definition at line 28 of file enc.c.

#define VI_PROG_VSIZE   (1024 - 16)

Definition at line 29 of file enc.c.

Function Documentation

void solo_enc_exit ( struct solo_dev solo_dev)

Definition at line 228 of file enc.c.

int solo_enc_init ( struct solo_dev solo_dev)

Definition at line 210 of file enc.c.

int solo_osd_print ( struct solo_enc_dev solo_enc)

Definition at line 117 of file enc.c.