Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c846 gdouble convert_coef; in gst_xvcontext_update_colorbalance() local
852 convert_coef = (channel->max_value - channel->min_value) / 2000.0; in gst_xvcontext_update_colorbalance()
874 floor (0.5 + (value + 1000) * convert_coef + channel->min_value); in gst_xvcontext_update_colorbalance()