roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
roo_display::JpegDecoder Class Reference

JPEG decoder (stateful, reusable). More...

#include <jpeg.h>

Public Member Functions

 JpegDecoder ()
 Construct a JPEG decoder instance.
 

Friends

class JpegImage
 
size_t jpeg_read (JDEC *, uint8_t *, size_t)
 
int jpeg_draw_rect (JDEC *jdec, void *data, JRECT *rect)
 

Detailed Description

JPEG decoder (stateful, reusable).

Definition at line 24 of file jpeg.h.

Constructor & Destructor Documentation

◆ JpegDecoder()

roo_display::JpegDecoder::JpegDecoder ( )

Construct a JPEG decoder instance.

Definition at line 21 of file jpeg.cpp.

Friends And Related Symbol Documentation

◆ jpeg_draw_rect

int jpeg_draw_rect ( JDEC jdec,
void data,
JRECT rect 
)
friend

Definition at line 37 of file jpeg.cpp.

◆ jpeg_read

size_t jpeg_read ( JDEC jdec,
uint8_t buf,
size_t  size 
)
friend

Definition at line 27 of file jpeg.cpp.

◆ JpegImage

Definition at line 30 of file jpeg.h.


The documentation for this class was generated from the following files: