MythTV  master
Functions | Variables
freesat_huffman.cpp File Reference
#include "freesat_huffman.h"
Include dependency graph for freesat_huffman.cpp:

Go to the source code of this file.

Functions

QString freesat_huffman_to_string (const unsigned char *compressed, uint size)
 

Variables

static constexpr uint8_t START { '\0' }
 
static constexpr uint8_t STOP { '\0' }
 
static constexpr uint8_t ESCAPE { '\1' }
 

Function Documentation

◆ freesat_huffman_to_string()

QString freesat_huffman_to_string ( const unsigned char *  compressed,
uint  size 
)

Definition at line 7 of file freesat_huffman.cpp.

Referenced by dvb_decode_text().

Variable Documentation

◆ START

constexpr uint8_t START { '\0' }
staticconstexpr

◆ STOP

constexpr uint8_t STOP { '\0' }
staticconstexpr

Definition at line 4 of file freesat_huffman.cpp.

Referenced by freesat_huffman_to_string().

◆ ESCAPE

constexpr uint8_t ESCAPE { '\1' }
staticconstexpr

Definition at line 5 of file freesat_huffman.cpp.

Referenced by freesat_huffman_to_string().