/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtppayloads.c | 88 {G_MAXUINT8, "application", "parityfec", 0, NULL, 0}, /* [RFC3009] */ 89 {G_MAXUINT8, "application", "rtx", 0, NULL, 0}, /* [RFC4588] */ 90 {G_MAXUINT8, "audio", "AMR", 8000, NULL, 0}, /* [RFC4867][RFC3267] */ 91 {G_MAXUINT8, "audio", "AMR-WB", 16000, NULL, 0}, /* [RFC4867][RFC3267] */ 92 {G_MAXUINT8, "audio", "DAT12", 0, NULL, 0}, /* [RFC3190] */ 93 {G_MAXUINT8, "audio", "dsr-es201108", 0, NULL, 0}, /* [RFC3557] */ 94 {G_MAXUINT8, "audio", "EVRC", 8000, "1", 0}, /* [RFC4788] */ 95 {G_MAXUINT8, "audio", "EVRC0", 8000, "1", 0}, /* [RFC4788] */ 96 {G_MAXUINT8, "audio", "EVRC1", 8000, "1", 0}, /* [RFC4788] */ 97 {G_MAXUINT8, "audio", "EVRCB", 8000, "1", 0}, /* [RFC4788] */ [all …]
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstaacparse.c | 1101 return G_MAXUINT8; in gst_aac_parse_get_audio_profile_object_type() 1108 return G_MAXUINT8; in gst_aac_parse_get_audio_profile_object_type() 1121 ret = G_MAXUINT8; /* LTP Object Type allowed only for MPEG-4 */ in gst_aac_parse_get_audio_profile_object_type() 1123 ret = G_MAXUINT8; in gst_aac_parse_get_audio_profile_object_type() 1148 return G_MAXUINT8; in gst_aac_parse_get_audio_channel_configuration() 1196 return G_MAXUINT8; in gst_aac_parse_get_audio_sampling_frequency_index() 1221 if (profile == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers() 1227 if (channel_configuration == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers() 1233 if (sampling_frequency_index == G_MAXUINT8) { in gst_aac_parse_prepend_adts_headers()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvp9pay.c | 104 obj->picture_id = g_random_int_range (0, G_MAXUINT8) & 0x7F; in gst_rtp_vp9_pay_init() 155 rtpvp9pay->picture_id = g_random_int_range (0, G_MAXUINT8) & 0x7F; in gst_rtp_vp9_pay_set_property() 524 self->picture_id = g_random_int_range (0, G_MAXUINT8) & 0x7F; in gst_rtp_vp9_pay_sink_event()
|
D | gstrtph264depay.c | 441 guchar profile_compat = G_MAXUINT8; in gst_rtp_h264_set_src_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstclockselect.c | 118 0, G_MAXUINT8, DEFAULT_PTP_DOMAIN, in gst_clock_select_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | camutils.c | 51 if (length < G_MAXUINT8) in cam_calc_length_field_size()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | breakmydata.c | 133 -1, G_MAXUINT8, -1, in gst_break_my_data_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/ |
D | photography.c | 598 0, G_MAXUINT8, 0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_photography_iface_class_init()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gtypes.in.h | 71 #define G_MAXUINT8 ((guint8) 0xff) macro
|
/third_party/glib/glib/ |
D | gtypes.h | 70 #define G_MAXUINT8 ((guint8) 0xff) macro
|
D | gvariant-serialiser.c | 625 else if (size > G_MAXUINT8) in gvs_get_offset_size() 638 if (body_size + 1 * offsets <= G_MAXUINT8) in gvs_calculate_total_size()
|
D | gvariant-parser.c | 1940 if (negative || abs_val > G_MAXUINT8) in number_get_value()
|
/third_party/glib/glib/tests/ |
D | utils.c | 752 G_MININT8, G_MAXINT8, G_MAXUINT8, in test_int_limits()
|
D | gvariant.c | 1302 if (body_size + n_offsets <= G_MAXUINT8) in calculate_offset_size() 4238 test_bound (BYTE, byte, "255", G_MAXUINT8); in test_parser_integer_bounds()
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.c | 345 0, G_MAXUINT8, DEFAULT_NUM_REORDER_FRAMES, in gst_uvc_h264_src_class_init() 379 0, G_MAXUINT8, DEFAULT_LEVEL_IDC, in gst_uvc_h264_src_class_init() 433 0, G_MAXUINT8, DEFAULT_LTR_BUFFER_SIZE, in gst_uvc_h264_src_class_init() 440 G_MAXUINT8, DEFAULT_LTR_ENCODER_CONTROL, in gst_uvc_h264_src_class_init()
|
/third_party/gstreamer/gstplugins_good/ext/aalib/ |
D | gstaatv.c | 560 g_param_spec_int ("contrast", "contrast", "Contrast", 0, G_MAXUINT8, in gst_aatv_class_init()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstptpclock.c | 2371 "The PTP domain", 0, G_MAXUINT8, in gst_ptp_clock_class_init() 2575 g_return_val_if_fail (domain <= G_MAXUINT8, NULL); in gst_ptp_clock_new()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtptwcc.c | 645 fb_pkt_count = (guint8) (twcc->fb_pkt_count % G_MAXUINT8); in rtp_twcc_manager_add_fci()
|
/third_party/libsoup/libsoup/ |
D | soup-xmlrpc.c | 870 RANGE (num, 0, G_MAXUINT8); in parse_number()
|
/third_party/glib/gio/tests/ |
D | gsettings.c | 276 g_settings_set (settings, "test-byte", "y", G_MAXUINT8); in test_basic_types() 278 g_assert_cmpint (byte, ==, G_MAXUINT8); in test_basic_types()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstmultiudpsink.c | 439 g_warn_if_fail (max_mem <= G_MAXUINT8); in gst_multiudpsink_init()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 186 ret.a = G_MAXUINT8; in ttml_parse_colorstring()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 34 G_MAXUINT8
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 138371 …gst-libs/gst/rtp/gstrtppayloads.c: Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8 to… 138374 Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 165592 Fixes compiler warning comparing guint8 and MAX_PPS_COUNT which is > G_MAXUINT8
|