vdr
2.7.6
|
Go to the source code of this file.
Classes | |
class | cMtdMapper |
Macros | |
#define | DBGMTD(a...) |
#define | MAX_REAL_PIDS MAXPID |
#define | MAX_UNIQ_PIDS 256 |
#define | UNIQ_PID_MASK 0x00FF |
#define | UNIQ_PID_SHIFT 8 |
#define | MTD_INVALID_PID 0xFFFF |
#define | MTD_BUFFER_SIZE MEGABYTE(1) |
Functions | |
void | MtdMapSid (uchar *p, cMtdMapper *MtdMapper) |
void | MtdMapPid (uchar *p, cMtdMapper *MtdMapper) |
void MtdMapPid | ( | uchar * | p, |
cMtdMapper * | MtdMapper | ||
) |
Definition at line 241 of file mtd.c.
References Peek13(), Poke13(), and cMtdMapper::RealToUniqPid().
Referenced by MtdMapCaDescriptor(), MtdMapStream(), and cCaPidReceiver::Receive().
void MtdMapSid | ( | uchar * | p, |
cMtdMapper * | MtdMapper | ||
) |
Definition at line 233 of file mtd.c.
References cMtdMapper::RealToUniqSid().
Referenced by cCiCaPmt::MtdMapPids().