simage
1.8.3
Coin3D texture image library
Toggle main menu visibility
Main Page
Data Structures
Data Structures
Data Structure Index
Data Fields
All
b
c
d
e
f
g
h
i
l
n
o
p
r
s
t
v
w
x
y
Variables
b
c
d
e
f
g
h
i
l
n
o
p
r
s
t
v
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
c
d
e
f
g
i
j
l
p
q
r
s
t
Typedefs
Enumerator
e
s
Macros
_
b
c
e
f
l
m
p
q
r
s
t
▼
simage
►
Data Structures
▼
Files
▼
File List
▼
include
►
avi_encode.h
►
simage.h
►
simage_avi.h
►
simage_cgimage.h
►
simage_eps.h
►
simage_gdiplus.h
►
simage_gif.h
►
simage_jasper.h
►
simage_jpeg.h
►
simage_libsndfile.h
►
simage_oggvorbis.h
►
simage_pic.h
►
simage_png.h
►
simage_private.h
►
simage_qimage.h
►
simage_quicktime.h
►
simage_rgb.h
►
simage_tga.h
►
simage_tiff.h
►
simage_xwd.h
►
src
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
avi_encode.h
Go to the documentation of this file.
1
#ifndef AVI_ENCODE_H_
2
#define AVI_ENCODE_H_
3
4
/*
5
* Copyright (c) Kongsberg Oil & Gas Technologies
6
*
7
* Permission to use, copy, modify, and distribute this software for any
8
* purpose with or without fee is hereby granted, provided that the above
9
* copyright notice and this permission notice appear in all copies.
10
*
11
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
13
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
14
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
15
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
16
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18
*/
19
20
#ifndef SIMAGE_AVIENC_SUPPORT
21
#error "This file should not be used under the current configuration!"
22
#endif
/* !SIMAGE_AVIENC_SUPPORT */
23
24
#ifdef __cplusplus
25
extern
"C"
{
26
#endif
27
28
void
*
avi_begin_encode
(
const
char
*filename,
int
width,
int
height,
int
fps,
const
char
*preferences_filename);
29
int
avi_encode_bitmap
(
void
*handle,
unsigned
char
*buf,
int
rgb2bgr);
30
int
avi_end_encode
(
void
*handle);
31
32
#ifdef __cplusplus
33
}
34
#endif
35
36
#endif
/* AVI_ENCODE_H_ */
37
avi_end_encode
int avi_end_encode(void *handle)
avi_encode_bitmap
int avi_encode_bitmap(void *handle, unsigned char *buf, int rgb2bgr)
avi_begin_encode
void * avi_begin_encode(const char *filename, int width, int height, int fps, const char *preferences_filename)
include
avi_encode.h
Generated on Tue Apr 1 2025 18:23:27 for simage by
1.10.0