LMMS
Loading...
Searching...
No Matches
jcmarker.c File Reference
#include "jinclude.h"
#include "jpeglib.h"

Go to the source code of this file.

Classes

struct  my_marker_writer

Macros

#define JPEG_INTERNALS

Typedefs

typedef my_marker_writermy_marker_ptr

Functions

 emit_byte (j_compress_ptr cinfo, int val)
 emit_marker (j_compress_ptr cinfo, JPEG_MARKER mark)
 emit_2bytes (j_compress_ptr cinfo, int value)
 emit_dqt (j_compress_ptr cinfo, int index)
 emit_dht (j_compress_ptr cinfo, int index, boolean is_ac)
 emit_dac (j_compress_ptr)
 emit_dri (j_compress_ptr cinfo)
 emit_sof (j_compress_ptr cinfo, JPEG_MARKER code)
 emit_sos (j_compress_ptr cinfo)
 emit_jfif_app0 (j_compress_ptr cinfo)
 emit_adobe_app14 (j_compress_ptr cinfo)
 write_marker_header (j_compress_ptr cinfo, int marker, unsigned int datalen)
 write_marker_byte (j_compress_ptr cinfo, int val)
 write_file_header (j_compress_ptr cinfo)
 write_frame_header (j_compress_ptr cinfo)
 write_scan_header (j_compress_ptr cinfo)
 write_file_trailer (j_compress_ptr cinfo)
 write_tables_only (j_compress_ptr cinfo)
 jinit_marker_writer (j_compress_ptr cinfo)

Macro Definition Documentation

◆ JPEG_INTERNALS

#define JPEG_INTERNALS

Typedef Documentation

◆ my_marker_ptr

Function Documentation

◆ emit_2bytes()

emit_2bytes ( j_compress_ptr cinfo,
int value )

◆ emit_adobe_app14()

emit_adobe_app14 ( j_compress_ptr cinfo)

◆ emit_byte()

emit_byte ( j_compress_ptr cinfo,
int val )

◆ emit_dac()

emit_dac ( j_compress_ptr )

◆ emit_dht()

emit_dht ( j_compress_ptr cinfo,
int index,
boolean is_ac )

◆ emit_dqt()

emit_dqt ( j_compress_ptr cinfo,
int index )

◆ emit_dri()

emit_dri ( j_compress_ptr cinfo)

◆ emit_jfif_app0()

emit_jfif_app0 ( j_compress_ptr cinfo)

◆ emit_marker()

emit_marker ( j_compress_ptr cinfo,
JPEG_MARKER mark )

◆ emit_sof()

emit_sof ( j_compress_ptr cinfo,
JPEG_MARKER code )

◆ emit_sos()

emit_sos ( j_compress_ptr cinfo)

◆ jinit_marker_writer()

jinit_marker_writer ( j_compress_ptr cinfo)

◆ write_file_header()

write_file_header ( j_compress_ptr cinfo)

◆ write_file_trailer()

write_file_trailer ( j_compress_ptr cinfo)

◆ write_frame_header()

write_frame_header ( j_compress_ptr cinfo)

◆ write_marker_byte()

write_marker_byte ( j_compress_ptr cinfo,
int val )

◆ write_marker_header()

write_marker_header ( j_compress_ptr cinfo,
int marker,
unsigned int datalen )

◆ write_scan_header()

write_scan_header ( j_compress_ptr cinfo)

◆ write_tables_only()

write_tables_only ( j_compress_ptr cinfo)