Home
last modified time | relevance | path

Searched refs:liq_attr_create (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.h56 LIQ_EXPORT liq_attr* liq_attr_create(void);
DREADME.md58 liq_attr *attr = liq_attr_create();
87 liq_attr* liq_attr_create(void);
124 liq_attr *attr = liq_attr_create();
383 liq_attr *attr = liq_attr_create();
425 Same as `liq_attr_create`, but uses given `malloc` and `free` replacements to allocate all memory u…
Dlibimagequant.c440 liq_attr_create (void) in liq_attr_create() function
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc-util.c234 liq_attr *attr = liq_attr_create (); in gst_dvbsubenc_ayuv_to_ayuv8p()