Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtsink.cc118 #define DEFAULT_PAR_N 0 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.cc49 #define DEFAULT_PAR_N 0 macro
107 this->priv->par_n = DEFAULT_PAR_N; in QtGLVideoItem()