openshot-audio
0.1.7
|
Classes | |
struct | my_marker_reader |
Macros | |
#define | JPEG_INTERNALS |
#define | INPUT_VARS(cinfo) |
#define | INPUT_SYNC(cinfo) |
#define | INPUT_RELOAD(cinfo) |
#define | MAKE_BYTE_AVAIL(cinfo, action) |
#define | INPUT_BYTE(cinfo, V, action) |
#define | INPUT_2BYTES(cinfo, V, action) |
#define | get_dac(cinfo) skip_variable(cinfo) |
#define | APP0_DATA_LEN 14 /* Length of interesting data in APP0 */ |
#define | APP14_DATA_LEN 12 /* Length of interesting data in APP14 */ |
#define | APPN_DATA_LEN 14 /* Must be the largest of the above!! */ |
#define | JPEG_INTERNALS |
#define | INPUT_VARS(cinfo) |
#define | INPUT_SYNC(cinfo) |
#define | INPUT_RELOAD(cinfo) |
#define | MAKE_BYTE_AVAIL(cinfo, action) |
#define | INPUT_BYTE(cinfo, V, action) |
#define | INPUT_2BYTES(cinfo, V, action) |
#define | get_dac(cinfo) skip_variable(cinfo) |
#define | APP0_DATA_LEN 14 /* Length of interesting data in APP0 */ |
#define | APP14_DATA_LEN 12 /* Length of interesting data in APP14 */ |
#define | APPN_DATA_LEN 14 /* Must be the largest of the above!! */ |
#define | JPEG_INTERNALS |
#define | INPUT_VARS(cinfo) |
#define | INPUT_SYNC(cinfo) |
#define | INPUT_RELOAD(cinfo) |
#define | MAKE_BYTE_AVAIL(cinfo, action) |
#define | INPUT_BYTE(cinfo, V, action) |
#define | INPUT_2BYTES(cinfo, V, action) |
#define | get_dac(cinfo) skip_variable(cinfo) |
#define | APP0_DATA_LEN 14 /* Length of interesting data in APP0 */ |
#define | APP14_DATA_LEN 12 /* Length of interesting data in APP14 */ |
#define | APPN_DATA_LEN 14 /* Must be the largest of the above!! */ |
Typedefs | |
typedef my_marker_reader * | my_marker_ptr2 |
#define APP0_DATA_LEN 14 /* Length of interesting data in APP0 */ |
#define APP0_DATA_LEN 14 /* Length of interesting data in APP0 */ |
#define APP0_DATA_LEN 14 /* Length of interesting data in APP0 */ |
#define APP14_DATA_LEN 12 /* Length of interesting data in APP14 */ |
#define APP14_DATA_LEN 12 /* Length of interesting data in APP14 */ |
#define APP14_DATA_LEN 12 /* Length of interesting data in APP14 */ |
#define APPN_DATA_LEN 14 /* Must be the largest of the above!! */ |
#define APPN_DATA_LEN 14 /* Must be the largest of the above!! */ |
#define APPN_DATA_LEN 14 /* Must be the largest of the above!! */ |
#define get_dac | ( | cinfo | ) | skip_variable(cinfo) |
#define get_dac | ( | cinfo | ) | skip_variable(cinfo) |
#define get_dac | ( | cinfo | ) | skip_variable(cinfo) |
#define INPUT_2BYTES | ( | cinfo, | |
V, | |||
action | |||
) |
#define INPUT_2BYTES | ( | cinfo, | |
V, | |||
action | |||
) |
#define INPUT_2BYTES | ( | cinfo, | |
V, | |||
action | |||
) |
#define INPUT_BYTE | ( | cinfo, | |
V, | |||
action | |||
) |
#define INPUT_BYTE | ( | cinfo, | |
V, | |||
action | |||
) |
#define INPUT_BYTE | ( | cinfo, | |
V, | |||
action | |||
) |
#define INPUT_RELOAD | ( | cinfo | ) |
#define INPUT_RELOAD | ( | cinfo | ) |
#define INPUT_RELOAD | ( | cinfo | ) |
#define INPUT_SYNC | ( | cinfo | ) |
#define INPUT_SYNC | ( | cinfo | ) |
#define INPUT_SYNC | ( | cinfo | ) |
#define INPUT_VARS | ( | cinfo | ) |
#define INPUT_VARS | ( | cinfo | ) |
#define INPUT_VARS | ( | cinfo | ) |
#define JPEG_INTERNALS |
#define JPEG_INTERNALS |
#define JPEG_INTERNALS |
#define MAKE_BYTE_AVAIL | ( | cinfo, | |
action | |||
) |
#define MAKE_BYTE_AVAIL | ( | cinfo, | |
action | |||
) |
#define MAKE_BYTE_AVAIL | ( | cinfo, | |
action | |||
) |
typedef my_marker_reader* my_marker_ptr2 |
examine_app0 | ( | j_decompress_ptr | cinfo, |
JOCTET FAR * | data, | ||
unsigned int | datalen, | ||
INT32 | remaining | ||
) |
examine_app14 | ( | j_decompress_ptr | cinfo, |
JOCTET FAR * | data, | ||
unsigned int | datalen, | ||
INT32 | remaining | ||
) |
first_marker | ( | j_decompress_ptr | cinfo | ) |
get_dht | ( | j_decompress_ptr | cinfo | ) |
get_dqt | ( | j_decompress_ptr | cinfo | ) |
get_dri | ( | j_decompress_ptr | cinfo | ) |
get_interesting_appn | ( | j_decompress_ptr | cinfo | ) |
get_sof | ( | j_decompress_ptr | cinfo, |
boolean | is_prog, | ||
boolean | is_arith | ||
) |
get_soi | ( | j_decompress_ptr | cinfo | ) |
get_sos | ( | j_decompress_ptr | cinfo | ) |
jinit_marker_reader | ( | j_decompress_ptr | cinfo | ) |
jpeg_resync_to_restart | ( | j_decompress_ptr | cinfo, |
int | desired | ||
) |
jpeg_save_markers | ( | j_decompress_ptr | cinfo, |
int | marker_code, | ||
unsigned int | length_limit | ||
) |
jpeg_set_marker_processor | ( | j_decompress_ptr | cinfo, |
int | marker_code, | ||
jpeg_marker_parser_method | routine | ||
) |
next_marker | ( | j_decompress_ptr | cinfo | ) |
read_markers | ( | j_decompress_ptr | cinfo | ) |
read_restart_marker | ( | j_decompress_ptr | cinfo | ) |
reset_marker_reader | ( | j_decompress_ptr | cinfo | ) |
save_marker | ( | j_decompress_ptr | cinfo | ) |
skip_variable | ( | j_decompress_ptr | cinfo | ) |