Home
last modified time | relevance | path

Searched refs:TABLE_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/mpegts/
H A DtsTable.h29 #define TABLE_BUFFER_SIZE 4096 macro
41 unsigned char buf[TABLE_BUFFER_SIZE];
50 memset(buf, 0, TABLE_BUFFER_SIZE); in TSTable()
H A DtsDemuxer.cpp685 if ((this->payload_len + this->packet->packet_table.offset) > TABLE_BUFFER_SIZE) in parse_ts_psi()
/dports/audio/umodplayer/umodplayer_B5.1/include/
H A Dtablewidget.h21 #define TABLE_BUFFER_SIZE 128 macro
/dports/audio/umodplayer/umodplayer_B5.1/
H A Dtablewidget.c148 char buffer[TABLE_BUFFER_SIZE]; in DrawTable()