Searched refs:GstVaDevice (Results 1 – 19 of 19) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvadevice.c | 34 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()
|
D | gstvadevice.h | 31 #define GST_VA_DEVICE(obj) ((GstVaDevice *)(obj)) 39 } GstVaDevice; typedef
|
D | plugin.c | 74 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()
|
D | gstvadeinterlace.h | 28 GstVaDevice * device,
|
D | gstvavpp.h | 28 GstVaDevice * device,
|
D | gstvavp8dec.h | 28 GstVaDevice * device,
|
D | gstvavp9dec.h | 28 GstVaDevice * device,
|
D | gstvah265dec.h | 30 GstVaDevice * device,
|
D | gstvaav1dec.h | 28 GstVaDevice * device,
|
D | gstvah264dec.h | 28 GstVaDevice * device,
|
D | gstvampeg2dec.h | 28 GstVaDevice * device,
|
D | gstvavp8dec.c | 542 gst_va_vp8_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_vp8_dec_register()
|
D | gstvampeg2dec.c | 673 gst_va_mpeg2_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_mpeg2_dec_register()
|
D | gstvavp9dec.c | 702 gst_va_vp9_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_vp9_dec_register()
|
D | gstvadeinterlace.c | 811 gst_va_deinterlace_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_deinterlace_register()
|
D | gstvah264dec.c | 962 gst_va_h264_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_h264_dec_register()
|
D | gstvaav1dec.c | 954 gst_va_av1_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_av1_dec_register()
|
D | gstvah265dec.c | 1333 gst_va_h265_dec_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_h265_dec_register()
|
D | gstvavpp.c | 2102 gst_va_vpp_register (GstPlugin * plugin, GstVaDevice * device, in gst_va_vpp_register()
|