Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: HttpServer_snapshot_mbed-os
JPEG_Converter::bitmap_buff_info_t Struct Reference
Bitmap data setting struct. More...
#include <JPEG_Converter.h>
Data Fields | |
int32_t | width |
int32_t | height |
wr_rd_format_t | format |
void * | buffer_address |
Detailed Description
Bitmap data setting struct.
Definition at line 101 of file JPEG_Converter.h.
Field Documentation
void* buffer_address |
buffer_address address of bitmap data
Definition at line 105 of file JPEG_Converter.h.
format format of bitmap data
Definition at line 104 of file JPEG_Converter.h.
int32_t height |
height height of bitmap data
Definition at line 103 of file JPEG_Converter.h.
int32_t width |
width width of bitmap data
Definition at line 102 of file JPEG_Converter.h.
Generated on Wed Jul 13 2022 05:33:38 by
