#include "MPEG2TransportStreamFramer.hh"#include <GroupsockHelper.hh>Include dependency graph for MPEG2TransportStreamFramer.cpp:

Go to the source code of this file.
Data Structures | |
| class | PIDStatus |
Defines | |
| #define | TRANSPORT_PACKET_SIZE 188 |
| #define | NEW_DURATION_WEIGHT 0.5 |
| #define | TIME_ADJUSTMENT_FACTOR 0.8 |
| #define | MAX_PLAYOUT_BUFFER_DURATION 0.1 |
| #define | PCR_PERIOD_VARIATION_RATIO 0.5 |
| #define | TRANSPORT_SYNC_BYTE 0x47 |
| #define MAX_PLAYOUT_BUFFER_DURATION 0.1 |
Definition at line 34 of file MPEG2TransportStreamFramer.cpp.
Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().
| #define NEW_DURATION_WEIGHT 0.5 |
Definition at line 27 of file MPEG2TransportStreamFramer.cpp.
Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().
| #define PCR_PERIOD_VARIATION_RATIO 0.5 |
Definition at line 35 of file MPEG2TransportStreamFramer.cpp.
Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().
| #define TIME_ADJUSTMENT_FACTOR 0.8 |
Definition at line 29 of file MPEG2TransportStreamFramer.cpp.
Referenced by MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().
| #define TRANSPORT_PACKET_SIZE 188 |
Definition at line 26 of file MPEG2TransportStreamFramer.cpp.
| #define TRANSPORT_SYNC_BYTE 0x47 |
Definition at line 103 of file MPEG2TransportStreamFramer.cpp.
Referenced by MPEG2TransportStreamFramer::afterGettingFrame1(), and MPEG2TransportStreamFramer::updateTSPacketDurationEstimate().
1.5.2