Home
last modified time | relevance | path

Searched refs:G_MAXUINT8 (Results 1 – 25 of 25) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtppayloads.c88 {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/
Dgstaacparse.c1101 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/
Dgstrtpvp9pay.c104 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()
Dgstrtph264depay.c441 guchar profile_compat = G_MAXUINT8; in gst_rtp_h264_set_src_caps()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstclockselect.c118 0, G_MAXUINT8, DEFAULT_PTP_DOMAIN, in gst_clock_select_class_init()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamutils.c51 if (length < G_MAXUINT8) in cam_calc_length_field_size()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dbreakmydata.c133 -1, G_MAXUINT8, -1, in gst_break_my_data_class_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/
Dphotography.c598 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/
Dgtypes.in.h71 #define G_MAXUINT8 ((guint8) 0xff) macro
/third_party/glib/glib/
Dgtypes.h70 #define G_MAXUINT8 ((guint8) 0xff) macro
Dgvariant-serialiser.c625 else if (size > G_MAXUINT8) in gvs_get_offset_size()
638 if (body_size + 1 * offsets <= G_MAXUINT8) in gvs_calculate_total_size()
Dgvariant-parser.c1940 if (negative || abs_val > G_MAXUINT8) in number_get_value()
/third_party/glib/glib/tests/
Dutils.c752 G_MININT8, G_MAXINT8, G_MAXUINT8, in test_int_limits()
Dgvariant.c1302 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/
Dgstuvch264_src.c345 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/
Dgstaatv.c560 g_param_spec_int ("contrast", "contrast", "Contrast", 0, G_MAXUINT8, in gst_aatv_class_init()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c2371 "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/
Drtptwcc.c645 fb_pkt_count = (guint8) (twcc->fb_pkt_count % G_MAXUINT8); in rtp_twcc_manager_add_fci()
/third_party/libsoup/libsoup/
Dsoup-xmlrpc.c870 RANGE (num, 0, G_MAXUINT8); in parse_number()
/third_party/glib/gio/tests/
Dgsettings.c276 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/
Dgstmultiudpsink.c439 g_warn_if_fail (max_mem <= G_MAXUINT8); in gst_multiudpsink_init()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c186 ret.a = G_MAXUINT8; in ttml_parse_colorstring()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt34 G_MAXUINT8
/third_party/gstreamer/gstplugins_base/
DChangeLog138371 …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/
DChangeLog165592 Fixes compiler warning comparing guint8 and MAX_PPS_COUNT which is > G_MAXUINT8