#include "MPEG2TransportStreamFromESSource.hh"Include dependency graph for MPEG2TransportStreamFromESSource.cpp:

Go to the source code of this file.
Data Structures | |
| class | InputESSourceRecord |
Defines | |
| #define | MAX_INPUT_ES_FRAME_SIZE 100000 |
| #define | SIMPLE_PES_HEADER_SIZE 14 |
| #define | LOW_WATER_MARK 1000 |
| #define | INPUT_BUFFER_SIZE (SIMPLE_PES_HEADER_SIZE + 2*MAX_INPUT_ES_FRAME_SIZE) |
| #define INPUT_BUFFER_SIZE (SIMPLE_PES_HEADER_SIZE + 2*MAX_INPUT_ES_FRAME_SIZE) |
Definition at line 27 of file MPEG2TransportStreamFromESSource.cpp.
Referenced by InputESSourceRecord::askForNewData(), and InputESSourceRecord::InputESSourceRecord().
| #define LOW_WATER_MARK 1000 |
Definition at line 26 of file MPEG2TransportStreamFromESSource.cpp.
Referenced by InputESSourceRecord::askForNewData(), and InputESSourceRecord::deliverBufferToClient().
| #define MAX_INPUT_ES_FRAME_SIZE 100000 |
Definition at line 24 of file MPEG2TransportStreamFromESSource.cpp.
| #define SIMPLE_PES_HEADER_SIZE 14 |
Definition at line 25 of file MPEG2TransportStreamFromESSource.cpp.
Referenced by InputESSourceRecord::afterGettingFrame1(), and InputESSourceRecord::askForNewData().
1.5.2