Home
last modified time | relevance | path

Searched refs:liq_attr_create_with_allocator (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.h57 LIQ_EXPORT liq_attr* liq_attr_create_with_allocator(void* (*malloc)(size_t), void (*free)(void*));
DREADME.md341 …e freed at its discretion with `free` function specified in `liq_attr_create_with_allocator()` (by…
423 liq_attr* liq_attr_create_with_allocator(void* (*malloc)(size_t), void (*free)(void*));
Dlibimagequant.c442 return liq_attr_create_with_allocator (NULL, NULL); in liq_attr_create()
499 liq_attr_create_with_allocator (void *(*custom_malloc) (size_t), in liq_attr_create_with_allocator() function