Mercurial > pt1.oyama
comparison src/recpt1.h @ 139:5eab7c73a28a
Add PT3 driver
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Sat, 28 Jul 2012 16:05:28 +0900 |
parents | 1d343a4eb657 |
children | 30e91361506a |
comparison
equal
deleted
inserted
replaced
138:097d5aaf6b07 | 139:5eab7c73a28a |
---|---|
7 #include <netinet/in.h> | 7 #include <netinet/in.h> |
8 #include "decoder.h" | 8 #include "decoder.h" |
9 #include "tssplitter_lite.h" | 9 #include "tssplitter_lite.h" |
10 | 10 |
11 #define HAVE_LIBARIB25 1 | 11 #define HAVE_LIBARIB25 1 |
12 #define NUM_BSDEV 8 | 12 #define NUM_BSDEV 16 |
13 #define NUM_ISDB_T_DEV 8 | 13 #define NUM_ISDB_T_DEV 16 |
14 #define CHTYPE_SATELLITE 0 /* satellite digital */ | 14 #define CHTYPE_SATELLITE 0 /* satellite digital */ |
15 #define CHTYPE_GROUND 1 /* terrestrial digital */ | 15 #define CHTYPE_GROUND 1 /* terrestrial digital */ |
16 #define MAX_QUEUE 8192 | 16 #define MAX_QUEUE 8192 |
17 #define MAX_READ_SIZE (188 * 87) /* 188*87=16356 splitterが188アライメントを期待しているのでこの数字とする*/ | 17 #define MAX_READ_SIZE (188 * 87) /* 188*87=16356 splitterが188アライメントを期待しているのでこの数字とする*/ |
18 #define WRITE_SIZE (1024 * 1024 * 2) | 18 #define WRITE_SIZE (1024 * 1024 * 2) |