libsstvenc
Asynchronous Analogue SSTV encoder
|
Go to the source code of this file.
Macros | |
#define | SSTVENC_PASOKON_P3_TIMEUNIT (1000000000.0 / 4800.0) |
#define | SSTVENC_PASOKON_P5_TIMEUNIT (1000000000.0 / 3200.0) |
#define | SSTVENC_PASOKON_P7_TIMEUNIT (1000000000.0 / 2400.0) |
#define | SSTVENC_PASOKON_SYNC(unit) |
#define | SSTVENC_PASOKON_GAP(unit) |
#define | SSTVENC_PASOKON_SCAN(unit) |
Functions | |
uint8_t | sstvenc_get_mode_count () |
const struct sstvenc_mode * | sstvenc_get_mode_by_idx (uint8_t idx) |
const struct sstvenc_mode * | sstvenc_get_mode_by_name (const char *name) |
uint64_t | sstvenc_pulseseq_get_txtime (const struct sstvenc_encoder_pulse *seq) |
uint64_t | sstvenc_mode_get_txtime (const struct sstvenc_mode *const mode, const char *fsk_id) |
size_t | sstvenc_mode_get_fb_sz (const struct sstvenc_mode *const mode) |
uint32_t | sstvenc_get_pixel_posn (const struct sstvenc_mode *const mode, uint16_t x, uint16_t y) |