Searched refs:readable_flags (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11device.cpp | 374 GParamFlags readable_flags = in gst_d3d11_device_class_init() local 384 0, G_MAXUINT32, DEFAULT_ADAPTER, readable_flags)); in gst_d3d11_device_class_init() 388 "DXGI Device ID", 0, G_MAXUINT32, 0, readable_flags)); in gst_d3d11_device_class_init() 392 "DXGI Vendor ID", 0, G_MAXUINT32, 0, readable_flags)); in gst_d3d11_device_class_init() 396 "Whether hardware device or not", TRUE, readable_flags)); in gst_d3d11_device_class_init() 400 "Human readable device description", NULL, readable_flags)); in gst_d3d11_device_class_init() 405 G_MININT64, G_MAXINT64, 0, readable_flags)); in gst_d3d11_device_class_init()
|