openshot-audio
0.1.7
|
Go to the source code of this file.
Macros | |
#define | ZCONF_H |
#define | Z_PREFIX 1 |
#define | deflateInit_ z_deflateInit_ |
#define | deflate z_deflate |
#define | deflateEnd z_deflateEnd |
#define | inflateInit_ z_inflateInit_ |
#define | inflate z_inflate |
#define | inflateEnd z_inflateEnd |
#define | inflatePrime z_inflatePrime |
#define | inflateGetHeader z_inflateGetHeader |
#define | adler32_combine z_adler32_combine |
#define | crc32_combine z_crc32_combine |
#define | deflateInit2_ z_deflateInit2_ |
#define | deflateSetDictionary z_deflateSetDictionary |
#define | deflateCopy z_deflateCopy |
#define | deflateReset z_deflateReset |
#define | deflateParams z_deflateParams |
#define | deflateBound z_deflateBound |
#define | deflatePrime z_deflatePrime |
#define | inflateInit2_ z_inflateInit2_ |
#define | inflateSetDictionary z_inflateSetDictionary |
#define | inflateSync z_inflateSync |
#define | inflateSyncPoint z_inflateSyncPoint |
#define | inflateCopy z_inflateCopy |
#define | inflateReset z_inflateReset |
#define | inflateBack z_inflateBack |
#define | inflateBackEnd z_inflateBackEnd |
#define | compress z_compress |
#define | compress2 z_compress2 |
#define | compressBound z_compressBound |
#define | uncompress z_uncompress |
#define | adler32 z_adler32 |
#define | crc32 z_crc32 |
#define | get_crc_table z_get_crc_table |
#define | zError z_zError |
#define | alloc_func z_alloc_func |
#define | free_func z_free_func |
#define | in_func z_in_func |
#define | out_func z_out_func |
#define | Byte z_Byte |
#define | uInt z_uInt |
#define | uLong z_uLong |
#define | Bytef z_Bytef |
#define | charf z_charf |
#define | intf z_intf |
#define | uIntf z_uIntf |
#define | uLongf z_uLongf |
#define | voidpf z_voidpf |
#define | voidp z_voidp |
#define | const /* note: need a more gentle solution here */ |
#define | MAX_MEM_LEVEL 9 |
#define | MAX_WBITS 15 /* 32K LZ77 window */ |
#define | OF(args) () |
#define | ZEXTERN extern |
#define | ZEXPORT |
#define | ZEXPORTVA |
#define | FAR |
#define | SEEK_SET 0 /* Seek from beginning of file. */ |
#define | SEEK_CUR 1 /* Seek from current position. */ |
#define | SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
#define | z_off_t long |
#define | Z_PREFIX 1 |
#define | deflateInit_ z_deflateInit_ |
#define | deflate z_deflate |
#define | deflateEnd z_deflateEnd |
#define | inflateInit_ z_inflateInit_ |
#define | inflate z_inflate |
#define | inflateEnd z_inflateEnd |
#define | inflatePrime z_inflatePrime |
#define | inflateGetHeader z_inflateGetHeader |
#define | adler32_combine z_adler32_combine |
#define | crc32_combine z_crc32_combine |
#define | deflateInit2_ z_deflateInit2_ |
#define | deflateSetDictionary z_deflateSetDictionary |
#define | deflateCopy z_deflateCopy |
#define | deflateReset z_deflateReset |
#define | deflateParams z_deflateParams |
#define | deflateBound z_deflateBound |
#define | deflatePrime z_deflatePrime |
#define | inflateInit2_ z_inflateInit2_ |
#define | inflateSetDictionary z_inflateSetDictionary |
#define | inflateSync z_inflateSync |
#define | inflateSyncPoint z_inflateSyncPoint |
#define | inflateCopy z_inflateCopy |
#define | inflateReset z_inflateReset |
#define | inflateBack z_inflateBack |
#define | inflateBackEnd z_inflateBackEnd |
#define | compress z_compress |
#define | compress2 z_compress2 |
#define | compressBound z_compressBound |
#define | uncompress z_uncompress |
#define | adler32 z_adler32 |
#define | crc32 z_crc32 |
#define | get_crc_table z_get_crc_table |
#define | zError z_zError |
#define | alloc_func z_alloc_func |
#define | free_func z_free_func |
#define | in_func z_in_func |
#define | out_func z_out_func |
#define | Byte z_Byte |
#define | uInt z_uInt |
#define | uLong z_uLong |
#define | Bytef z_Bytef |
#define | charf z_charf |
#define | intf z_intf |
#define | uIntf z_uIntf |
#define | uLongf z_uLongf |
#define | voidpf z_voidpf |
#define | voidp z_voidp |
#define | const /* note: need a more gentle solution here */ |
#define | MAX_MEM_LEVEL 9 |
#define | MAX_WBITS 15 /* 32K LZ77 window */ |
#define | OF(args) () |
#define | ZEXTERN extern |
#define | ZEXPORT |
#define | ZEXPORTVA |
#define | FAR |
#define | SEEK_SET 0 /* Seek from beginning of file. */ |
#define | SEEK_CUR 1 /* Seek from current position. */ |
#define | SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
#define | z_off_t long |
Typedefs | |
typedef unsigned char | Byte |
typedef unsigned int | uInt |
typedef unsigned long | uLong |
typedef Byte FAR | Bytef |
typedef char FAR | charf |
typedef int FAR | intf |
typedef uInt FAR | uIntf |
typedef uLong FAR | uLongf |
typedef Byte const * | voidpc |
typedef Byte FAR * | voidpf |
typedef Byte * | voidp |
#define adler32 z_adler32 |
#define adler32 z_adler32 |
#define adler32_combine z_adler32_combine |
#define adler32_combine z_adler32_combine |
#define alloc_func z_alloc_func |
#define alloc_func z_alloc_func |
#define Byte z_Byte |
#define Byte z_Byte |
#define Bytef z_Bytef |
#define Bytef z_Bytef |
#define charf z_charf |
#define charf z_charf |
#define compress z_compress |
#define compress z_compress |
#define compress2 z_compress2 |
#define compress2 z_compress2 |
#define compressBound z_compressBound |
#define compressBound z_compressBound |
#define const /* note: need a more gentle solution here */ |
#define const /* note: need a more gentle solution here */ |
#define crc32 z_crc32 |
#define crc32 z_crc32 |
#define crc32_combine z_crc32_combine |
#define crc32_combine z_crc32_combine |
#define deflate z_deflate |
#define deflate z_deflate |
#define deflateBound z_deflateBound |
#define deflateBound z_deflateBound |
#define deflateCopy z_deflateCopy |
#define deflateCopy z_deflateCopy |
#define deflateEnd z_deflateEnd |
#define deflateEnd z_deflateEnd |
#define deflateInit2_ z_deflateInit2_ |
#define deflateInit2_ z_deflateInit2_ |
#define deflateInit_ z_deflateInit_ |
#define deflateInit_ z_deflateInit_ |
#define deflateParams z_deflateParams |
#define deflateParams z_deflateParams |
#define deflatePrime z_deflatePrime |
#define deflatePrime z_deflatePrime |
#define deflateReset z_deflateReset |
#define deflateReset z_deflateReset |
#define deflateSetDictionary z_deflateSetDictionary |
#define deflateSetDictionary z_deflateSetDictionary |
#define FAR |
#define FAR |
#define free_func z_free_func |
#define free_func z_free_func |
#define get_crc_table z_get_crc_table |
#define get_crc_table z_get_crc_table |
#define in_func z_in_func |
#define in_func z_in_func |
#define inflate z_inflate |
#define inflate z_inflate |
#define inflateBack z_inflateBack |
#define inflateBack z_inflateBack |
#define inflateBackEnd z_inflateBackEnd |
#define inflateBackEnd z_inflateBackEnd |
#define inflateCopy z_inflateCopy |
#define inflateCopy z_inflateCopy |
#define inflateEnd z_inflateEnd |
#define inflateEnd z_inflateEnd |
#define inflateGetHeader z_inflateGetHeader |
#define inflateGetHeader z_inflateGetHeader |
#define inflateInit2_ z_inflateInit2_ |
#define inflateInit2_ z_inflateInit2_ |
#define inflateInit_ z_inflateInit_ |
#define inflateInit_ z_inflateInit_ |
#define inflatePrime z_inflatePrime |
#define inflatePrime z_inflatePrime |
#define inflateReset z_inflateReset |
#define inflateReset z_inflateReset |
#define inflateSetDictionary z_inflateSetDictionary |
#define inflateSetDictionary z_inflateSetDictionary |
#define inflateSync z_inflateSync |
#define inflateSync z_inflateSync |
#define inflateSyncPoint z_inflateSyncPoint |
#define inflateSyncPoint z_inflateSyncPoint |
#define intf z_intf |
#define intf z_intf |
#define MAX_MEM_LEVEL 9 |
#define MAX_MEM_LEVEL 9 |
#define MAX_WBITS 15 /* 32K LZ77 window */ |
#define MAX_WBITS 15 /* 32K LZ77 window */ |
#define OF | ( | args | ) | () |
#define OF | ( | args | ) | () |
#define out_func z_out_func |
#define out_func z_out_func |
#define SEEK_CUR 1 /* Seek from current position. */ |
#define SEEK_CUR 1 /* Seek from current position. */ |
#define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
#define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
#define SEEK_SET 0 /* Seek from beginning of file. */ |
#define SEEK_SET 0 /* Seek from beginning of file. */ |
#define uInt z_uInt |
#define uInt z_uInt |
#define uIntf z_uIntf |
#define uIntf z_uIntf |
#define uLong z_uLong |
#define uLong z_uLong |
#define uLongf z_uLongf |
#define uLongf z_uLongf |
#define uncompress z_uncompress |
#define uncompress z_uncompress |
#define voidp z_voidp |
#define voidp z_voidp |
#define voidpf z_voidpf |
#define voidpf z_voidpf |
#define z_off_t long |
#define z_off_t long |
#define Z_PREFIX 1 |
#define Z_PREFIX 1 |
#define ZCONF_H |
#define zError z_zError |
#define zError z_zError |
#define ZEXPORT |
#define ZEXPORT |
#define ZEXPORTVA |
#define ZEXPORTVA |
#define ZEXTERN extern |
#define ZEXTERN extern |
typedef unsigned char Byte |
typedef unsigned long uLong |