FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
jpeg.h
1
20
#ifndef FREERDP_CODEC_JPEG_H
21
#define FREERDP_CODEC_JPEG_H
22
23
#include <freerdp/api.h>
24
#include <freerdp/types.h>
25
26
#ifdef __cplusplus
27
extern
"C"
28
{
29
#endif
30
31
FREERDP_API BOOL jpeg_decompress(
const
BYTE* input, BYTE* output,
int
width,
int
height,
32
int
size,
int
bpp);
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
#endif
/* FREERDP_CODEC_JPEG_H */
include
freerdp
codec
jpeg.h
Generated by
1.9.8