This is the complete list of members for INDI::MJPEGEncoder, including all inherited members.
currentCCD | INDI::EncoderInterface | protected |
EncoderInterface()=default | INDI::EncoderInterface | |
getDeviceName() | INDI::MJPEGEncoder | private |
getName() | INDI::EncoderInterface | |
init(CCD *activeCCD) | INDI::EncoderInterface | virtual |
jpeg_compress_8u_gray(const uint8_t *src, uint16_t width, uint16_t height, int stride, uint8_t *dest, int *destsize, int quality) | INDI::MJPEGEncoder | private |
jpeg_compress_8u_rgb(const uint8_t *src, uint16_t width, uint16_t height, int stride, uint8_t *dest, int *destsize, int quality) | INDI::MJPEGEncoder | private |
jpegBuffer | INDI::MJPEGEncoder | private |
jpegBufferSize | INDI::MJPEGEncoder | private |
MJPEGEncoder() | INDI::MJPEGEncoder | |
name | INDI::EncoderInterface | protected |
pixelDepth | INDI::EncoderInterface | protected |
pixelFormat | INDI::EncoderInterface | protected |
rawHeight | INDI::EncoderInterface | protected |
rawWidth | INDI::EncoderInterface | protected |
setPixelFormat(INDI_PIXEL_FORMAT pixelFormat, uint8_t pixelDepth) | INDI::EncoderInterface | virtual |
setSize(uint16_t width, uint16_t height) | INDI::EncoderInterface | virtual |
upload(IBLOB *bp, const uint8_t *buffer, uint32_t nbytes, bool isCompressed=false) override | INDI::MJPEGEncoder | virtual |
~EncoderInterface()=default | INDI::EncoderInterface | virtual |
~MJPEGEncoder() | INDI::MJPEGEncoder | |