Searched refs:default_method (Results 1 – 4 of 4) sorted by relevance
155 GstD3D11DeinterlaceMethod default_method; member365 GST_TYPE_D3D11_DEINTERLACE_METHOD, cdata->device_caps.default_method, in gst_d3d11_deinterlace_class_init()433 self->method = klass->device_caps.default_method; in gst_d3d11_deinterlace_init()496 self->method = klass->device_caps.default_method; in gst_d3d11_deinterlace_update_method()527 self->method = klass->device_caps.default_method; in gst_d3d11_deinterlace_update_method()2094 GST_TYPE_D3D11_DEINTERLACE_METHOD, cdata->device_caps.default_method, in gst_d3d11_deinterlace_bin_class_init()2224 GstD3D11DeinterlaceMethod default_method; in gst_d3d11_deinterlace_register() local2321 default_method = GST_D3D11_DEINTERLACE_METHOD_BOB; in gst_d3d11_deinterlace_register()2323 default_method = GST_D3D11_DEINTERLACE_METHOD_ADAPTVIE; in gst_d3d11_deinterlace_register()2325 default_method = GST_D3D11_DEINTERLACE_METHOD_MOTION_COMPENSATION; in gst_d3d11_deinterlace_register()[all …]
73 static CONF_METHOD default_method = { variable88 return &default_method; in NCONF_default()130 conf->meth = &default_method; in def_init_default()
807 guint i, default_method = 0; in gst_va_filter_install_deinterlace_properties() local816 default_method = caps[i].type; in gst_va_filter_install_deinterlace_properties()821 if (default_method == 0) in gst_va_filter_install_deinterlace_properties()841 type, default_method, common_flags)); in gst_va_filter_install_deinterlace_properties()
384 default_method = "POST" if self.data is not None else "GET"385 return getattr(self, 'method', default_method)