Home
last modified time | relevance | path

Searched refs:LIQ_EXPORT (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.h8 #ifndef LIQ_EXPORT
9 #define LIQ_EXPORT extern macro
56 LIQ_EXPORT liq_attr* liq_attr_create(void);
57 LIQ_EXPORT liq_attr* liq_attr_create_with_allocator(void* (*malloc)(size_t), void (*free)(void*));
58 LIQ_EXPORT liq_attr* liq_attr_copy(liq_attr *orig);
59 LIQ_EXPORT void liq_attr_destroy(liq_attr *attr);
61 LIQ_EXPORT liq_error liq_set_max_colors(liq_attr* attr, int colors);
62 LIQ_EXPORT int liq_get_max_colors(const liq_attr* attr);
63 LIQ_EXPORT liq_error liq_set_speed(liq_attr* attr, int speed);
64 LIQ_EXPORT int liq_get_speed(const liq_attr* attr);
[all …]
Dlibimagequant.c190 NEVER_INLINE LIQ_EXPORT bool liq_crash_if_invalid_handle_pointer_given (const
192 LIQ_EXPORT bool
211 NEVER_INLINE LIQ_EXPORT bool liq_crash_if_invalid_pointer_given (void *pointer);
212 LIQ_EXPORT bool
263 LIQ_EXPORT liq_error
276 LIQ_EXPORT int
284 LIQ_EXPORT int
293 LIQ_EXPORT liq_error
305 LIQ_EXPORT int
314 LIQ_EXPORT liq_error
[all …]