Searched refs:GST_INTERPOLATION_MODE_NONE (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | controller-enumtypes.c | 19 { C_ENUM(GST_INTERPOLATION_MODE_NONE), "GST_INTERPOLATION_MODE_NONE", "none" }, in gst_interpolation_mode_get_type()
|
D | gstinterpolationcontrolsource.h | 66 GST_INTERPOLATION_MODE_NONE, enumerator
|
D | gstinterpolationcontrolsource.c | 689 GST_INTERPOLATION_MODE_NONE); in gst_interpolation_control_source_init() 738 GST_TYPE_INTERPOLATION_MODE, GST_INTERPOLATION_MODE_NONE, in gst_interpolation_control_source_class_init()
|
/third_party/gstreamer/gstplugins_good/tests/examples/v4l2/ |
D | camctrl.c | 99 g_object_set (cs, "mode", GST_INTERPOLATION_MODE_NONE, NULL); in set_program()
|
/third_party/gstreamer/gstreamer/tests/examples/controller/ |
D | control-sources.c | 208 g_object_set (cs, "mode", GST_INTERPOLATION_MODE_NONE, NULL); in test_interpolation() 231 g_object_set (cs, "mode", GST_INTERPOLATION_MODE_NONE, NULL); in test_interpolation()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | controller.c | 351 g_object_set (cs, "mode", GST_INTERPOLATION_MODE_NONE, NULL); in GST_START_TEST() 522 g_object_set (cs, "mode", GST_INTERPOLATION_MODE_NONE, NULL); in GST_START_TEST() 575 g_object_set (cs, "mode", GST_INTERPOLATION_MODE_NONE, NULL); in GST_START_TEST() 1112 g_object_set (cs, "mode", GST_INTERPOLATION_MODE_NONE, NULL); in GST_START_TEST()
|