Searched refs:G_MAXINT8 (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.c | 397 -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/ |
D | gtypes.h | 68 #define G_MININT8 ((gint8) (-G_MAXINT8 - 1)) 69 #define G_MAXINT8 ((gint8) 0x7f) macro
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | camutils.c | 111 if (buff[0] <= G_MAXINT8) { in cam_read_length_field()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gtypes.in.h | 70 #define G_MAXINT8 ((gint8) 0x7f) macro
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audioamplify.c | 122 #define MAX_gint8 G_MAXINT8
|
/third_party/glib/glib/tests/ |
D | utils.c | 752 G_MININT8, G_MAXINT8, G_MAXUINT8, in test_int_limits()
|
/third_party/gstreamer/gstplugins_base/gst/volume/ |
D | gstvolume.c | 73 #define VOLUME_MAX_INT8 G_MAXINT8
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 32 G_MAXINT8
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.c | 2329 READ_UE_MAX (&nr, slice->redundant_pic_cnt, G_MAXINT8); in gst_h264_parser_parse_slice_hdr()
|
/third_party/glib/gio/tests/ |
D | gsettings.c | 1118 g_param_spec_char ("byte", "", "", G_MININT8, G_MAXINT8, 0, G_PARAM_READWRITE)); in test_object_class_init()
|