Lines Matching +full:stream +full:- +full:mode +full:- +full:support
56 /* If no specific decoding mode is requested, enable support for all modes. */
65 * The DEC_IS_foo(mode) macros are used in "if" statements. If only some
70 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument
72 # define DEC_IS_SINGLE(mode) (false) argument
76 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument
78 # define DEC_IS_PREALLOC(mode) (false) argument
82 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument
84 # define DEC_IS_DYNALLOC(mode) (false) argument
88 # define DEC_IS_MULTI(mode) (true) argument
90 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument
92 # define DEC_IS_MULTI(mode) (false) argument
97 * XZ_DEC_BCJ is used to enable generic support for BCJ decoders.
112 XZ_EXTERN struct xz_dec_lzma2 *xz_dec_lzma2_create(enum xz_mode mode,
119 * decoder doesn't support.
124 /* Decode raw LZMA2 stream from b->in to b->out. */
140 * support custom start offsets, so no decoding of Filter Properties
147 * Decode raw BCJ + LZMA2 stream. This must be used only if there actually is