Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/kthread.h>
#include <linux/freezer.h>
#include <media/v4l2-ioctl.h>
#include <media/v4l2-common.h>
#include <media/videobuf-dma-sg.h>
#include "solo6x10.h"
#include "tw28.h"
#include "solo6x10-jpeg.h"
Go to the source code of this file.
Data Structures | |
struct | solo_enc_fh |
Macros | |
#define | MIN_VID_BUFFERS 4 |
#define | FRAME_BUF_SIZE (128 * 1024) |
#define | MP4_QS 16 |
#define | OFF_IN_RANGE(__off, __range, __chk) ((__off <= __chk) && ((__off + __range) >= __chk)) |
#define | VH_WORDS 16 |
#define | MAX_VOL_HEADER_LENGTH 64 |
Variables | |
unsigned | video_nr |
#define FRAME_BUF_SIZE (128 * 1024) |
Definition at line 32 of file v4l2-enc.c.
#define MAX_VOL_HEADER_LENGTH 64 |
#define MIN_VID_BUFFERS 4 |
Definition at line 31 of file v4l2-enc.c.
#define MP4_QS 16 |
Definition at line 33 of file v4l2-enc.c.
#define OFF_IN_RANGE | ( | __off, | |
__range, | |||
__chk | |||
) | ((__off <= __chk) && ((__off + __range) >= __chk)) |
Definition at line 387 of file v4l2-enc.c.
#define VH_WORDS 16 |
Definition at line 1817 of file v4l2-enc.c.
Definition at line 1790 of file v4l2-enc.c.
Definition at line 823 of file v4l2-enc.c.
Definition at line 800 of file v4l2-enc.c.