LibJPEG
jpeg_source_mgr
is only used within LibJPEG.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LibJPEG
jpeg_source_mgr
jpeg_source_mgr struct
Syntax
Show:
Summary
Declaration
Definition
from
jpeglib.h:446
struct
jpeg_source_mgr
;
Implemented in
jpeglib.h:764
Fields
Field
Declared as
jpeg_source_mgr::fill_input_buffer
boolean
,
,
(
j_decompress_ptr
cinfo
)
jpeg_source_mgr::skip_input_data
void
,
,
(
j_decompress_ptr
cinfo
,
long
num_bytes
)
jpeg_source_mgr::resync_to_restart
boolean
,
,
(
j_decompress_ptr
cinfo
,
int
desired
)
jpeg_source_mgr::term_source
void
,
,
(
j_decompress_ptr
cinfo
)
jpeg_source_mgr::next_input_byte
const
JOCTET
*
jpeg_source_mgr::bytes_in_buffer
size_t
jpeg_source_mgr::init_source
void
,
,
(
j_decompress_ptr
cinfo
)
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