LibJPEG_Encoding
jpeg_encode()
is only used within LibJPEG_Encoding.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LibJPEG_Encoding
jpeg_encode()
jpeg_encode() function
Jpeg Encode
Syntax
Show:
Summary
Declaration
Definition
from
encode.h:32
void
jpeg_encode
(
JFILE
*
file
,
JFILE
*
file1
,
uint32_t
width
,
uint32_t
height
,
uint32_t
image_quality
,
uint8_t
*
buff
)
;
Implemented in
encode.c:44
Arguments
Argument
Description
file
pointer to the bmp file
file1
pointer to the jpg file
width
image width
height
image height
image_quality
image quality
buff
pointer to the image line
Return value
None
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out