/third_party/glib/glib/tests/ |
D | overflow.c | 30 { TRUE, G_MAXUINT, G_MAXUINT, 0 }, in test_checked_guint_add() 31 { TRUE, G_MAXUINT, 0, G_MAXUINT }, in test_checked_guint_add() 32 { TRUE, G_MAXUINT - 1, G_MAXINT, G_MAXINT }, in test_checked_guint_add() 33 { FALSE, 0, G_MAXUINT, 1 }, in test_checked_guint_add() 34 { FALSE, 0, 1, G_MAXUINT }, in test_checked_guint_add() 35 { FALSE, 0, G_MAXUINT, G_MAXUINT } in test_checked_guint_add() 57 { TRUE, 0, G_MAXUINT, 0 }, in test_checked_guint_mul() 58 { TRUE, G_MAXUINT, G_MAXUINT, 1 }, in test_checked_guint_mul()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | imagefreeze.c | 110 if (*n_buffers == G_MAXUINT) in sink_handoff_cb_0_1() 127 guint n_buffers = G_MAXUINT; in GST_START_TEST() 178 if (*n_buffers == G_MAXUINT) in sink_handoff_cb_25_1_0ms_400ms() 196 guint n_buffers = G_MAXUINT; in GST_START_TEST() 257 if (*n_buffers == G_MAXUINT) in sink_handoff_cb_25_1_200ms_400ms() 276 guint n_buffers = G_MAXUINT; in GST_START_TEST() 337 if (*n_buffers == G_MAXUINT) in sink_handoff_cb_25_1_400ms_0ms() 356 guint n_buffers = G_MAXUINT; in GST_START_TEST() 417 if (*n_buffers == G_MAXUINT) in sink_handoff_cb_25_1_220ms_380ms() 447 guint n_buffers = G_MAXUINT; in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfvp9enc.cpp | 174 (G_MAXUINT >> 10), DEFAULT_BITRATE, in gst_mf_vp9_enc_class_init() 196 "(0 = MFT default)", 0, (G_MAXUINT >> 10), in gst_mf_vp9_enc_class_init() 421 return G_MAXUINT; in gst_mf_vp9_enc_rc_mode_to_enum() 434 return G_MAXUINT; in gst_mf_vp9_enc_content_type_to_enum() 463 MIN (self->bitrate * 1024, G_MAXUINT - 1)); in gst_mf_vp9_enc_set_option() 470 if (rc_mode != G_MAXUINT) { in gst_mf_vp9_enc_set_option() 480 MIN (self->max_bitrate * 1024, G_MAXUINT - 1)); in gst_mf_vp9_enc_set_option() 522 if (content_type != G_MAXUINT) { in gst_mf_vp9_enc_set_option()
|
D | gstmfh264enc.cpp | 260 (G_MAXUINT >> 10), DEFAULT_BITRATE, in gst_mf_h264_enc_class_init() 308 0, G_MAXUINT - 1, DEFAULT_BUFFER_SIZE, in gst_mf_h264_enc_class_init() 317 0, (G_MAXUINT >> 10), DEFAULT_MAX_BITRATE, in gst_mf_h264_enc_class_init() 747 return G_MAXUINT; in gst_mf_h264_enc_rc_mode_to_enum() 760 return G_MAXUINT; in gst_mf_h264_enc_adaptive_mode_to_enum() 773 return G_MAXUINT; in gst_mf_h264_enc_content_type_to_enum() 864 MIN (self->bitrate * 1024, G_MAXUINT - 1)); in gst_mf_h264_enc_set_option() 871 if (rc_mode != G_MAXUINT) { in gst_mf_h264_enc_set_option() 887 if (adaptive_mode != G_MAXUINT) { in gst_mf_h264_enc_set_option() 903 MIN (self->max_bitrate * 1024, G_MAXUINT - 1)); in gst_mf_h264_enc_set_option() [all …]
|
D | gstmfh265enc.cpp | 203 (G_MAXUINT >> 10), DEFAULT_BITRATE, in gst_mf_h265_enc_class_init() 225 0, G_MAXUINT - 1, DEFAULT_BUFFER_SIZE, in gst_mf_h265_enc_class_init() 234 "(0 = MFT default)", 0, (G_MAXUINT >> 10), DEFAULT_MAX_BITRATE, in gst_mf_h265_enc_class_init() 586 return G_MAXUINT; in gst_mf_h265_enc_rc_mode_to_enum() 599 return G_MAXUINT; in gst_mf_h265_enc_content_type_to_enum() 637 MIN (self->bitrate * 1024, G_MAXUINT - 1)); in gst_mf_h265_enc_set_option() 644 if (rc_mode != G_MAXUINT) { in gst_mf_h265_enc_set_option() 660 MIN (self->max_bitrate * 1024, G_MAXUINT - 1)); in gst_mf_h265_enc_set_option() 712 if (content_type != G_MAXUINT) { in gst_mf_h265_enc_set_option()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpst2022-1-fecdec.c | 333 if (dec->l == G_MAXUINT) in get_row_fec() 363 if (dec->l == G_MAXUINT || dec->d == G_MAXUINT) in get_column_fec() 651 if (dec->l == G_MAXUINT) { in gst_rtpst_2022_1_fecdec_sink_chain_fec() 663 if (dec->d == G_MAXUINT) { in gst_rtpst_2022_1_fecdec_sink_chain_fec() 670 if (dec->l == G_MAXUINT) { in gst_rtpst_2022_1_fecdec_sink_chain_fec() 800 dec->d = G_MAXUINT; in gst_rtpst_2022_1_fecdec_reset() 801 dec->l = G_MAXUINT; in gst_rtpst_2022_1_fecdec_reset() 1011 dec->d = G_MAXUINT; in gst_rtpst_2022_1_fecdec_init() 1012 dec->l = G_MAXUINT; in gst_rtpst_2022_1_fecdec_init()
|
D | gstrtprtxqueue.c | 146 "Amount of ms to queue (0 = unlimited)", 0, G_MAXUINT, in gst_rtp_rtx_queue_class_init() 151 "Amount of packets to queue (0 = unlimited)", 0, G_MAXUINT, in gst_rtp_rtx_queue_class_init() 157 "Total number of retransmission requests", 0, G_MAXUINT, in gst_rtp_rtx_queue_class_init() 162 "Number of fulfilled retransmission requests", 0, G_MAXUINT, in gst_rtp_rtx_queue_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/ |
D | photography.c | 650 0, G_MAXUINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_photography_iface_class_init() 665 "Raw value", 0, G_MAXUINT, 0, in gst_photography_iface_class_init() 704 0, G_MAXUINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_photography_iface_class_init() 715 0, G_MAXUINT, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_photography_iface_class_init()
|
/third_party/glib/glib/ |
D | ghostutils.c | 95 return G_MAXUINT; in decode_digit() 161 for (m = G_MAXUINT, j = 0; j < input_length; j++) in punycode_encode() 167 if (m - n > (G_MAXUINT - delta) / (handled_chars + 1)) in punycode_encode() 623 if (digit > (G_MAXUINT - i) / w) in punycode_decode() 634 if (w > G_MAXUINT / (PUNYCODE_BASE - t)) in punycode_decode() 641 if (i / (output_chars->len + 1) > G_MAXUINT - n) in punycode_decode()
|
D | glibconfig.h | 35 #define G_MAXUINT UINT_MAX macro 138 #define G_MAXSIZE G_MAXUINT
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstcvtracker.cpp | 183 "Track object box's initial X coordinate", 0, G_MAXUINT, in gst_cvtracker_class_init() 189 "Track object box's initial Y coordinate", 0, G_MAXUINT, in gst_cvtracker_class_init() 195 "Track object box's initial width", 0, G_MAXUINT, in gst_cvtracker_class_init() 201 "Track object box's initial height", 0, G_MAXUINT, in gst_cvtracker_class_init()
|
/third_party/glib/tests/gobject/ |
D | gvalue-test.c | 170 error = collect (&value, G_MAXUINT); in test_collection() 172 g_assert (g_value_get_uint (&value) == G_MAXUINT); in test_collection() 275 g_value_set_uint (&value, G_MAXUINT); in test_copying() 278 g_assert (c == G_MAXUINT); in test_copying()
|
/third_party/gstreamer/gstreamer/plugins/tracers/ |
D | gststats.c | 90 stats->parent_ix = G_MAXUINT; in fill_element_stats() 128 no_elem_stats.index = G_MAXUINT; in get_element_stats() 138 if (G_UNLIKELY (stats->parent_ix == G_MAXUINT)) { in get_element_stats() 192 stats->parent_ix = G_MAXUINT; in fill_pad_stats() 219 no_pad_stats.index = G_MAXUINT; in get_pad_stats() 231 if (G_UNLIKELY (stats->parent_ix == G_MAXUINT)) { in get_pad_stats() 587 "max", G_TYPE_UINT, G_MAXUINT, in gst_stats_tracer_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdrepresentationnode.c | 163 "bandwidth", "representation bandwidth", 0, G_MAXUINT, 0, in gst_mpd_representation_node_class_init() 168 "representation quality ranking", 0, G_MAXUINT, 0, in gst_mpd_representation_node_class_init()
|
D | gstmpdrepresentationbasenode.c | 293 "width", "representation width", 0, G_MAXUINT, 0, in gst_mpd_representation_base_node_class_init() 297 "height", "representation height", 0, G_MAXUINT, 0, in gst_mpd_representation_base_node_class_init() 310 "representation audio sampling rate", 0, G_MAXUINT, 0, in gst_mpd_representation_base_node_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/aom/ |
D | gstav1enc.c | 269 0, G_MAXUINT, DEFAULT_DROP_FRAME, in gst_av1_enc_class_init() 331 1, G_MAXUINT, DEFAULT_TARGET_BITRATE, in gst_av1_enc_class_init() 337 0, G_MAXUINT, DEFAULT_MIN_QUANTIZER, in gst_av1_enc_class_init() 343 0, G_MAXUINT, DEFAULT_MAX_QUANTIZER, in gst_av1_enc_class_init() 361 0, G_MAXUINT, DEFAULT_BUF_SZ, in gst_av1_enc_class_init() 367 0, G_MAXUINT, DEFAULT_BUF_INITIAL_SZ, in gst_av1_enc_class_init() 373 0, G_MAXUINT, DEFAULT_BUF_OPTIMAL_SZ, in gst_av1_enc_class_init() 380 0, G_MAXUINT, DEFAULT_THREADS, in gst_av1_enc_class_init()
|
/third_party/gstreamer/gstreamer/gst/ |
D | glib-compat-private.h | 34 #define g_memdup2(ptr,sz) ((G_LIKELY(((guint64)(sz)) < G_MAXUINT)) ? g_memdup(ptr,sz) : (g_abort(),…
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtxreceive.c | 110 "Number of retransmission events received", 0, G_MAXUINT, in gst_rist_rtx_receive_class_init() 115 " Number of retransmission packets received", 0, G_MAXUINT, in gst_rist_rtx_receive_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 289 0, G_MAXUINT, DEFAULT_MULTI_THREAD, in gst_openh264enc_class_init() 305 0, G_MAXUINT, DEFAULT_BITRATE, in gst_openh264enc_class_init() 312 0, G_MAXUINT, DEFAULT_MAX_BITRATE, in gst_openh264enc_class_init() 329 0, G_MAXUINT, DEFAULT_GOP_SIZE, in gst_openh264enc_class_init() 335 0, G_MAXUINT, DEFAULT_MAX_SLICE_SIZE, in gst_openh264enc_class_init() 368 0, G_MAXUINT, DEFAULT_NUM_SLICES, in gst_openh264enc_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpbasepayload.c | 102 G_MAXUINT, DEFAULT_MTT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_avtp_base_payload_class_init() 106 G_MAXUINT, DEFAULT_TU, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_avtp_base_payload_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | breakmydata.c | 138 0, G_MAXUINT, 0, in gst_break_my_data_class_init() 264 bmd->skipped += MIN (G_MAXUINT - bmd->skipped, map.size); in gst_break_my_data_transform_ip()
|
/third_party/gstreamer/gstplugins_bad/ext/bz2/ |
D | gstbz2dec.c | 292 "mime type of the uncompressed data)", 1, G_MAXUINT, in gst_bz2dec_class_init() 297 1, G_MAXUINT, DEFAULT_BUFFER_SIZE, in gst_bz2dec_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlssink.c | 160 0, G_MAXUINT, DEFAULT_MAX_FILES, in gst_hls_sink_class_init() 167 0, G_MAXUINT, DEFAULT_TARGET_DURATION, in gst_hls_sink_class_init() 174 0, G_MAXUINT, DEFAULT_PLAYLIST_LENGTH, in gst_hls_sink_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/audiomixer/ |
D | gstliveadder.c | 131 "position (in milliseconds)", 0, G_MAXUINT, in gst_live_adder_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvmux.c | 715 pad->codec = G_MAXUINT; in gst_flv_mux_reset_pad() 716 pad->rate = G_MAXUINT; in gst_flv_mux_reset_pad() 717 pad->width = G_MAXUINT; in gst_flv_mux_reset_pad() 718 pad->channels = G_MAXUINT; in gst_flv_mux_reset_pad() 832 have_audio = (mux->audio_pad && mux->audio_pad->codec != G_MAXUINT); in gst_flv_mux_create_header() 833 have_video = (mux->video_pad && mux->video_pad->codec != G_MAXUINT); in gst_flv_mux_create_header() 1025 if (mux->video_pad && mux->video_pad->codec != G_MAXUINT) { in gst_flv_mux_create_metadata() 1101 if (mux->audio_pad && mux->audio_pad->codec != G_MAXUINT) { in gst_flv_mux_create_metadata() 2175 ((mux->audio_pad && mux->audio_pad->codec == G_MAXUINT) || in gst_flv_mux_get_next_time() 2176 (mux->video_pad && mux->video_pad->codec == G_MAXUINT))) in gst_flv_mux_get_next_time()
|