Home
last modified time | relevance | path

Searched refs:G_MAXINT8 (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c397 -G_MAXINT8, G_MAXINT8, DEFAULT_MIN_QP, in gst_uvc_h264_src_class_init()
403 -G_MAXINT8, G_MAXINT8, DEFAULT_MAX_QP, in gst_uvc_h264_src_class_init()
409 -G_MAXINT8, G_MAXINT8, DEFAULT_MIN_QP, in gst_uvc_h264_src_class_init()
415 -G_MAXINT8, G_MAXINT8, DEFAULT_MAX_QP, in gst_uvc_h264_src_class_init()
421 -G_MAXINT8, G_MAXINT8, DEFAULT_MIN_QP, in gst_uvc_h264_src_class_init()
427 -G_MAXINT8, G_MAXINT8, DEFAULT_MAX_QP, in gst_uvc_h264_src_class_init()
/third_party/glib/glib/
Dgtypes.h68 #define G_MININT8 ((gint8) (-G_MAXINT8 - 1))
69 #define G_MAXINT8 ((gint8) 0x7f) macro
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamutils.c111 if (buff[0] <= G_MAXINT8) { in cam_read_length_field()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h70 #define G_MAXINT8 ((gint8) 0x7f) macro
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudioamplify.c122 #define MAX_gint8 G_MAXINT8
/third_party/glib/glib/tests/
Dutils.c752 G_MININT8, G_MAXINT8, G_MAXUINT8, in test_int_limits()
/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.c73 #define VOLUME_MAX_INT8 G_MAXINT8
/third_party/glib/docs/reference/glib/
Dglib-sections.txt32 G_MAXINT8
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c2329 READ_UE_MAX (&nr, slice->redundant_pic_cnt, G_MAXINT8); in gst_h264_parser_parse_slice_hdr()
/third_party/glib/gio/tests/
Dgsettings.c1118 g_param_spec_char ("byte", "", "", G_MININT8, G_MAXINT8, 0, G_PARAM_READWRITE)); in test_object_class_init()