
Go to the source code of this file.
Data Structures | |
| struct | CHANLIST |
| struct | CHANLISTS |
Defines | |
| #define | CHAN_COUNT(x) (sizeof(x)/sizeof(CHANLIST)) |
| #define | NTSC_AUDIO_CARRIER 4500 |
| #define | PAL_AUDIO_CARRIER_I 6000 |
| #define | PAL_AUDIO_CARRIER_BGHN 5500 |
| #define | PAL_AUDIO_CARRIER_MN 4500 |
| #define | PAL_AUDIO_CARRIER_D 6500 |
| #define | SEACAM_AUDIO_DKK1L 6500 |
| #define | SEACAM_AUDIO_BG 5500 |
| #define | NICAM728_PAL_BGH 5850 |
| #define | NICAM728_PAL_I 6552 |
| #define | NTSC 0 |
| #define | PAL 1 |
| #define | SECAM 2 |
| #define | NTSC_BCAST 0 |
| #define | NTSC_CABLE 1 |
| #define | NTSC_HRC 2 |
| #define | NTSC_BCAST_JP 3 |
| #define | NTSC_CABLE_JP 4 |
| #define | PAL_EUROPE 5 |
| #define | PAL_E_EUROPE 6 |
| #define | PAL_ITALY 7 |
| #define | PAL_NEWZEALAND 8 |
| #define | PAL_AUSTRALIA 9 |
| #define | PAL_IRELAND 10 |
Variables | |
| CHANLISTS | chanlists [] |
| #define CHAN_COUNT | ( | x | ) | (sizeof(x)/sizeof(CHANLIST)) |
Definition at line 18 of file chantables.h.
| #define NICAM728_PAL_BGH 5850 |
Definition at line 29 of file chantables.h.
| #define NICAM728_PAL_I 6552 |
Definition at line 30 of file chantables.h.
| #define NTSC 0 |
Definition at line 33 of file chantables.h.
Referenced by ChannelEditEditNorm::add_items(), VDeviceBUZ::get_norm(), VDeviceV4L::v4l1_get_norm(), and ChannelEditThread::value_to_norm().
| #define NTSC_AUDIO_CARRIER 4500 |
Definition at line 22 of file chantables.h.
| #define NTSC_BCAST 0 |
Definition at line 38 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define NTSC_BCAST_JP 3 |
Definition at line 41 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define NTSC_CABLE 1 |
Definition at line 39 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define NTSC_CABLE_JP 4 |
Definition at line 42 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define NTSC_HRC 2 |
Definition at line 40 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define PAL 1 |
Definition at line 34 of file chantables.h.
Referenced by ChannelEditEditNorm::add_items(), VDeviceBUZ::get_norm(), VDeviceV4L::v4l1_get_norm(), and ChannelEditThread::value_to_norm().
| #define PAL_AUDIO_CARRIER_BGHN 5500 |
Definition at line 24 of file chantables.h.
| #define PAL_AUDIO_CARRIER_D 6500 |
Definition at line 26 of file chantables.h.
| #define PAL_AUDIO_CARRIER_I 6000 |
Definition at line 23 of file chantables.h.
| #define PAL_AUDIO_CARRIER_MN 4500 |
Definition at line 25 of file chantables.h.
| #define PAL_AUSTRALIA 9 |
Definition at line 47 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define PAL_E_EUROPE 6 |
Definition at line 44 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define PAL_EUROPE 5 |
Definition at line 43 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define PAL_IRELAND 10 |
Definition at line 48 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define PAL_ITALY 7 |
Definition at line 45 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define PAL_NEWZEALAND 8 |
Definition at line 46 of file chantables.h.
Referenced by ChannelEditEditFreqtable::add_items(), and ChannelEditThread::value_to_freqtable().
| #define SEACAM_AUDIO_BG 5500 |
Definition at line 28 of file chantables.h.
| #define SEACAM_AUDIO_DKK1L 6500 |
Definition at line 27 of file chantables.h.
| #define SECAM 2 |
Definition at line 35 of file chantables.h.
Referenced by ChannelEditEditNorm::add_items(), VDeviceBUZ::get_norm(), VDeviceV4L::v4l1_get_norm(), and ChannelEditThread::value_to_norm().
Definition at line 752 of file chantables.C.
Referenced by ChannelEditEditThread::change_source(), ChannelPicker::get_source_name(), ScanThread::run(), ChannelEditEditThread::set_freqtable(), ChannelEditEditThread::source_down(), ChannelEditEditThread::source_up(), ScanThread::start(), and VDeviceV4L::v4l1_set_channel().
1.5.5