/third_party/boost/boost/geometry/strategies/cartesian/ |
D | buffer_join_miter.hpp | 104 promoted_type const proportion = max_distance / distance; in apply() local 105 set<0>(p, get<0>(vertex) + dx * proportion); in apply() 106 set<1>(p, get<1>(vertex) + dy * proportion); in apply()
|
/third_party/glib/glib/tests/ |
D | rand.c | 83 double proportion; in test_rand() local 150 proportion = (double)ones / (double)100000; in test_rand() 152 g_assert_cmpfloat (ABS (proportion - 0.25), <, 0.025); in test_rand()
|
/third_party/gstreamer/gstplugins_good/gst/shapewipe/ |
D | gstshapewipe.c | 58 static void gst_shape_wipe_update_qos (GstShapeWipe * self, gdouble proportion, 61 static void gst_shape_wipe_read_qos (GstShapeWipe * self, gdouble * proportion, 688 gst_shape_wipe_update_qos (GstShapeWipe * self, gdouble proportion, in gst_shape_wipe_update_qos() argument 692 self->proportion = proportion; in gst_shape_wipe_update_qos() 711 gst_shape_wipe_read_qos (GstShapeWipe * self, gdouble * proportion, in gst_shape_wipe_read_qos() argument 715 *proportion = self->proportion; in gst_shape_wipe_read_qos() 726 gdouble proportion; in gst_shape_wipe_do_qos() local 735 gst_shape_wipe_read_qos (self, &proportion, &earliest_time); in gst_shape_wipe_do_qos() 1118 gdouble proportion; in gst_shape_wipe_src_event() local 1120 gst_event_parse_qos (event, &type, &proportion, &diff, ×tamp); in gst_shape_wipe_src_event() [all …]
|
D | gstshapewipe.h | 67 gdouble proportion; member
|
/third_party/gstreamer/gstplugins_good/gst/monoscope/ |
D | gstmonoscope.c | 169 monoscope->proportion = 1.0; in gst_monoscope_reset() 520 gdouble proportion; in gst_monoscope_src_event() local 524 gst_event_parse_qos (event, NULL, &proportion, &diff, ×tamp); in gst_monoscope_src_event() 528 monoscope->proportion = proportion; in gst_monoscope_src_event()
|
D | gstmonoscope.h | 60 gdouble proportion; member
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstmessage.c | 351 gdouble proportion; in GST_START_TEST() local 370 gst_message_parse_qos_values (message, &jitter, &proportion, &quality); in GST_START_TEST() 372 fail_unless (proportion == 1.0); in GST_START_TEST() 394 gst_message_parse_qos_values (message, &jitter, &proportion, &quality); in GST_START_TEST() 396 fail_unless (proportion == 2.0); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstaudiovisualizer.c | 127 gdouble proportion; member 691 scope->priv->proportion = 1.0; in gst_audio_visualizer_reset() 1109 gdouble proportion; in gst_audio_visualizer_chain() local 1118 proportion = scope->priv->proportion; in gst_audio_visualizer_chain() 1135 gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); in gst_audio_visualizer_chain() 1251 gdouble proportion; in gst_audio_visualizer_src_event() local 1255 gst_event_parse_qos (event, NULL, &proportion, &diff, ×tamp); in gst_audio_visualizer_src_event() 1259 scope->priv->proportion = proportion; in gst_audio_visualizer_src_event()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.c | 182 gdouble proportion; member 1876 priv->proportion = 1.0; in gst_base_transform_sink_eventfunc() 1959 gdouble proportion; in gst_base_transform_src_eventfunc() local 1963 gst_event_parse_qos (event, NULL, &proportion, &diff, ×tamp); in gst_base_transform_src_eventfunc() 1964 gst_base_transform_update_qos (trans, proportion, diff, timestamp); in gst_base_transform_src_eventfunc() 2020 gdouble proportion; in default_submit_input_buffer() local 2026 proportion = priv->proportion; in default_submit_input_buffer() 2054 gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); in default_submit_input_buffer() 2415 priv->proportion = 1.0; in gst_base_transform_activate() 2648 gdouble proportion, GstClockTimeDiff diff, GstClockTime timestamp) in gst_base_transform_update_qos() argument [all …]
|
D | gstbasetransform.h | 321 gdouble proportion,
|
D | gstbasesrc.c | 253 gdouble proportion; /* OBJECT_LOCK */ member 2024 gdouble proportion, GstClockTimeDiff diff, GstClockTime timestamp) in gst_base_src_update_qos() argument 2028 GST_TIME_FORMAT, proportion, diff, GST_TIME_ARGS (timestamp)); in gst_base_src_update_qos() 2031 src->priv->proportion = proportion; in gst_base_src_update_qos() 2062 gdouble proportion; in gst_base_src_default_event() local 2066 gst_event_parse_qos (event, NULL, &proportion, &diff, ×tamp); in gst_base_src_default_event() 2067 gst_base_src_update_qos (src, proportion, diff, timestamp); in gst_base_src_default_event()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | videomixer2.h | 109 gdouble proportion; member
|
D | videomixer2.c | 800 gst_videomixer2_update_qos (GstVideoMixer2 * mix, gdouble proportion, in gst_videomixer2_update_qos() argument 805 GST_TIME_FORMAT, proportion, GST_STIME_ARGS (diff), in gst_videomixer2_update_qos() 809 mix->proportion = proportion; in gst_videomixer2_update_qos() 831 gst_videomixer2_read_qos (GstVideoMixer2 * mix, gdouble * proportion, in gst_videomixer2_read_qos() argument 835 *proportion = mix->proportion; in gst_videomixer2_read_qos() 1171 gdouble proportion; in gst_videomixer2_do_qos() local 1181 gst_videomixer2_read_qos (mix, &proportion, &earliest_time); in gst_videomixer2_do_qos() 1321 gst_message_set_qos_values (msg, jitter, mix->proportion, 1000000); in gst_videomixer2_collected() 1488 gdouble proportion; in gst_videomixer2_src_event() local 1490 gst_event_parse_qos (event, &type, &proportion, &diff, ×tamp); in gst_videomixer2_src_event() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoaggregator.c | 676 gdouble proportion; member 1309 gst_video_aggregator_update_qos (GstVideoAggregator * vagg, gdouble proportion, in gst_video_aggregator_update_qos() argument 1316 GST_TIME_FORMAT, proportion, GST_STIME_ARGS (diff), in gst_video_aggregator_update_qos() 1325 vagg->priv->proportion = proportion; in gst_video_aggregator_update_qos() 1348 gst_video_aggregator_read_qos (GstVideoAggregator * vagg, gdouble * proportion, in gst_video_aggregator_read_qos() argument 1352 *proportion = vagg->priv->proportion; in gst_video_aggregator_read_qos() 1690 gdouble proportion; in gst_video_aggregator_do_qos() local 1700 gst_video_aggregator_read_qos (vagg, &proportion, &earliest_time); in gst_video_aggregator_do_qos() 1866 gst_message_set_qos_values (msg, jitter, vagg->priv->proportion, 1000000); in gst_video_aggregator_aggregate() 2045 gdouble proportion; in gst_video_aggregator_src_event() local [all …]
|
D | gstvideoencoder.c | 172 gdouble proportion; /* OBJECT_LOCK */ member 451 priv->proportion = 0.5; in gst_video_encoder_reset() 1263 gdouble proportion; in gst_video_encoder_src_event_default() local 1270 gst_event_parse_qos (event, &type, &proportion, &diff, ×tamp); in gst_video_encoder_src_event_default() 1273 priv->proportion = proportion; in gst_video_encoder_src_event_default() 1287 GST_TIME_ARGS (timestamp), GST_STIME_ARGS (diff), proportion); in gst_video_encoder_src_event_default() 2032 gdouble proportion; in gst_video_encoder_drop_frame() local 2041 proportion = priv->proportion; in gst_video_encoder_drop_frame() 2056 gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); in gst_video_encoder_drop_frame()
|
D | gstvideodecoder.c | 374 gdouble proportion; /* OBJECT_LOCK */ member 1510 gdouble proportion; in gst_video_decoder_src_event_default() local 1514 gst_event_parse_qos (event, &type, &proportion, &diff, ×tamp); in gst_video_decoder_src_event_default() 1517 priv->proportion = proportion; in gst_video_decoder_src_event_default() 1531 GST_TIME_ARGS (timestamp), GST_STIME_ARGS (diff), proportion); in gst_video_decoder_src_event_default() 2013 priv->proportion = 0.5; in gst_video_decoder_reset() 2841 gdouble proportion; in gst_video_decoder_drop_frame() local 2856 proportion = dec->priv->proportion; in gst_video_decoder_drop_frame() 2871 gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); in gst_video_decoder_drop_frame() 4139 gdouble proportion; in gst_video_decoder_get_qos_proportion() local [all …]
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlace.c | 326 gdouble proportion, GstClockTimeDiff diff, GstClockTime time); 329 gdouble * proportion, GstClockTime * time); 1274 gst_deinterlace_update_qos (GstDeinterlace * self, gdouble proportion, in gst_deinterlace_update_qos() argument 1279 GST_TIME_FORMAT, proportion, GST_STIME_ARGS (diff), in gst_deinterlace_update_qos() 1283 self->proportion = proportion; in gst_deinterlace_update_qos() 1307 gst_deinterlace_read_qos (GstDeinterlace * self, gdouble * proportion, in gst_deinterlace_read_qos() argument 1311 *proportion = self->proportion; in gst_deinterlace_read_qos() 1323 gdouble proportion; in gst_deinterlace_do_qos() local 1332 gst_deinterlace_read_qos (self, &proportion, &earliest_time); in gst_deinterlace_do_qos() 1360 gst_message_set_qos_values (qos_msg, jitter, proportion, 1000000); in gst_deinterlace_do_qos() [all …]
|
D | gstdeinterlace.h | 169 gdouble proportion; member
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstevent.c | 1140 gst_event_new_qos (GstQOSType type, gdouble proportion, in gst_event_new_qos() argument 1151 ", timestamp %" GST_TIME_FORMAT, type, proportion, in gst_event_new_qos() 1156 GST_QUARK (PROPORTION), G_TYPE_DOUBLE, proportion, in gst_event_new_qos() 1179 gdouble * proportion, GstClockTimeDiff * diff, GstClockTime * timestamp) in gst_event_parse_qos() argument 1191 if (proportion) in gst_event_parse_qos() 1192 *proportion = in gst_event_parse_qos()
|
D | gstevent.h | 661 GstEvent* gst_event_new_qos (GstQOSType type, gdouble proportion, 665 gdouble *proportion, GstClockTimeDiff *diff,
|
D | gstmessage.h | 758 … gst_message_set_qos_values (GstMessage * message, gint64 jitter, gdouble proportion, 767 … gst_message_parse_qos_values (GstMessage * message, gint64 * jitter, gdouble * proportion,
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstconcat.c | 754 gdouble proportion; in gst_concat_src_event() local 763 gst_event_parse_qos (event, &type, &proportion, &diff, ×tamp); in gst_concat_src_event() 769 event = gst_event_new_qos (type, proportion, diff, timestamp); in gst_concat_src_event()
|
/third_party/uboot/u-boot-2020.01/drivers/pwm/ |
D | Kconfig | 9 frequency/period can be controlled along with the proportion of that
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gststreamsynchronizer.c | 268 gdouble proportion; in gst_stream_synchronizer_src_event() local 274 gst_event_parse_qos (event, NULL, &proportion, &diff, ×tamp); in gst_stream_synchronizer_src_event() 308 gst_event_new_qos (GST_QOS_TYPE_UNDERFLOW, proportion, diff, in gst_stream_synchronizer_src_event()
|
/third_party/boost/libs/math/doc/distributions/ |
D | hypergeometric.qbk | 45 The following graph shows how the distribution changes as the proportion 52 change the sample size and keep the population and proportion "defective" the same
|