#include "bcwindowbase.inc"#include "clip.h"#include "condition.h"#include "devicedvbinput.inc"#include "dvbtune.h"#include "mutex.h"#include <errno.h>#include <fcntl.h>#include <stdio.h>#include <string.h>#include <sys/ioctl.h>#include <unistd.h>

Go to the source code of this file.
Defines | |
| #define | BUFFER_SIZE 0x100000 |
| #define | MAX_BUFFER_SIZE 0x10000000 |
Variables | |
| static unsigned long | ntsc_dvb [] |
| static unsigned long | catv_dvb [] |
| #define BUFFER_SIZE 0x100000 |
Definition at line 327 of file dvbtune.C.
Referenced by dts_decode_frame(), DVBTuneThread::DVBTuneThread(), ff_xvid_encode_init(), main(), MP3lame_encode_frame(), parse_args(), and DVBTuneThread::run().
| #define MAX_BUFFER_SIZE 0x10000000 |
unsigned long catv_dvb[] [static] |
Initial value:
{
0, 0, 57, 63, 69, 79, 85, 177, 183, 189,
195, 201, 207, 213, 123, 129, 135, 141, 147, 153,
159, 165, 171, 219, 225, 231, 237, 243, 249, 255,
261, 267, 273, 279, 285, 291, 297, 303, 309, 315,
321, 327, 333, 339, 345, 351, 357, 363, 369, 375,
381, 387, 393, 399, 405, 411, 417, 423, 429, 435,
441, 447, 453, 459, 465, 471, 477, 483, 489, 495,
501, 507, 513, 519, 525, 531, 537, 543, 549, 555,
561, 567, 573, 579, 585, 591, 597, 603, 609, 615,
621, 627, 633, 639, 645, 93, 99, 105, 111, 117,
651, 657, 663, 669, 675, 681, 687, 693, 699, 705,
711, 717, 723, 729, 735, 741, 747, 753, 759, 765,
771, 777, 783, 789, 795, 781, 807, 813, 819, 825,
831, 837, 843, 849, 855, 861, 867, 873, 879, 885,
891, 897, 903, 909, 915, 921, 927, 933, 939, 945,
951, 957, 963, 969, 975, 981, 987, 993, 999
}
Definition at line 40 of file dvbtune.C.
Referenced by DVBTune::open_tuner().
unsigned long ntsc_dvb[] [static] |
Initial value:
{
0, 0, 57, 63, 69, 79, 85, 177, 183, 189 ,
195, 201, 207, 213, 473, 479, 485, 491, 497, 503 ,
509, 515, 521, 527, 533, 539, 545, 551, 557, 563 ,
569, 575, 581, 587, 593, 599, 605, 611, 617, 623 ,
629, 635, 641, 647, 653, 659, 665, 671, 677, 683 ,
689, 695, 701, 707, 713, 719, 725, 731, 737, 743 ,
749, 755, 761, 767, 773, 779, 785, 791, 797, 803 ,
809, 815, 821, 827, 833, 839, 845, 851, 857, 863 ,
869, 875, 881, 887, 893, 899, 905, 911, 917, 923 ,
929, 935, 941, 947, 953, 959, 965, 971, 977, 983 ,
989, 995, 1001, 1007, 1013, 1019, 1025, 1031, 1037, 1043
}
Definition at line 26 of file dvbtune.C.
Referenced by DVBTune::open_tuner().
1.5.5