Home
last modified time | relevance | path

Searched refs:DEFAULT_PAR_D (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsink.cc119 #define DEFAULT_PAR_D 1 macro
178 "The pixel aspect ratio of the device", DEFAULT_PAR_N, DEFAULT_PAR_D, in gst_qt_sink_class_init()
297 gst_value_set_fraction (value, DEFAULT_PAR_N, DEFAULT_PAR_D); in gst_qt_sink_get_property()
Dqtitem.cc50 #define DEFAULT_PAR_D 1 macro
108 this->priv->par_d = DEFAULT_PAR_D; in QtGLVideoItem()