mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-19 06:28:01 +00:00
WIP
This commit is contained in:
@@ -7,12 +7,12 @@ class jpg
|
||||
public:
|
||||
bool decode(const uint8_t *jpg, size_t size);
|
||||
|
||||
const struct jpg_section *quantization_table_0_;
|
||||
const struct jpg_section *quantization_table_1_;
|
||||
const jpg_section_t *quantization_table_luminance_;
|
||||
const jpg_section_t *quantization_table_chrominance_;
|
||||
|
||||
const uint8_t *jpeg_data_start;
|
||||
const uint8_t *jpeg_data_end;
|
||||
|
||||
private:
|
||||
static const jpg_section *find_jpg_section(const uint8_t **ptr, const uint8_t *end, jpg_section::jpg_section_flag flag);
|
||||
static const jpg_section_t *find_jpg_section(const uint8_t **ptr, const uint8_t *end, jpg_section_t::jpg_section_flag flag);
|
||||
};
|
||||
Reference in New Issue
Block a user