Lines Matching refs:device_caps
172 GstD3D11DeinterlaceDeviceCaps device_caps; member
269 GstD3D11DeinterlaceDeviceCaps device_caps; member
365 GST_TYPE_D3D11_DEINTERLACE_METHOD, cdata->device_caps.default_method, in gst_d3d11_deinterlace_class_init()
372 cdata->device_caps.supported_methods, in gst_d3d11_deinterlace_class_init()
420 klass->device_caps = cdata->device_caps; in gst_d3d11_deinterlace_class_init()
433 self->method = klass->device_caps.default_method; in gst_d3d11_deinterlace_init()
463 g_value_set_flags (value, klass->device_caps.supported_methods); in gst_d3d11_deinterlace_get_property()
479 if ((self->method & klass->device_caps.supported_methods) == 0) { in gst_d3d11_deinterlace_update_method()
484 klass->device_caps.supported_methods); in gst_d3d11_deinterlace_update_method()
486 klass->device_caps.supported_methods); in gst_d3d11_deinterlace_update_method()
496 self->method = klass->device_caps.default_method; in gst_d3d11_deinterlace_update_method()
503 (klass->device_caps.supported_methods & self->method); in gst_d3d11_deinterlace_update_method()
527 self->method = klass->device_caps.default_method; in gst_d3d11_deinterlace_update_method()
544 self->max_past_frames = MIN (klass->device_caps.max_past_frames, in gst_d3d11_deinterlace_update_method()
550 MAX (MIN (klass->device_caps.max_future_frames, MAX_NUM_REFERENCES), 1); in gst_d3d11_deinterlace_update_method()
2094 GST_TYPE_D3D11_DEINTERLACE_METHOD, cdata->device_caps.default_method, in gst_d3d11_deinterlace_bin_class_init()
2101 cdata->device_caps.supported_methods, in gst_d3d11_deinterlace_bin_class_init()
2421 cdata->device_caps.supported_methods = in gst_d3d11_deinterlace_register()
2423 cdata->device_caps.default_method = default_method; in gst_d3d11_deinterlace_register()
2424 cdata->device_caps.max_past_frames = max_past_frames; in gst_d3d11_deinterlace_register()
2425 cdata->device_caps.max_future_frames = max_future_frames; in gst_d3d11_deinterlace_register()