Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstdirectcontrolbinding.c246 self->convert_value = abs_convert_value_to_##type; \ in gst_direct_control_binding_constructor()
250 self->convert_value = convert_value_to_##type; \ in gst_direct_control_binding_constructor()
282 self->convert_value = convert_value_to_boolean; in gst_direct_control_binding_constructor()
287 self->convert_value = convert_value_to_enum; in gst_direct_control_binding_constructor()
444 convert = self->convert_value; in gst_direct_control_binding_get_value_array()
Dgstdirectcontrolbinding.h86 GstDirectControlBindingConvertValue convert_value; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_image_casts.c35 convert_value(nir_builder *b, nir_ssa_def *value, in convert_value() function
225 nir_ssa_def *new_value = convert_value(b, value, from_desc, to_desc); in lower_image_cast_instr()
/third_party/python/Lib/
Doptparse.py768 def convert_value(self, opt, value): member in Option
779 value = self.convert_value(opt, value)