Home
last modified time | relevance | path

Searched refs:G_MININT8 (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstjniutils.h128 DEF_CALL_STATIC_TYPE_METHOD (gint8, byte, Byte, G_MININT8);
146 DEF_CALL_TYPE_METHOD (gint8, byte, Byte, G_MININT8);
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h69 #define G_MININT8 ((gint8) 0x80) macro
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudioamplify.c121 #define MIN_gint8 G_MININT8
/third_party/glib/glib/
Dgtypes.h68 #define G_MININT8 ((gint8) (-G_MAXINT8 - 1)) macro
/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.c74 #define VOLUME_MIN_INT8 G_MININT8
/third_party/glib/docs/reference/glib/
Dglib-sections.txt31 G_MININT8
/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()