Home
last modified time | relevance | path

Searched refs:GstVaDevice (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadevice.c34 GST_DEFINE_MINI_OBJECT_TYPE (GstVaDevice, gst_va_device);
37 gst_va_device_free (GstVaDevice * device) in gst_va_device_free()
44 static GstVaDevice *
47 GstVaDevice *device = g_new0 (GstVaDevice, 1); in gst_va_device_new()
62 const GstVaDevice *pa = a, *pb = b; in compare_device_path()
Dgstvadevice.h31 #define GST_VA_DEVICE(obj) ((GstVaDevice *)(obj))
39 } GstVaDevice; typedef
Dplugin.c74 plugin_register_decoders (GstPlugin * plugin, GstVaDevice * device, in plugin_register_decoders()
155 plugin_register_encoders (GstPlugin * plugin, GstVaDevice * device, in plugin_register_encoders()
191 plugin_register_vpp (GstPlugin * plugin, GstVaDevice * device) in plugin_register_vpp()
243 plugin_register_elements (GstPlugin * plugin, GstVaDevice * device) in plugin_register_elements()
Dgstvadeinterlace.h28 GstVaDevice * device,
Dgstvavpp.h28 GstVaDevice * device,
Dgstvavp8dec.h28 GstVaDevice * device,
Dgstvavp9dec.h28 GstVaDevice * device,
Dgstvah265dec.h30 GstVaDevice * device,
Dgstvaav1dec.h28 GstVaDevice * device,
Dgstvah264dec.h28 GstVaDevice * device,
Dgstvampeg2dec.h28 GstVaDevice * device,
Dgstvavp8dec.c542 gst_va_vp8_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_vp8_dec_register()
Dgstvampeg2dec.c673 gst_va_mpeg2_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_mpeg2_dec_register()
Dgstvavp9dec.c702 gst_va_vp9_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_vp9_dec_register()
Dgstvadeinterlace.c811 gst_va_deinterlace_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_deinterlace_register()
Dgstvah264dec.c962 gst_va_h264_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_h264_dec_register()
Dgstvaav1dec.c954 gst_va_av1_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_av1_dec_register()
Dgstvah265dec.c1333 gst_va_h265_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_h265_dec_register()
Dgstvavpp.c2102 gst_va_vpp_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_vpp_register()