ESP-IDF
+
0
/1 examples
SourceVu will show references to
BYTE
from the following samples and libraries:
FatFS
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
ESP-IDF Framework and Examples
ESP-IDF
BYTE
BYTE
Syntax
Show:
Summary
Declaration
from
tjpgd.h:27
typedef
unsigned
char
BYTE
;
Examples
BYTE
is referenced by 1 libraries and example projects:
FatFS
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
unsigned
char
BYTE
;
tjpgd.h:27
BYTE
*
dptr
;
/* Current data read ptr */
tjpgd.h:67
JDEC
JDEC::dptr
BYTE
*
inbuf
;
/* Bit stream input buffer */
tjpgd.h:68
JDEC
JDEC::inbuf
BYTE
dmsk
;
/* Current bit in the current read byte */
tjpgd.h:69
JDEC
JDEC::dmsk
BYTE
scale
;
/* Output scaling ratio */
tjpgd.h:70
JDEC
JDEC::scale
BYTE
msx
,
msy
;
/* MCU size in unit of block (width, height) */
tjpgd.h:71
JDEC
JDEC::msx
BYTE
qtid
[
3
]
;
/* Quantization table ID of each component */
tjpgd.h:72
JDEC
JDEC::qtid
BYTE
*
huffbits
[
2
]
[
2
]
;
/* Huffman bit distribution tables [id][dcac] */
tjpgd.h:76
JDEC
JDEC::huffbits
BYTE
*
huffdata
[
2
]
[
2
]
;
/* Huffman decoded data tables [id][dcac] */
tjpgd.h:78
JDEC
JDEC::huffdata
BYTE
*
mcubuf
;
/* Working buffer for the MCU */
tjpgd.h:81
JDEC
JDEC::mcubuf
UINT
(
*
infunc
)
(
JDEC
*
,
BYTE
*
,
UINT
)
;
/* Pointer to jpeg stream input function */
tjpgd.h:84
JRESULT
jd_prepare
(
JDEC
*
,
UINT
(
*
)
(
JDEC
*
,
BYTE
*
,
UINT
)
,
void
*
,
UINT
,
void
*
)
;
tjpgd.h:91
JRESULT
jd_decomp
(
JDEC
*
,
UINT
(
*
)
(
JDEC
*
,
void
*
,
JRECT
*
)
,
BYTE
)
;
tjpgd.h:92
jd_decomp()
jd_decomp()::#2
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Instance
Scope
Location
Project
JDEC::dptr
JDEC
tjpgd.h:67
JDEC::inbuf
JDEC
tjpgd.h:68
JDEC::dmsk
JDEC
tjpgd.h:69
JDEC::scale
JDEC
tjpgd.h:70
JDEC::msx
JDEC
tjpgd.h:71
JDEC::msy
JDEC
tjpgd.h:71
JDEC::qtid
JDEC
tjpgd.h:72
JDEC::huffbits
JDEC
tjpgd.h:76
JDEC::huffdata
JDEC
tjpgd.h:78
JDEC::mcubuf
JDEC
tjpgd.h:81
jd_decomp()::#2
jd_decomp()
tjpgd.h:92
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out