jpeg_decode() is only used within LibJPEG_Encoding.
 
Symbols
loading...
Files
loading...

jpeg_decode() function

Jpeg Decode

Syntax

void jpeg_decode(JFILE *file,     uint32_t width,     uint8_t * buff,     uint8_t (*callback)(uint8_t*, uint32_t));
Implemented in decode.c:41

Arguments

file

width

image width

buff

pointer to the image line

callback

line decoding callback

Return value

None

References

LocationReferrerText
decode.c:41
void jpeg_decode(JFILE *file, uint32_t width, uint8_t * buff, uint8_t (*callback)(uint8_t*, uint32_t))
decode.h:33
void jpeg_decode(JFILE *file, uint32_t width, uint8_t * buff, uint8_t (*callback)(uint8_t*, uint32_t));
main.c:103main()

Call Tree

Data read by jpeg_decode()
Data written by jpeg_decode()
jpeg_decode()
jpeg_decode()::row_stride
all items filtered out
Type of jpeg_decode()
jpeg_decode()
uint32_t
all items filtered out