Graphics framework for GR-PEACH. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE
Dependents: ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more
JPEG_Converter::encode_options_t Struct Reference
Encode option setting. More...
#include <JPEG_Converter.h>
Data Fields | |
int32_t | DRI_value |
int32_t | width |
int32_t | height |
cbcr_offset_t | input_cb_cr_offset |
wr_rd_swa_t | input_swapsetting |
size_t | encode_buff_size |
void * | quantization_table_Y |
void * | quantization_table_C |
void * | huffman_table_Y_DC |
void * | huffman_table_C_DC |
void * | huffman_table_Y_AC |
void * | huffman_table_C_AC |
void(* | p_EncodeCallBackFunc )(jpeg_conv_error_t err_code) |
Detailed Description
Encode option setting.
Definition at line 142 of file JPEG_Converter.h.
Field Documentation
int32_t DRI_value |
DRI setting
Definition at line 143 of file JPEG_Converter.h.
size_t encode_buff_size |
Encode buffer size : Setting 0 does not the buffer size confirmation of when encoding
Definition at line 148 of file JPEG_Converter.h.
int32_t height |
Encode height
Definition at line 145 of file JPEG_Converter.h.
void* huffman_table_C_AC |
Huffman Table address(C AC)
Definition at line 154 of file JPEG_Converter.h.
void* huffman_table_C_DC |
Huffman Table address(C DC)
Definition at line 152 of file JPEG_Converter.h.
void* huffman_table_Y_AC |
Huffman Table address(Y AC)
Definition at line 153 of file JPEG_Converter.h.
void* huffman_table_Y_DC |
Huffman Table address(Y DC)
Definition at line 151 of file JPEG_Converter.h.
Input data Cb/Cr range setting
Definition at line 146 of file JPEG_Converter.h.
Input data swap setteing
Definition at line 147 of file JPEG_Converter.h.
void(* p_EncodeCallBackFunc)(jpeg_conv_error_t err_code) |
Callback function address
Definition at line 155 of file JPEG_Converter.h.
void* quantization_table_C |
Quantization table address(C)
Definition at line 150 of file JPEG_Converter.h.
void* quantization_table_Y |
Quantization table address(Y)
Definition at line 149 of file JPEG_Converter.h.
int32_t width |
Encode width
Definition at line 144 of file JPEG_Converter.h.
Generated on Tue Jul 12 2022 11:15:12 by 1.7.2