Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlacemethod.c384 GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_simple_method_deinterlace_frame_packed() local
407 g_assert (dm_class->fields_required <= 5); in gst_deinterlace_simple_method_deinterlace_frame_packed()
595 GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_simple_method_deinterlace_frame_planar() local
609 g_assert (dm_class->fields_required <= 5); in gst_deinterlace_simple_method_deinterlace_frame_planar()
627 GstDeinterlaceMethodClass *dm_class = GST_DEINTERLACE_METHOD_GET_CLASS (self); in gst_deinterlace_simple_method_deinterlace_frame_nv12() local
637 g_assert (dm_class->fields_required <= 5); in gst_deinterlace_simple_method_deinterlace_frame_nv12()
755 GstDeinterlaceMethodClass *dm_class = (GstDeinterlaceMethodClass *) klass; in gst_deinterlace_simple_method_class_init() local
757 dm_class->deinterlace_frame_ayuv = in gst_deinterlace_simple_method_class_init()
759 dm_class->deinterlace_frame_yuy2 = in gst_deinterlace_simple_method_class_init()
761 dm_class->deinterlace_frame_yvyu = in gst_deinterlace_simple_method_class_init()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkdeviceprovider.cpp46 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_decklink_device_provider_class_init() local
48 dm_class->probe = GST_DEBUG_FUNCPTR (gst_decklink_device_provider_probe); in gst_decklink_device_provider_class_init()
50 gst_device_provider_class_set_static_metadata (dm_class, in gst_decklink_device_provider_class_init()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdms1.c102 MXFDescriptiveMetadataClass *dm_class = (MXFDescriptiveMetadataClass *) klass; in mxf_dms1_class_init() local
105 dm_class->scheme = 0x01; in mxf_dms1_class_init()
1060 MXFDescriptiveMetadataClass *dm_class = (MXFDescriptiveMetadataClass *) klass; in mxf_dms1_production_framework_class_init() local
1066 dm_class->type = 0x010100; in mxf_dms1_production_framework_class_init()
1333 MXFDescriptiveMetadataClass *dm_class = (MXFDescriptiveMetadataClass *) klass; in mxf_dms1_clip_framework_class_init() local
1338 dm_class->type = 0x010200; in mxf_dms1_clip_framework_class_init()
1495 MXFDescriptiveMetadataClass *dm_class = (MXFDescriptiveMetadataClass *) klass; in mxf_dms1_scene_framework_class_init() local
1500 dm_class->type = 0x010300; in mxf_dms1_scene_framework_class_init()
1595 MXFDescriptiveMetadataClass *dm_class = (MXFDescriptiveMetadataClass *) klass; in mxf_dms1_titles_class_init() local
1599 dm_class->type = 0x100100; in mxf_dms1_titles_class_init()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264deviceprovider.c308 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_uvc_h264_device_provider_class_init() local
310 dm_class->probe = gst_uvc_h264_device_provider_probe; in gst_uvc_h264_device_provider_class_init()
311 dm_class->start = gst_uvc_h264_device_provider_start; in gst_uvc_h264_device_provider_class_init()
312 dm_class->stop = gst_uvc_h264_device_provider_stop; in gst_uvc_h264_device_provider_class_init()
314 gst_device_provider_class_set_static_metadata (dm_class, in gst_uvc_h264_device_provider_class_init()
/third_party/gstreamer/gstplugins_base/tests/examples/device-provider/
Dexample-device-provider.c303 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in example_device_provider_class_init() local
310 dm_class->probe = GST_DEBUG_FUNCPTR (example_device_provider_probe); in example_device_provider_class_init()
311 dm_class->start = GST_DEBUG_FUNCPTR (example_device_provider_start); in example_device_provider_class_init()
312 dm_class->stop = GST_DEBUG_FUNCPTR (example_device_provider_stop); in example_device_provider_class_init()
314 gst_device_provider_class_set_static_metadata (dm_class, in example_device_provider_class_init()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Ddshowdeviceprovider.cpp55 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_dshow_device_provider_class_init() local
59 dm_class->probe = gst_dshow_device_provider_probe; in gst_dshow_device_provider_class_init()
60 dm_class->start = gst_dshow_device_provider_start; in gst_dshow_device_provider_class_init()
61 dm_class->stop = gst_dshow_device_provider_stop; in gst_dshow_device_provider_class_init()
63 gst_device_provider_class_set_static_metadata (dm_class, in gst_dshow_device_provider_class_init()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapidevice.c53 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_wasapi_device_provider_class_init() local
57 dm_class->probe = gst_wasapi_device_provider_probe; in gst_wasapi_device_provider_class_init()
58 dm_class->start = gst_wasapi_device_provider_start; in gst_wasapi_device_provider_class_init()
59 dm_class->stop = gst_wasapi_device_provider_stop; in gst_wasapi_device_provider_class_init()
61 gst_device_provider_class_set_static_metadata (dm_class, in gst_wasapi_device_provider_class_init()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsounddevice.c47 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_directsound_device_provider_class_init() local
49 gst_device_provider_class_set_static_metadata (dm_class, in gst_directsound_device_provider_class_init()
59 dm_class->probe = gst_directsound_device_provider_probe; in gst_directsound_device_provider_class_init()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsounddevice.c47 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_directsound_device_provider_class_init() local
49 gst_device_provider_class_set_static_metadata (dm_class, in gst_directsound_device_provider_class_init()
59 dm_class->probe = gst_directsound_device_provider_probe; in gst_directsound_device_provider_class_init()
/third_party/gstreamer/gstplugins_bad/ext/mdns/
Dgstmicrodnsdevice.c421 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_mdns_device_provider_class_init() local
423 dm_class->start = GST_DEBUG_FUNCPTR (gst_mdns_device_provider_start); in gst_mdns_device_provider_class_init()
424 dm_class->stop = GST_DEBUG_FUNCPTR (gst_mdns_device_provider_stop); in gst_mdns_device_provider_class_init()
426 gst_device_provider_class_set_static_metadata (dm_class, in gst_mdns_device_provider_class_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2deviceprovider.c63 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_v4l2_device_provider_class_init() local
66 dm_class->probe = gst_v4l2_device_provider_probe; in gst_v4l2_device_provider_class_init()
69 dm_class->start = gst_v4l2_device_provider_start; in gst_v4l2_device_provider_class_init()
70 dm_class->stop = gst_v4l2_device_provider_stop; in gst_v4l2_device_provider_class_init()
75 gst_device_provider_class_set_static_metadata (dm_class, in gst_v4l2_device_provider_class_init()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsadeviceprovider.c180 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_alsa_device_provider_class_init() local
182 dm_class->probe = gst_alsa_device_provider_probe; in gst_alsa_device_provider_class_init()
184 gst_device_provider_class_set_static_metadata (dm_class, in gst_alsa_device_provider_class_init()
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxaudiodeviceprovider.c58 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_osx_audio_device_provider_class_init() local
60 dm_class->probe = gst_osx_audio_device_provider_probe; in gst_osx_audio_device_provider_class_init()
62 gst_device_provider_class_set_static_metadata (dm_class, in gst_osx_audio_device_provider_class_init()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsedeviceprovider.c78 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_pulse_device_provider_class_init() local
85 dm_class->probe = gst_pulse_device_provider_probe; in gst_pulse_device_provider_class_init()
86 dm_class->start = gst_pulse_device_provider_start; in gst_pulse_device_provider_class_init()
87 dm_class->stop = gst_pulse_device_provider_stop; in gst_pulse_device_provider_class_init()
104 gst_device_provider_class_set_static_metadata (dm_class, in gst_pulse_device_provider_class_init()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksdeviceprovider.c59 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_ks_device_provider_class_init() local
61 dm_class->probe = gst_ks_device_provider_probe; in gst_ks_device_provider_class_init()
62 dm_class->start = gst_ks_device_provider_start; in gst_ks_device_provider_class_init()
63 dm_class->stop = gst_ks_device_provider_stop; in gst_ks_device_provider_class_init()
65 gst_device_provider_class_set_static_metadata (dm_class, in gst_ks_device_provider_class_init()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfdeviceprovider.m45 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass);
49 dm_class->probe = gst_avf_device_provider_probe;
51 gst_device_provider_class_set_static_metadata (dm_class,
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdeviceprovider.c66 GstDeviceProviderClass *dm_class = GST_DEVICE_PROVIDER_CLASS (klass); in gst_vulkan_device_provider_class_init() local
72 dm_class->probe = gst_vulkan_device_provider_probe; in gst_vulkan_device_provider_class_init()
74 gst_device_provider_class_set_static_metadata (dm_class, in gst_vulkan_device_provider_class_init()