Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dlibimagequant.h61 LIQ_EXPORT liq_error liq_set_max_colors(liq_attr* attr, int colors);
DREADME.md95 liq_error liq_set_max_colors(liq_attr* attr, int colors);
105 Returns the value set by `liq_set_max_colors()`.
119 …of the quality settings the number of colors won't exceed the maximum (see `liq_set_max_colors()`).
Dlibimagequant.c294 liq_set_max_colors (liq_attr * attr, int colors) in liq_set_max_colors() function
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc-util.c241 liq_set_max_colors (attr, max_colours); in gst_dvbsubenc_ayuv_to_ayuv8p()